Functions
vnl_io_diag_matrix.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_diag_matrix.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author
dac
Date
21-Mar-2001

Definition in file vnl_io_diag_matrix.h.

Function Documentation

◆ vsl_b_read()

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

Binary load vnl_diag_matrix from stream.

Binary load vnl_diag_matrix from stream.

Definition at line 26 of file vnl_io_diag_matrix.hxx.

◆ vsl_b_write()

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

Binary save vnl_diag_matrix to stream.

Binary save vnl_diag_matrix to stream.

Definition at line 16 of file vnl_io_diag_matrix.hxx.

◆ vsl_print_summary()

template<class T >
void vsl_print_summary ( std::ostream &  os,
const vnl_diag_matrix< T > &  p 
)

Print human readable summary of object to a stream.

Print human readable summary of object to a stream.

Definition at line 51 of file vnl_io_diag_matrix.hxx.