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

◆ A()

SparseMatrix<double> A ( n  ,
n   
)

◆ b()

VectorXd b ( n  )

◆ setMaxIterations()

solver setMaxIterations ( )

◆ solver()

BiCGSTAB<SparseMatrix<double> > solver ( A  )

◆ x()

VectorXd x ( n  )

Variable Documentation

◆ do

do
Initial value:
{
x = solver.solveWithGuess(b,x)

Definition at line 10 of file BiCGSTAB_step_by_step.cpp.

◆ i

int i = 0

◆ n

int n = 10000

Definition at line 1 of file BiCGSTAB_step_by_step.cpp.

◆ x

x = VectorXd::Random(n)

Definition at line 7 of file BiCGSTAB_step_by_step.cpp.

b
VectorXd b(n)
solver
BiCGSTAB< SparseMatrix< double > > solver(A)
x
x
Definition: BiCGSTAB_step_by_step.cpp:7


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:27:09