27#ifndef G2O_MATRIX_STRUCTURE_H
28#define G2O_MATRIX_STRUCTURE_H
int nzMax() const
max number of non-zeros blocks
int * Aii
row indices of A, of size nz = Ap [n]
int maxNz
size of the allocated memory
int n
A is m-by-n. n must be >= 0.
int maxN
size of the allocated memory
int * Ap
column pointers for A, of size n+1
int m
A is m-by-n. m must be >= 0.
void alloc(int n_, int nz)
allocate space for the Matrix Structure.
The primary namespace for the NDEVR SDK.