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
 
int n
 
 x
 

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

Definition at line 10 of file BiCGSTAB_step_by_step.cpp.

◆ i

int i

Definition at line 9 of file BiCGSTAB_step_by_step.cpp.

◆ n

int n

Definition at line 1 of file BiCGSTAB_step_by_step.cpp.

◆ x

x

Definition at line 7 of file BiCGSTAB_step_by_step.cpp.