|
|
template<typename Rhs , typename Dest > |
| bool | _solve_impl (const MatrixBase< Rhs > &b, MatrixBase< Dest > &x) const |
| |
| Array< StorageIndex, IPARM_SIZE, 1 > & | iparm () |
| | Returns a reference to the integer vector IPARM of PaStiX parameters to modify the default parameters.
|
| |
| int & | iparm (int idxparam) |
| | Return a reference to a particular index parameter of the IPARM vector.
|
| |
| Array< double, DPARM_SIZE, 1 > & | dparm () |
| | Returns a reference to the double vector DPARM of PaStiX parameters The statistics related to the different phases of factorization and solve are saved here as well.
|
| |
| double & | dparm (int idxparam) |
| | Return a reference to a particular index parameter of the DPARM vector.
|
| |
|
Index | cols () const |
| |
|
Index | rows () const |
| |
| ComputationInfo | info () const |
| | Reports whether previous computation was successful.
|
| |
|
template<typename Rhs , typename Dest > |
| void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
| |
|
| SparseSolverBase () |
| | Default constructor.
|
| |
|
Derived & | derived () |
| |
|
const Derived & | derived () const |
| |
| template<typename Rhs > |
| const Solve< Derived, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| |
| template<typename Rhs > |
| const Solve< Derived, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| |
|
template<typename Rhs , typename Dest > |
| void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
| |
◆ dparm() [1/2]
Returns a reference to the double vector DPARM of PaStiX parameters The statistics related to the different phases of factorization and solve are saved here as well.
- See also
- analyzePattern() factorize()
◆ dparm() [2/2]
Return a reference to a particular index parameter of the DPARM vector.
- See also
- dparm()
◆ info()
Reports whether previous computation was successful.
- Returns
Success if computation was successful, NumericalIssue if the PaStiX reports a problem InvalidInput if the input matrix is invalid
- See also
- iparm()
◆ init()
Initialize the PaStiX data structure.
A first call to this function fills iparm and dparm with the default PaStiX parameters
- See also
- iparm() dparm()
◆ iparm() [1/2]
Returns a reference to the integer vector IPARM of PaStiX parameters to modify the default parameters.
The statistics related to the different phases of factorization and solve are saved here as well
- See also
- analyzePattern() factorize()
◆ iparm() [2/2]
Return a reference to a particular index parameter of the IPARM vector.
- See also
- iparm()
The documentation for this class was generated from the following file: