vnl_io_matrix_fixed.h
Go to the documentation of this file.
1 // This is core/vnl/io/vnl_io_matrix_fixed.h
2 #ifndef vnl_io_matrix_fixed_h
3 #define vnl_io_matrix_fixed_h
4 //:
5 // \file
6 // \author Louise Butcher
7 // \date 20-Mar-2001
8 
9 #include <vsl/vsl_binary_io.h>
10 #include <vnl/vnl_matrix_fixed.h>
11 
12 //: Binary save vnl_matrix_fixed to stream.
13 // \relatesalso vnl_matrix_fixed
14 template <class T, unsigned m, unsigned n>
15 void vsl_b_write(vsl_b_ostream & os, const vnl_matrix_fixed<T,m,n> & v);
16 
17 //: Binary load vnl_matrix_fixed from stream.
18 // \relatesalso vnl_matrix_fixed
19 template <class T, unsigned m, unsigned n>
20 void vsl_b_read(vsl_b_istream & is, vnl_matrix_fixed<T,m,n> & v);
21 
22 //: Print human readable summary of object to a stream
23 // \relatesalso vnl_matrix_fixed
24 template <class T, unsigned m, unsigned n>
25 void vsl_print_summary(std::ostream & os,const vnl_matrix_fixed<T,m,n> & b);
26 
27 #endif // vnl_io_matrix_fixed_h
void vsl_print_summary(std::ostream &os, vnl_bignum const &b)
Print human readable summary of object to a stream.
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
#define v
Definition: vnl_vector.h:42
void vsl_b_read(vsl_b_istream &is, vnl_bignum &v)
Binary load vnl_bignum from stream.
void vsl_b_write(vsl_b_ostream &os, vnl_bignum const &v)
Binary save vnl_bignum to stream.
fixed size matrix