#include "vnl_matrix_fixed.h"#include <vcl_cmath.h>#include <vcl_iostream.h>#include <vcl_cstdlib.h>#include <vcl_cassert.h>#include <vnl/vnl_error.h>#include <vnl/vnl_math.h>#include <vnl/vnl_vector_fixed.h>Go to the source code of this file.
Defines | |
| #define | vnl_matrix_fixed_txx_ |
| #define | VNL_OUTER_PRODUCT_FIXED_INSTANTIATE(T, M, N) |
| #define | VNL_MATRIX_FIXED_INSTANTIATE(T, M, N) |
Functions | |
| template<class T , unsigned m, unsigned n> | |
| vnl_matrix_fixed< T, m, n > | outer_product (vnl_vector_fixed< T, m > const &a, vnl_vector_fixed< T, n > const &b) |
Definition in file vnl_matrix_fixed.txx.
| #define VNL_MATRIX_FIXED_INSTANTIATE | ( | T, | |
| M, | |||
| N | |||
| ) |
template class vnl_matrix_fixed<T,M,N >; \ VNL_OUTER_PRODUCT_FIXED_INSTANTIATE( T, M, N )
Definition at line 797 of file vnl_matrix_fixed.txx.
| #define vnl_matrix_fixed_txx_ |
Definition at line 3 of file vnl_matrix_fixed.txx.
| #define VNL_OUTER_PRODUCT_FIXED_INSTANTIATE | ( | T, | |
| M, | |||
| N | |||
| ) |
template vnl_matrix_fixed<T,M,N > outer_product(vnl_vector_fixed<T,M > const&,\ vnl_vector_fixed<T,N > const& )
Definition at line 789 of file vnl_matrix_fixed.txx.
| vnl_matrix_fixed<T,m,n> outer_product | ( | vnl_vector_fixed< T, m > const & | a, |
| vnl_vector_fixed< T, n > const & | b | ||
| ) |
Definition at line 780 of file vnl_matrix_fixed.txx.
1.7.5.1