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

View onto the sparse matrix structure of CSparse using CCS storage. More...

#include <csparse_wrapper.h>

Public Member Functions

 SparseView (int &m, int &n, int &nzmax, int *&p, int *&i, double *&x, int &columnsAllocated)
 

Public Attributes

int & m
 
int & n
 
int & nzmax
 
int *& p
 
int *& i
 
double *& x
 
int & columnsAllocated
 

Detailed Description

View onto the sparse matrix structure of CSparse using CCS storage.

Definition at line 44 of file csparse_wrapper.h.

Constructor & Destructor Documentation

◆ SparseView()

g2o::csparse::CSparse::SparseView::SparseView ( int &  m,
int &  n,
int &  nzmax,
int *&  p,
int *&  i,
double *&  x,
int &  columnsAllocated 
)
inline

Member Data Documentation

◆ columnsAllocated

int& g2o::csparse::CSparse::SparseView::columnsAllocated

◆ i

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

◆ m

int& g2o::csparse::CSparse::SparseView::m

◆ n

int& g2o::csparse::CSparse::SparseView::n

◆ nzmax

int& g2o::csparse::CSparse::SparseView::nzmax

◆ p

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

◆ x

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

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