Go to the source code of this file.
Classes | |
struct | Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex > |
class | Eigen::PartialPivLU< _MatrixType > |
LU decomposition of a matrix with partial pivoting, and related features. More... | |
struct | Eigen::internal::solve_retval< PartialPivLU< _MatrixType >, Rhs > |
Namespaces | |
Eigen | |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Eigen::internal | |
Functions | |
template<typename MatrixType , typename TranspositionType > | |
void | Eigen::internal::partial_lu_inplace (MatrixType &lu, TranspositionType &row_transpositions, typename TranspositionType::Index &nb_transpositions) |