vnl_double_3x4.h
Go to the documentation of this file.
1 // This is core/vnl/vnl_double_3x4.h
2 #ifndef vnl_double_3x4_h_
3 #define vnl_double_3x4_h_
4 //:
5 // \file
6 // \brief 3x4 Matrix of double
7 // \author Andrew W. Fitzgibbon, Oxford RRG
8 // \date 04 Aug 96
9 //
10 // vnl_double_3x4 is a vnl_matrix<double> of fixed size 3x4. It is
11 // merely a typedef for vnl_matrix_fixed<double,3,4>
12 //
13 // \verbatim
14 // Modifications
15 // 4/4/01 LSB (Manchester) Tidied documentation
16 // \endverbatim
17 //-----------------------------------------------------------------------------
18 
19 #include <vnl/vnl_matrix_fixed.h>
20 
22 
23 #endif // vnl_double_3x4_h_
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
fixed size matrix
vnl_matrix_fixed< double, 3, 4 > vnl_double_3x4