Functions | Variables
BiCGSTAB_step_by_step.cpp File Reference

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)
 

Function Documentation

SparseMatrix<double> A ( n  ,
n   
)
VectorXd b ( n  )
solver setMaxIterations ( )
BiCGSTAB<SparseMatrix<double> > solver ( A  )
VectorXd x ( n  )

Variable Documentation

do
Initial value:
{
x = solver.solveWithGuess(b,x)
VectorXd b(n)
BiCGSTAB< SparseMatrix< double > > solver(A)

Definition at line 10 of file BiCGSTAB_step_by_step.cpp.

int i = 0
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.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:27