core
vnl
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
21
typedef
vnl_matrix_fixed<double,3,4>
vnl_double_3x4
;
22
23
#endif // vnl_double_3x4_h_
vnl_matrix_fixed
Fixed size, stack-stored, space-efficient matrix.
Definition:
vnl_fwd.h:23
vnl_matrix_fixed.h
fixed size matrix
vnl_double_3x4
vnl_matrix_fixed< double, 3, 4 > vnl_double_3x4
Definition:
vnl_double_3x4.h:20
Generated by
1.8.15