aimstil  5.0.5
matrix3Tools.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename T1 , typename T2 , typename T3 >
void til::apply (Matrix3< T1 > const &mat, numeric_array< T2, 3 > const &vec, numeric_array< T3, 3 > &vecout)
 compute mat * in More...
 
template<typename T1 , typename T2 , typename T3 >
void til::apply_t (Matrix3< T1 > const &mat, numeric_array< T2, 3 > const &vec, numeric_array< T3, 3 > &vecout)
 compute transpose(mat) * in More...
 
template<typename T >
til::det (const Matrix3< T > &m)