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) |
Definition in file vnl_sym_matrix.txx.
#define VNL_SYM_MATRIX_INSTANTIATE | ( | T | ) |
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.
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.
bool operator== | ( | const vnl_sym_matrix< T > & | a, |
const vnl_sym_matrix< T > & | b | ||
) |
Definition at line 92 of file vnl_sym_matrix.txx.
bool operator== | ( | const vnl_sym_matrix< T > & | a, |
const vnl_matrix< T > & | b | ||
) |
Definition at line 106 of file vnl_sym_matrix.txx.
bool operator== | ( | const vnl_matrix< T > & | a, |
const vnl_sym_matrix< T > & | b | ||
) |
Definition at line 123 of file vnl_sym_matrix.txx.