vnl_double_4x3.h
Go to the documentation of this file.
1 // This is core/vnl/vnl_double_4x3.h
2 #ifndef vnl_double_4x3_h_
3 #define vnl_double_4x3_h_
4 //:
5 // \file
6 // \brief 4x3 matrix of double
7 //
8 // vnl_double_4x3 is a vnl_matrix<double> of fixed size 4x3. It is
9 // merely a typedef for vnl_matrix_fixed<double,4,3>
10 //
11 // \author Geoff Cross
12 //
13 //-----------------------------------------------------------------------------
14 
15 #include <vnl/vnl_matrix_fixed.h>
16 
18 
19 #endif // vnl_double_4x3_h_
vnl_matrix_fixed< double, 4, 3 > vnl_double_4x3
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
fixed size matrix