Go to the source code of this file.
Macros | |
| #define | VNL_DIAG_MATRIX_FIXED_INSTANTIATE(T, N) |
Functions | |
| template<class T , unsigned int N> | |
| std::ostream & | operator<< (std::ostream &s, const vnl_diag_matrix_fixed< T, N > &D) |
| Print in MATLAB diag([1 2 3]) form. More... | |
| #define VNL_DIAG_MATRIX_FIXED_INSTANTIATE | ( | T, | |
| N | |||
| ) |
Definition at line 59 of file vnl_diag_matrix_fixed.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const vnl_diag_matrix_fixed< T, N > & | D | ||
| ) |
Print in MATLAB diag([1 2 3]) form.
Definition at line 50 of file vnl_diag_matrix_fixed.hxx.
1.8.15