Home
last modified time | relevance | path

Searched refs:Rlower (Results 1 – 6 of 6) sorted by relevance

/dports/math/spectra/spectra-1.0.0/test/
H A DQR.cpp41 Matrix Rlower = R.triangularView<Eigen::StrictlyLower>(); in run_test() local
42 INFO("Whether R is upper triangular, error = " << Rlower.cwiseAbs().maxCoeff()); in run_test()
43 REQUIRE(Rlower.cwiseAbs().maxCoeff() == Approx(0.0).margin(tol)); in run_test()
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHighsLpPropagator.h64 double Rlower, const HighsCDouble& maxactivity,
H A DHighsLpPropagator.cpp194 double Rlower, in propagateRowLower() argument
213 double bound = double((Rlower - maxresact) / Rvalue[i]); in propagateRowLower()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDomain.h66 double Rlower, const HighsCDouble& maxactivity,
H A DHighsDomain.cpp183 int Rlen, double Rlower, in propagateRowLower() argument
201 double bound = double((Rlower - maxresact) / Rvalue[i]); in propagateRowLower()
/dports/misc/dartsim/dart-6.11.1/examples/hubo_puppet/
H A Dmain.cpp324 Eigen::Quaterniond Rlower = Eigen::Quaterniond(Eigen::AngleAxisd( in computeSolutions() local
331 Eigen::Matrix3d Rupper = B.rotation() * Rlower.inverse().matrix(); in computeSolutions()