g2o
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
g2o::MatrixElem Struct Reference

Public Member Functions

 MatrixElem (int r_, int c_)
 
bool operator< (const MatrixElem &other) const
 

Public Attributes

int r
 
int c
 

Detailed Description

Definition at line 38 of file marginal_covariance_cholesky.cpp.

Constructor & Destructor Documentation

◆ MatrixElem()

g2o::MatrixElem::MatrixElem ( int  r_,
int  c_ 
)
inline

Member Function Documentation

◆ operator<()

bool g2o::MatrixElem::operator< ( const MatrixElem other) const
inline

Definition at line 41 of file marginal_covariance_cholesky.cpp.

41 {
42 return c > other.c || (c == other.c && r > other.r);
43 }

References c, and r.

Member Data Documentation

◆ c

int g2o::MatrixElem::c

◆ r

int g2o::MatrixElem::r

The documentation for this struct was generated from the following file: