Go to the source code of this file.
Defines | |
#define | vnl_diag_matrix_fixed_txx_ |
#define | VNL_DIAG_MATRIX_FIXED_INSTANTIATE(T, N) |
Functions | |
template<class T , unsigned int N> | |
vcl_ostream & | operator<< (vcl_ostream &s, const vnl_diag_matrix_fixed< T, N > &D) |
Print in MATLAB diag([1 2 3]) form. |
Definition in file vnl_diag_matrix_fixed.txx.
#define VNL_DIAG_MATRIX_FIXED_INSTANTIATE | ( | T, | |
N | |||
) |
template class vnl_diag_matrix_fixed<T , N >; \ template vcl_ostream& operator<< (vcl_ostream& s, vnl_diag_matrix_fixed<T , N > const &)
Definition at line 79 of file vnl_diag_matrix_fixed.txx.
#define vnl_diag_matrix_fixed_txx_ |
Definition at line 3 of file vnl_diag_matrix_fixed.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const vnl_diag_matrix_fixed< T, N > & | D | ||
) |
Print in MATLAB diag([1 2 3]) form.
Definition at line 32 of file vnl_diag_matrix_fixed.txx.