Macros | Functions
vnl_diag_matrix_fixed.hxx File Reference
#include <iostream>
#include "vnl_diag_matrix_fixed.h"

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...
 

Macro Definition Documentation

◆ VNL_DIAG_MATRIX_FIXED_INSTANTIATE

#define VNL_DIAG_MATRIX_FIXED_INSTANTIATE (   T,
 
)
Value:
template class VNL_EXPORT vnl_diag_matrix_fixed<T , N >; \
template VNL_EXPORT std::ostream& operator<< (std::ostream& s, vnl_diag_matrix_fixed<T , N > const &)
std::ostream & operator<<(std::ostream &s, vnl_decnum const &r)
decimal output.
Definition: vnl_decnum.h:393
stores a diagonal matrix as a single vector.

Definition at line 59 of file vnl_diag_matrix_fixed.hxx.

Function Documentation

◆ operator<<()

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.

Definition at line 50 of file vnl_diag_matrix_fixed.hxx.