WPILibC++ 2023.4.3
|
This module defines a supernodal factorization of general sparse matrices. More...
Classes | |
class | Eigen::internal::MappedSuperNodalMatrix< _Scalar, _StorageIndex > |
a class to manipulate the L supernodal factor from the SparseLU factorization More... | |
class | Eigen::internal::SparseLUImpl< Scalar, StorageIndex > |
Base class for sparseLU. More... | |
class | Eigen::SparseLU< _MatrixType, _OrderingType > |
Sparse supernodal LU factorization for general matrices. More... | |
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.