#include <csparse.h>
|
void | addDiagBlock (Matrix< double, 6, 6 > &m, int n) |
|
void | addOffdiagBlock (Matrix< double, 6, 6 > &m, int ii, int jj) |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | CSparse () |
|
int | doBPCG (int iters, double tol, int sba_iter) |
|
bool | doChol () |
|
void | incDiagBlocks (double lam) |
|
void | setupBlockStructure (int n) |
|
void | setupCSstructure (double diaginc, bool init=false) |
|
void | uncompress (MatrixXd &m) |
|
| ~CSparse () |
|
|
cs * | A |
|
int | asize |
|
VectorXd | B |
|
jacobiBPCG< 6 > | bpcg |
|
vector< map< int, Matrix< double, 6, 6 >, less< int >, aligned_allocator< Matrix< double, 6, 6 > > > > | cols |
|
int | csize |
|
vector< Matrix< double, 6, 6 >, aligned_allocator< Matrix< double, 6, 6 > > > | diag |
|
int | nnz |
|
bool | useCholmod |
|
Definition at line 81 of file csparse.h.
◆ CSparse()
sba::CSparse::CSparse |
( |
| ) |
|
◆ ~CSparse()
sba::CSparse::~CSparse |
( |
| ) |
|
◆ addDiagBlock()
void sba::CSparse::addDiagBlock |
( |
Matrix< double, 6, 6 > & |
m, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ addOffdiagBlock()
void sba::CSparse::addOffdiagBlock |
( |
Matrix< double, 6, 6 > & |
m, |
|
|
int |
ii, |
|
|
int |
jj |
|
) |
| |
◆ doBPCG()
int sba::CSparse::doBPCG |
( |
int |
iters, |
|
|
double |
tol, |
|
|
int |
sba_iter |
|
) |
| |
◆ doChol()
bool sba::CSparse::doChol |
( |
| ) |
|
◆ incDiagBlocks()
void sba::CSparse::incDiagBlocks |
( |
double |
lam | ) |
|
◆ setupBlockStructure()
void sba::CSparse::setupBlockStructure |
( |
int |
n | ) |
|
◆ setupCSstructure()
void sba::CSparse::setupCSstructure |
( |
double |
diaginc, |
|
|
bool |
init = false |
|
) |
| |
◆ uncompress()
void sba::CSparse::uncompress |
( |
MatrixXd & |
m | ) |
|
◆ asize
◆ bpcg
◆ cols
vector< map<int,Matrix<double,6,6>, less<int>, aligned_allocator<Matrix<double,6,6> > > > sba::CSparse::cols |
◆ csize
◆ diag
vector< Matrix<double,6,6>, aligned_allocator<Matrix<double,6,6> > > sba::CSparse::diag |
◆ nnz
◆ useCholmod
bool sba::CSparse::useCholmod |
The documentation for this class was generated from the following files: