|
TR-mbed 1.0
|
Functions | |
| VectorXd | x (n) |
| VectorXd | b (n) |
| SparseMatrix< double > | A (n, n) |
| BiCGSTAB< SparseMatrix< double > > | solver (A) |
| solver | setMaxIterations (1) |
Variables | |
| int | n = 10000 |
| x = VectorXd::Random(n) | |
| int | i = 0 |
| do | |
| VectorXd b | ( | n | ) |
| solver setMaxIterations | ( | 1 | ) |
| BiCGSTAB< SparseMatrix< double > > solver | ( | A | ) |
| VectorXd x | ( | n | ) |
| do |
| int i = 0 |
| int n = 10000 |
| x = VectorXd::Random(n) |