Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, const vnl_matrix< T > &v) | 
| Binary save vnl_matrix to stream.   | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vnl_matrix< T > &v) | 
| Binary load vnl_matrix from stream.   | |
| template<class T > | |
| void | vsl_print_summary (vcl_ostream &os, const vnl_matrix< T > &b) | 
| Print human readable summary of object to a stream.   | |
Definition in file vnl_io_matrix.h.
| void vsl_b_read | ( | vsl_b_istream & | is, | 
| vnl_matrix< T > & | p | ||
| ) | 
Binary load vnl_matrix from stream.
Definition at line 31 of file vnl_io_matrix.txx.
| void vsl_b_write | ( | vsl_b_ostream & | os, | 
| const vnl_matrix< T > & | p | ||
| ) | 
Binary save vnl_matrix to stream.
Definition at line 16 of file vnl_io_matrix.txx.
| void vsl_print_summary | ( | vcl_ostream & | os, | 
| const vnl_matrix< T > & | p | ||
| ) | 
Print human readable summary of object to a stream.
Definition at line 69 of file vnl_io_matrix.txx.
 1.7.5.1