Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteCholesky.h63 typedef Matrix<RealScalar,Dynamic,1> VectorRx; typedef
172 const VectorRx& scalingS() const { eigen_assert("m_factorizationIsOk"); return m_scale; } in scalingS()
179 VectorRx m_scale; // The vector for scaling the matrix