Back to Linear Algebra (Eigen)
eigen.sparse.sparseSolveBiCGSTAB
Solve sparse linear system Ax = b using BiCGSTAB method.
Syntax
eigen.sparse.sparseSolveBiCGSTAB(S, b, _options?)
Description
Solve sparse linear system Ax = b using BiCGSTAB method.
Parameters
| Name | Description |
|---|---|
| S | - Sparse coefficient matrix (n × n) |
| b | - Right-hand side vector (n × 1) |
| _options(optional) | IterativeSolverOptions |
Returns
VectorHandle