27 #ifndef G2O_MATRIX_STRUCTURE_H 28 #define G2O_MATRIX_STRUCTURE_H 45 void alloc(
int n_,
int nz);
int * Ap
column pointers for A, of size n+1
int maxNz
size of the allocated memory
int n
A is m-by-n. n must be >= 0.
representing the structure of a matrix in column compressed structure (only the upper triangular part...
int m
A is m-by-n. m must be >= 0.
void alloc(int n_, int nz)
int * Aii
row indices of A, of size nz = Ap [n]
int maxN
size of the allocated memory
bool write(const char *filename) const
int nzMax() const
max number of non-zeros blocks