vnl_identity_3x3.h
Go to the documentation of this file.
1 // This is core/vnl/vnl_identity_3x3.h
2 #ifndef vnl_identity_3x3_h_
3 #define vnl_identity_3x3_h_
4 //:
5 // \file
6 // \brief Contains class vnl_identity_3x3
7 // \author Andrew W. Fitzgibbon, Oxford RRG
8 // \date 30 Nov 96
9 //
10 // \verbatim
11 // Modifications
12 // LSB (Manchester) 23/3/01 tidied documentation
13 // \endverbatim
14 //-----------------------------------------------------------------------------
15 
16 #include <vnl/vnl_double_3x3.h>
17 #include "vnl/vnl_export.h"
18 
19 struct VNL_EXPORT vnl_identity_3x3 : public vnl_double_3x3
20 {
22 };
23 
24 #endif // vnl_identity_3x3_h_
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
vnl_matrix_fixed & set_identity()
Sets this matrix to an identity matrix, then returns "*this".
3x3 matrix of double