A block within a column. More...
#include <sparse_block_matrix_ccs.h>
Public Member Functions | |
bool | operator< (const RowBlock &other) const |
RowBlock () | |
RowBlock (int r, MatrixType *b) | |
Public Attributes | |
MatrixType * | block |
matrix pointer for the block More... | |
int | row |
row of the block More... | |
A block within a column.
Definition at line 67 of file sparse_block_matrix_ccs.h.
|
inline |
Definition at line 71 of file sparse_block_matrix_ccs.h.
|
inline |
Definition at line 72 of file sparse_block_matrix_ccs.h.
|
inline |
Definition at line 73 of file sparse_block_matrix_ccs.h.
MatrixType* g2o::SparseBlockMatrixCCS< MatrixType >::RowBlock::block |
matrix pointer for the block
Definition at line 70 of file sparse_block_matrix_ccs.h.
int g2o::SparseBlockMatrixCCS< MatrixType >::RowBlock::row |
row of the block
Definition at line 69 of file sparse_block_matrix_ccs.h.