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

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

Variable Documentation

* n = 10000

Definition at line 1 of file BiCGSTAB_simple.cpp.

BiCGSTAB<SparseMatrix<double> > solver

Definition at line 5 of file BiCGSTAB_simple.cpp.

x = solver.solve(b)

Definition at line 7 of file BiCGSTAB_simple.cpp.



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