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