27 #ifndef G2O_MATRIX_STRUCTURE_H 28 #define G2O_MATRIX_STRUCTURE_H 46 void alloc(
int n_,
int nz);
53 bool write(
const char* filename)
const;
61 int nzMax()
const {
return maxNz;}
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.
int * Aii
row indices of A, of size nz = Ap [n]
int maxN
size of the allocated memory
int nzMax() const
max number of non-zeros blocks