![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
Linear solver for sparse systems. More...
Functions | |
void | Solve (Sparse::Matrix< double, int > const &A, Vec_t &X) |
Linear solver for sparse systems.
Nonsymmetric sparse solver. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. See Xiaoye's web page.
Examples:
void SuperLU::Solve | ( | Sparse::Matrix< double, int > const & | A, |
Vec_t & | X | ||
) | [inline] |
Solves .
A | Sparse matrix |
X | Right-hand side vector and solution vector |