HomeSort by relevance Sort by last modified time
    Searched full:colb (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 107 * colB and rowB are repectively the multipliers for
111 bool& isBalanced, Scalar& colB, Scalar& rowB );
116 * colB and rowB are repectively the multipliers for
120 bool& isBalanced, Scalar& colB, Scalar& rowB );
143 bool& isBalanced, Scalar& colB, Scalar& rowB )
154 colB = Scalar(1);
159 colB *= radix<Scalar>();
167 colB /= radix<Scalar>();
172 if ((rowNorm + colNorm) < Scalar(0.95) * s * colB)
175 rowB = Scalar(1) / colB;
    [all...]

Completed in 314 milliseconds