g2o
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
g2o::csparse::CSparse::FactorView Struct Reference

View onto the cholesky factor. More...

#include <csparse_wrapper.h>

Public Member Functions

 FactorView (int &n, int *&p, int *&i, double *&x, int *&pinv)
 

Public Attributes

int & n
 
int *& p
 
int *& i
 
double *& x
 
int *& pinv
 

Detailed Description

View onto the cholesky factor.

Definition at line 64 of file csparse_wrapper.h.

Constructor & Destructor Documentation

◆ FactorView()

g2o::csparse::CSparse::FactorView::FactorView ( int &  n,
int *&  p,
int *&  i,
double *&  x,
int *&  pinv 
)
inline

Member Data Documentation

◆ i

int*& g2o::csparse::CSparse::FactorView::i

◆ n

int& g2o::csparse::CSparse::FactorView::n

◆ p

int*& g2o::csparse::CSparse::FactorView::p

◆ pinv

int*& g2o::csparse::CSparse::FactorView::pinv

◆ x

double*& g2o::csparse::CSparse::FactorView::x

The documentation for this struct was generated from the following file: