Functions | Variables
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 = 10000
 
BiCGSTAB< SparseMatrix< double > > solver
 
 x = solver.solve(b)
 

Function Documentation

◆ A()

SparseMatrix<double> A ( n  ,
n   
)

◆ b()

VectorXd b ( n  )

◆ compute()

solver compute ( A  )

◆ x()

VectorXd x ( n  )

Variable Documentation

◆ n

* n = 10000

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 = solver.solve(b)

Definition at line 7 of file BiCGSTAB_simple.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:47