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