Typedefs
core/vnl/vnl_fwd.h File Reference
#include <vcl_compiler.h>

Go to the source code of this file.

Typedefs

typedef vnl_matrix_fixed
< double, 1, 1 > 
vnl_double_1x1
typedef vnl_matrix_fixed
< double, 1, 2 > 
vnl_double_1x2
typedef vnl_matrix_fixed
< double, 2, 1 > 
vnl_double_2x1
typedef vnl_matrix_fixed
< double, 2, 2 > 
vnl_double_2x2
typedef vnl_matrix_fixed
< double, 1, 3 > 
vnl_double_1x3
typedef vnl_matrix_fixed
< double, 3, 1 > 
vnl_double_3x1
typedef vnl_matrix_fixed
< double, 3, 3 > 
vnl_double_3x3
typedef vnl_matrix_fixed
< double, 3, 4 > 
vnl_double_3x4
typedef vnl_matrix_fixed
< double, 4, 3 > 
vnl_double_4x3
typedef vnl_matrix_fixed
< double, 4, 4 > 
vnl_double_4x4
typedef vnl_matrix_fixed
< float, 1, 2 > 
vnl_float_1x2
typedef vnl_matrix_fixed
< float, 2, 1 > 
vnl_float_2x1
typedef vnl_matrix_fixed
< float, 2, 2 > 
vnl_float_2x2
typedef vnl_matrix_fixed
< float, 1, 3 > 
vnl_float_1x3
typedef vnl_matrix_fixed
< float, 3, 1 > 
vnl_float_3x1
typedef vnl_matrix_fixed
< float, 3, 3 > 
vnl_float_3x3
typedef vnl_matrix_fixed
< float, 3, 4 > 
vnl_float_3x4
typedef vnl_matrix_fixed
< float, 4, 3 > 
vnl_float_4x3
typedef vnl_matrix_fixed
< float, 4, 4 > 
vnl_float_4x4
typedef vnl_matrix_fixed< int, 2, 2 > vnl_int_2x2

Detailed Description

Author:
fsm

Definition in file vnl_fwd.h.


Typedef Documentation

typedef vnl_matrix_fixed<double,1,1> vnl_double_1x1

Definition at line 48 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,1,2> vnl_double_1x2

Definition at line 50 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,1,3> vnl_double_1x3

Definition at line 53 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,2,1> vnl_double_2x1

Definition at line 51 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,2,2> vnl_double_2x2

Definition at line 52 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,3,1> vnl_double_3x1

Definition at line 54 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,3,3> vnl_double_3x3

Definition at line 55 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,3,4> vnl_double_3x4

Definition at line 56 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,4,3> vnl_double_4x3

Definition at line 57 of file vnl_fwd.h.

typedef vnl_matrix_fixed<double,4,4> vnl_double_4x4

Definition at line 58 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,1,2> vnl_float_1x2

Definition at line 61 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,1,3> vnl_float_1x3

Definition at line 65 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,2,1> vnl_float_2x1

Definition at line 63 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,2,2> vnl_float_2x2

Definition at line 64 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,3,1> vnl_float_3x1

Definition at line 66 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,3,3> vnl_float_3x3

Definition at line 67 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,3,4> vnl_float_3x4

Definition at line 68 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,4,3> vnl_float_4x3

Definition at line 69 of file vnl_fwd.h.

typedef vnl_matrix_fixed<float,4,4> vnl_float_4x4

Definition at line 70 of file vnl_fwd.h.

typedef vnl_matrix_fixed<int,2,2> vnl_int_2x2

Definition at line 73 of file vnl_fwd.h.