BiCGSTAB_simple.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

int n
 
BiCGSTAB< SparseMatrix< double > > solver
 
 x
 

Function Documentation

◆ A()

SparseMatrix<double> A ( n  ,
n   
)

◆ b()

VectorXd b ( n  )

◆ compute()

solver compute ( A  )

◆ x()

VectorXd x ( n  )

Variable Documentation

◆ n

int n

Definition at line 1 of file BiCGSTAB_simple.cpp.

◆ solver

BiCGSTAB<SparseMatrix<double> > solver

Definition at line 5 of file BiCGSTAB_simple.cpp.

◆ x

x

Definition at line 7 of file BiCGSTAB_simple.cpp.