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 = 10000 |
| BiCGSTAB< SparseMatrix< double > > | solver |
| x = solver.solve(b) | |
| VectorXd b | ( | n | ) |
| VectorXd x | ( | n | ) |
| * n = 10000 |
Definition at line 1 of file BiCGSTAB_simple.cpp.
| BiCGSTAB<SparseMatrix<double> > solver |
Definition at line 5 of file BiCGSTAB_simple.cpp.
| x = solver.solve(b) |
Definition at line 7 of file BiCGSTAB_simple.cpp.