TMatrixJacobianType: Metaprogramming helper to determine the type of the MxN matrix from the types of two vector-like objects VECX (length N) and VECY (length M). More...
#include <mrpt/math/matrices_metaprogramming.h>
Public Types | |
| typedef CMatrixFixedNumeric< T, N2, N1 > | mat_type |
TMatrixJacobianType: Metaprogramming helper to determine the type of the MxN matrix from the types of two vector-like objects VECX (length N) and VECY (length M).
Example of usage with the helper macro MAT_TYPE_JACOBIAN_OF():
void f(VEC1 v1,VEC2 v2) { MAT_TYPE_JACOBIAN_OF(VEC1,VEC2) res = ... ...
Definition at line 180 of file matrices_metaprogramming.h.
| typedef CMatrixFixedNumeric<T,N2,N1> mrpt::math::detail::TMatrixJacobianType< T, N1, N2 >::mat_type |
Definition at line 182 of file matrices_metaprogramming.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |