HomeSort by relevance Sort by last modified time
    Searched refs:coeffRef (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 52 other.coeffRef(i,col) = tmp;
56 other.coeffRef(i,col) = tmp/lastVal;
95 if (Mode & UnitDiag) other.coeffRef(i,col) = tmp;
96 else other.coeffRef(i,col) = tmp/l_ii;
116 Scalar& tmp = other.coeffRef(i,col);
130 other.coeffRef(it.index(), col) -= tmp * it.value();
151 Scalar& tmp = other.coeffRef(i,col);
161 other.coeffRef(i,col) /= it.value();
165 other.coeffRef(it.index(), col) -= tmp * it.value();
233 tempVector.coeffRef(rhsIt.index()) = rhsIt.value()
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 100 r0.makeHouseholder(H0_tail, tau.coeffRef(0), beta);
112 v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data());
122 v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data());
131 v.tail(m - k).makeHouseholder(Hk_tail, tau.coeffRef(k), beta);
134 v.tail(m - k).applyHouseholderOnTheLeft(Hk_tail, tau.coeffRef(k), workspace.data());
175 x_new.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data());
198 r0.makeHouseholder(H0_tail, tau.coeffRef(0), beta);