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