![]() |
Eigen
3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
|
This module defines a supernodal factorization of general sparse matrices. The code is fully optimized for supernode-panel updates with specialized kernels. Please, see the documentation of the SparseLU class for more details.
Classes | |
class | Eigen::internal::MappedSuperNodalMatrix< Scalar_, StorageIndex_ > |
a class to manipulate the L supernodal factor from the SparseLU factorization More... | |
class | Eigen::SparseLU< MatrixType_, OrderingType_ > |
Sparse supernodal LU factorization for general matrices. More... | |
class | Eigen::internal::SparseLUImpl< Scalar, StorageIndex > |