|
FEBio
1.5.0
|
Public Member Functions | |
| bool | PreProcess () |
| bool | Factor () |
| bool | BackSolve (vector< double > &x, vector< double > &b) |
| void | Destroy () |
| SparseMatrix * | CreateSparseMatrix (Matrix_Type ntype) |
Protected Attributes | |
| int | m_iparm [64] |
| double | m_dparm [64] |
| int | m_n |
| int | m_nnz |
| vector< int > | m_perm |
| vector< int > | m_invp |
| vector< double > | m_b |
1.7.5.1