Functions
vnl_io_sparse_matrix.h File Reference
#include <vnl/vnl_sparse_matrix.h>
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author
Louise Butcher
Date
20-Mar-2001

Definition in file vnl_io_sparse_matrix.h.

Function Documentation

◆ vsl_b_read()

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

Binary load vnl_sparse_matrix from stream.

Binary load vnl_sparse_matrix from stream.

Definition at line 96 of file vnl_io_sparse_matrix.hxx.

◆ vsl_b_write()

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

Binary save vnl_sparse_matrix to stream.

Binary save vnl_sparse_matrix to stream.

Definition at line 69 of file vnl_io_sparse_matrix.hxx.

◆ vsl_print_summary()

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

Print human readable summary of object to a stream.

Print human readable summary of object to a stream.

Definition at line 146 of file vnl_io_sparse_matrix.hxx.