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. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, vnl_sparse_matrix< T > &v) |
Binary load vnl_sparse_matrix from stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const vnl_sparse_matrix< T > &b) |
Print human readable summary of object to a stream. |
Definition in file vnl_io_sparse_matrix.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vnl_sparse_matrix< T > & | p | ||
) |
Binary load vnl_sparse_matrix from stream.
Definition at line 99 of file vnl_io_sparse_matrix.txx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vnl_sparse_matrix< T > & | p | ||
) |
Binary save vnl_sparse_matrix to stream.
Definition at line 65 of file vnl_io_sparse_matrix.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vnl_sparse_matrix< T > & | p | ||
) |
Print human readable summary of object to a stream.
Definition at line 157 of file vnl_io_sparse_matrix.txx.