vnl_int_2x2.h
Go to the documentation of this file.
1 // This is core/vnl/vnl_int_2x2.h
2 #ifndef vnl_int_2x2_h_
3 #define vnl_int_2x2_h_
4 //:
5 // \file
6 // \brief 2x2 matrix of int
7 //
8 // vnl_int_2x2 is a vnl_matrix<int> of fixed size 2x2. It is
9 // merely a typedef for vnl_matrix_fixed<int,2,2>
10 //
11 // \author Peter Vanroose
12 // \date 24 Febr 2003
13 //
14 //-----------------------------------------------------------------------------
15 
16 #include <vnl/vnl_matrix_fixed.h>
17 
19 
20 #endif // vnl_int_2x2_h_
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
fixed size matrix
vnl_matrix_fixed< int, 2, 2 > vnl_int_2x2
Definition: vnl_int_2x2.h:17