Our C++ version of the csparse struct.
More...
Our C++ version of the csparse struct.
Definition at line 44 of file csparse_wrapper.cpp.
◆ CSparseExt() [1/2]
| g2o::csparse::CSparseExt::CSparseExt |
( |
| ) |
|
|
inline |
Definition at line 45 of file csparse_wrapper.cpp.
45 {
46 nzmax = 0;
47 m = 0;
48 n = 0;
49 p = 0;
50 i = 0;
51 x = 0;
52 nz = -1;
53 }
◆ CSparseExt() [2/2]
| g2o::csparse::CSparseExt::CSparseExt |
( |
CSparseExt const & |
| ) |
|
|
delete |
◆ ~CSparseExt()
| g2o::csparse::CSparseExt::~CSparseExt |
( |
| ) |
|
|
inline |
Definition at line 56 of file csparse_wrapper.cpp.
56 {
57 delete[] p;
58 delete[] i;
59 delete[] x;
60 }
◆ operator=()
◆ columnsAllocated
| int g2o::csparse::CSparseExt::columnsAllocated = 0 |
The documentation for this struct was generated from the following file: