Go to the source code of this file.
Functions | |
| SparseMatrix< double > | A (n, n) |
| VectorXd | b (n) |
| solver | compute (A) |
| VectorXd | x (n) |
Variables | |
| int | n |
| BiCGSTAB< SparseMatrix< double > > | solver |
| x | |
| VectorXd b | ( | n | ) |
| VectorXd x | ( | n | ) |
| int n |
Definition at line 1 of file BiCGSTAB_simple.cpp.
| BiCGSTAB<SparseMatrix<double> > solver |
Definition at line 5 of file BiCGSTAB_simple.cpp.
| x |
Definition at line 7 of file BiCGSTAB_simple.cpp.