|
g2o
|
#include <sparse_helper.h>
Public Member Functions | |
| TripletEntry (int r_, int c_, double x_) | |
Public Attributes | |
| int | r |
| int | c |
| double | x |
Definition at line 37 of file sparse_helper.h.
|
inline |
Definition at line 40 of file sparse_helper.h.
| int g2o::TripletEntry::c |
Definition at line 38 of file sparse_helper.h.
Referenced by g2o::TripletColSort::operator()(), and g2o::SparseBlockMatrix< MatrixType >::writeOctave().
| int g2o::TripletEntry::r |
Definition at line 38 of file sparse_helper.h.
Referenced by g2o::TripletColSort::operator()(), and g2o::SparseBlockMatrix< MatrixType >::writeOctave().
| double g2o::TripletEntry::x |
Definition at line 39 of file sparse_helper.h.
Referenced by g2o::SparseBlockMatrix< MatrixType >::writeOctave().