Definition in file vnl_diag_matrix.txx.
#include "vnl_diag_matrix.h"
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
| #define | VNL_DIAG_MATRIX_INSTANTIATE(T) |
| #define VNL_DIAG_MATRIX_INSTANTIATE | ( | T | ) |
Value:
template class vnl_diag_matrix<T >; \ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator* (vnl_matrix<T > const &, vnl_diag_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator* (vnl_diag_matrix<T > const &, vnl_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator+ (vnl_matrix<T > const &, vnl_diag_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator+ (vnl_diag_matrix<T > const &, vnl_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator- (vnl_matrix<T > const &, vnl_diag_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_matrix<T > operator- (vnl_diag_matrix<T > const &, vnl_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_vector<T > operator* (const vnl_vector<T >&, vnl_diag_matrix<T > const &));\ VCL_INSTANTIATE_INLINE(vnl_vector<T > operator* (vnl_diag_matrix<T > const &, const vnl_vector<T >&));\ template vcl_ostream& operator<< (vcl_ostream& s, vnl_diag_matrix<T > const &)
Definition at line 81 of file vnl_diag_matrix.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | |
| const vnl_diag_matrix< T > & | D | |||
| ) | [related] |
1.5.1