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

Go to the source code of this file.

Defines

#define vnl_sym_matrix_txx_
#define VNL_SYM_MATRIX_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &s, const vnl_sym_matrix< T > &M)
 print in lower triangular form.
template<class T >
bool operator== (const vnl_sym_matrix< T > &a, const vnl_sym_matrix< T > &b)
template<class T >
bool operator== (const vnl_sym_matrix< T > &a, const vnl_matrix< T > &b)
template<class T >
bool operator== (const vnl_matrix< T > &a, const vnl_sym_matrix< T > &b)

Detailed Description

Definition in file vnl_sym_matrix.txx.


Define Documentation

#define VNL_SYM_MATRIX_INSTANTIATE (   T)
Value:
template class vnl_sym_matrix<T >; \
template vcl_ostream& operator<< (vcl_ostream& s, vnl_sym_matrix<T > const &); \
template bool operator==(const vnl_sym_matrix<T > &a, const vnl_sym_matrix<T > &b); \
template bool operator==(const vnl_sym_matrix<T > &a, const vnl_matrix<T > &b); \
template bool operator==(const vnl_matrix<T > &a, const vnl_sym_matrix<T > &b)

Definition at line 131 of file vnl_sym_matrix.txx.

#define vnl_sym_matrix_txx_

Definition at line 3 of file vnl_sym_matrix.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  s,
const vnl_sym_matrix< T > &  M 
)

print in lower triangular form.

Definition at line 78 of file vnl_sym_matrix.txx.

template<class T >
bool operator== ( const vnl_sym_matrix< T > &  a,
const vnl_sym_matrix< T > &  b 
)

Definition at line 92 of file vnl_sym_matrix.txx.

template<class T >
bool operator== ( const vnl_sym_matrix< T > &  a,
const vnl_matrix< T > &  b 
)

Definition at line 106 of file vnl_sym_matrix.txx.

template<class T >
bool operator== ( const vnl_matrix< T > &  a,
const vnl_sym_matrix< T > &  b 
)

Definition at line 123 of file vnl_sym_matrix.txx.