Go to the source code of this file.
Compounds | |
class | vnl_matrix_fixed |
Defines | |
#define | VNL_MATRIX_FIXED_PAIR_INSTANTIATE(T, M, N, O) extern "please include vnl/vnl_matrix_fixed.txx instead" |
Functions | |
template<class T, int M, int N, int O> vnl_matrix_fixed< T, M, O > | operator * (const vnl_matrix_fixed< T, M, N > &a, const vnl_matrix_fixed< T, N, O > &b) |
Modifications: Peter Vanroose, 23 Nov 1996: added explicit copy constructor LSB (Manchester) 15/03/2001: added Binary I/O and tidied up the documentation
Definition in file vnl_matrix_fixed.h.
|
Definition at line 102 of file vnl_matrix_fixed.h. |
|
Multiply two conformant vnl_matrix_fixed (M x N) times (N x O). Definition at line 88 of file vnl_matrix_fixed.h. |