Defines | Functions
core/vnl/vnl_diag_matrix_fixed.txx File Reference
#include "vnl_diag_matrix_fixed.h"
#include <vcl_iostream.h>

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.

Detailed Description

Definition in file vnl_diag_matrix_fixed.txx.


Define Documentation

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


Function Documentation

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 at line 32 of file vnl_diag_matrix_fixed.txx.