Auxiliary class used in CMatrixDynamic:size(), CMatrixDynamic::resize(), CMatrixFixed::size(), CMatrixFixed::resize(), to mimic the behavior of STL-containers.
Definition at line 20 of file matrix_size_t.h.
#include <mrpt/math/matrix_size_t.h>
◆ matrix_size_t() [1/2]
constexpr mrpt::math::matrix_size_t::matrix_size_t |
( |
| ) |
|
|
inline |
◆ matrix_size_t() [2/2]
constexpr mrpt::math::matrix_size_t::matrix_size_t |
( |
const std::size_t |
rows, |
|
|
const std::size_t |
cols |
|
) |
| |
|
inline |
◆ operator std::size_t()
mrpt::math::matrix_size_t::operator std::size_t |
( |
| ) |
const |
|
inline |
Cast to size_t as the overall number of matrix/vector elements.
Definition at line 29 of file matrix_size_t.h.
◆ elements
T std::array< T >::elements |
|
inherited |