Functions
core/vnl/io/vnl_io_sym_matrix.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_sym_matrix.h>

Go to the source code of this file.

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, const vnl_sym_matrix< T > &v)
 Binary save vnl_matrix to stream.
template<class T >
void vsl_b_read (vsl_b_istream &is, vnl_sym_matrix< T > &v)
 Binary load vnl_matrix from stream.
template<class T >
void vsl_print_summary (vcl_ostream &os, const vnl_sym_matrix< T > &b)
 Print human readable summary of object to a stream.

Detailed Description

Author:
Ian Scott
Date:
11 Dec 2001

Definition in file vnl_io_sym_matrix.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vnl_sym_matrix< T > &  p 
)

Binary load vnl_matrix from stream.

Definition at line 30 of file vnl_io_sym_matrix.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
const vnl_sym_matrix< T > &  p 
)

Binary save vnl_matrix to stream.

Definition at line 16 of file vnl_io_sym_matrix.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vnl_sym_matrix< T > &  p 
)

Print human readable summary of object to a stream.

Definition at line 66 of file vnl_io_sym_matrix.txx.