9 # include <vcl_msvc_warnings.h> 23 template <
class T,
unsigned int num_rows,
unsigned int num_cols>
class vnl_matrix_fixed;
An object that represents a function from R^n -> R.
vnl_matrix_fixed< float, 3, 3 > vnl_float_3x3
vnl_matrix_fixed< double, 3, 1 > vnl_double_3x1
vnl_matrix_fixed< double, 4, 4 > vnl_double_4x4
vnl_matrix_fixed< int, 2, 2 > vnl_int_2x2
vnl_vector using user-supplied storage.
vnl_matrix_fixed< float, 1, 3 > vnl_float_1x3
vnl_matrix_fixed< double, 1, 1 > vnl_double_1x1
4-element vector that represents rotation in 3D.
vnl_matrix_fixed< double, 2, 1 > vnl_double_2x1
vnl_matrix_fixed< float, 2, 1 > vnl_float_2x1
vnl_c_vector interfaces to lowlevel memory-block operations.
vnl_nonlinear_minimizer is a base class for nonlinear optimization.
Abstract base for minimising functions.
Fixed size, stack-stored, space-efficient matrix.
vnl_matrix_fixed< double, 4, 3 > vnl_double_4x3
Abstract 1D map between two types (read spaces).
vnl_matrix_fixed< float, 3, 4 > vnl_float_3x4
vnl_matrix_fixed< float, 3, 1 > vnl_float_3x1
An ordinary mathematical matrix.
vnl_matrix_fixed< float, 2, 2 > vnl_float_2x2
Convert row-stored matrix to column-stored.
Calculates the 3x3 skew symmetric cross product matrix from a vector.
vnl_matrix_fixed< double, 3, 3 > vnl_double_3x3
Mathematical vector class, templated by type of element.
Fixed length stack-stored, space-efficient vector.
vnl_matrix_fixed< float, 1, 2 > vnl_float_1x2
vnl_matrix_fixed< float, 4, 3 > vnl_float_4x3
vnl_matrix_fixed< double, 3, 4 > vnl_double_3x4
stores a diagonal matrix as a single vector.
vnl_matrix_fixed< float, 4, 4 > vnl_float_4x4
vnl_matrix_fixed< double, 1, 2 > vnl_double_1x2
vnl_matrix reference to user-supplied storage.
Fixed size stack-stored vnl_matrix.
vnl_matrix_fixed< double, 1, 3 > vnl_double_1x3
An adaptor that converts a vnl_least_squares_function to a vnl_cost_function.
vnl_matrix_fixed< double, 2, 2 > vnl_double_2x2