core
vnl
vnl_double_3x3.h
Go to the documentation of this file.
1
// This is core/vnl/vnl_double_3x3.h
2
#ifndef vnl_double_3x3_h_
3
#define vnl_double_3x3_h_
4
//:
5
// \file
6
// \brief 3x3 matrix of double
7
//
8
// vnl_double_3x3 is a vnl_matrix<double> of fixed size 3x3.
9
// It is merely a typedef for vnl_matrix_fixed<double,3,3>
10
//
11
// \author Andrew W. Fitzgibbon, Oxford RRG
12
// \date 04 Aug 96
13
//
14
//-----------------------------------------------------------------------------
15
16
#include <
vnl/vnl_matrix_fixed.h
>
17
18
typedef
vnl_matrix_fixed<double,3,3>
vnl_double_3x3
;
19
20
#endif // vnl_double_3x3_h_
vnl_matrix_fixed
Fixed size, stack-stored, space-efficient matrix.
Definition:
vnl_fwd.h:23
vnl_double_3x3
vnl_matrix_fixed< double, 3, 3 > vnl_double_3x3
Definition:
vnl_double_3x3.h:17
vnl_matrix_fixed.h
fixed size matrix
Generated by
1.8.15