Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_matrix_fixed.h File Reference

Fixed Size Matrix. More...

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)


Detailed Description

Fixed Size Matrix.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 04 Aug 96
A subclass of vnl_matrix_fixed_ref, all storage is local and all vnl_matrix operations are valid.

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.


Define Documentation

#define VNL_MATRIX_FIXED_PAIR_INSTANTIATE T,
M,
N,
     extern "please include vnl/vnl_matrix_fixed.txx instead"
 

Definition at line 102 of file vnl_matrix_fixed.h.


Function Documentation

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
 

Multiply two conformant vnl_matrix_fixed (M x N) times (N x O).

Definition at line 88 of file vnl_matrix_fixed.h.


Generated at Fri May 21 01:16:09 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000