Vicinity traits class specialization for fixed size matrices. More...
#include <mrpt/math/CMatrixFixedNumeric.h>
Static Public Member Functions | |
| static void | initialize (CMatrixFixedNumeric< T, D, D > &mat, size_t N) |
| static void | insertInContainer (CMatrixFixedNumeric< T, D, D > &mat, size_t r, size_t c, const T &t) |
Vicinity traits class specialization for fixed size matrices.
Definition at line 2156 of file CMatrixFixedNumeric.h.
| static void mrpt::math::detail::VicinityTraits< CMatrixFixedNumeric< T, D, D > >::initialize | ( | CMatrixFixedNumeric< T, D, D > & | mat, | |
| size_t | N | |||
| ) | [inline, static] |
Definition at line 2158 of file CMatrixFixedNumeric.h.
References ASSERT_.
| static void mrpt::math::detail::VicinityTraits< CMatrixFixedNumeric< T, D, D > >::insertInContainer | ( | CMatrixFixedNumeric< T, D, D > & | mat, | |
| size_t | r, | |||
| size_t | c, | |||
| const T & | t | |||
| ) | [inline, static] |
Definition at line 2161 of file CMatrixFixedNumeric.h.
References mrpt::math::CMatrixFixedNumeric< T, NROWS, NCOLS >::get_unsafe().
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |