Home
last modified time | relevance | path

Searched defs:partial_lu_impl (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/LU/
DPartialPivLU.h216 struct partial_lu_impl struct
223 typedef Map<Matrix<Scalar, Dynamic, Dynamic, StorageOrder> > MapLU;
224 typedef Block<MapLU, Dynamic, Dynamic> MatrixType;
225 typedef Block<MatrixType,Dynamic,Dynamic> BlockType;
226 typedef typename MatrixType::RealScalar RealScalar;
227 typedef typename MatrixType::Index Index;
239 …tatic Index unblocked_lu(MatrixType& lu, PivIndex* row_transpositions, PivIndex& nb_transpositions) in unblocked_lu()
303 const Index size = (std::min)(rows,cols);
313 Index blockSize;
321 Index first_zero_pivot = -1;
[all …]