Defines | Functions
core/vnl/vnl_matrix_fixed.txx File Reference
#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)

Detailed Description

Definition in file vnl_matrix_fixed.txx.


Define Documentation

#define VNL_MATRIX_FIXED_INSTANTIATE (   T,
  M,
 
)
Value:
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,
 
)
Value:
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.


Function Documentation

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 at line 780 of file vnl_matrix_fixed.txx.