Go to the source code of this file.
Classes | |
class | PartialPivLU< _MatrixType > |
LU decomposition of a matrix with partial pivoting, and related features. More... | |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
template<typename MatrixType , typename TranspositionType > | |
void | partial_lu_inplace (MatrixType &lu, TranspositionType &row_transpositions, typename TranspositionType::Index &nb_transpositions) |