AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Abstract class for objects that represent the factorization structure of a particular matrix. More...
#include <AbstractLinAlgPack_DirectSparseSolver.hpp>
Public Member Functions | |
virtual | ~FactorizationStructure () |
Abstract class for objects that represent the factorization structure of a particular matrix.
This structure can be reused over and over again for factorizing matrices with the same structure but different nonzero elements.
Definition at line 251 of file AbstractLinAlgPack_DirectSparseSolver.hpp.
|
inlinevirtual |
Definition at line 254 of file AbstractLinAlgPack_DirectSparseSolver.hpp.