Go to the source code of this file.
Namespaces | |
Eigen | |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Eigen::internal | |
Functions | |
template<typename TMatrix , typename CMatrix , typename VectorX , typename VectorB , typename VectorF > | |
void | Eigen::internal::constrained_cg (const TMatrix &A, const CMatrix &C, VectorX &x, const VectorB &b, const VectorF &f, IterationController &iter) |
template<typename CMatrix , typename CINVMatrix > | |
void | Eigen::internal::pseudo_inverse (const CMatrix &C, CINVMatrix &CINV) |