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