Go to the source code of this file.
Functions | |
SparseMatrix< double > | A (n, n) |
VectorXd | b (n) |
solver | setMaxIterations (1) |
BiCGSTAB< SparseMatrix< double > > | solver (A) |
VectorXd | x (n) |
Variables | |
do | |
int | i = 0 |
int | n = 10000 |
x = VectorXd::Random(n) | |
VectorXd b | ( | n | ) |
solver setMaxIterations | ( | 1 | ) |
BiCGSTAB<SparseMatrix<double> > solver | ( | A | ) |
VectorXd x | ( | n | ) |
do |
int i = 0 |
Definition at line 9 of file BiCGSTAB_step_by_step.cpp.
int n = 10000 |
Definition at line 1 of file BiCGSTAB_step_by_step.cpp.
x = VectorXd::Random(n) |
Definition at line 7 of file BiCGSTAB_step_by_step.cpp.