#include <AbstractLinAlgPack_DirectSparseSolver.hpp>
Inheritance diagram for AbstractLinAlgPack::DirectSparseSolver::BasisMatrix:
Public Types | |
| typedef Teuchos::RefCountPtr< FactorizationStructure > | fact_struc_ptr_t |
| | |
Public Member Functions | |
| virtual const fact_struc_ptr_t & | get_fact_struc () const =0 |
| Return a reference to a smart pointer to the object that represents the factorization structure. | |
This object encapsulates the factorzation structure and the nonzero values of the factorized basis matrix.
Definition at line 250 of file AbstractLinAlgPack_DirectSparseSolver.hpp.
|
|
Definition at line 253 of file AbstractLinAlgPack_DirectSparseSolver.hpp. |
|
|
Return a reference to a smart pointer to the object that represents the factorization structure.
Returning a reference to a |
1.3.9.1