2 #ifndef vnl_io_sym_matrix_h 3 #define vnl_io_sym_matrix_h 9 #include <vsl/vsl_binary_io.h> 27 #endif // vnl_io_sym_matrix_h void vsl_print_summary(std::ostream &os, vnl_bignum const &b)
Print human readable summary of object to a stream.
Contains class for symmetric matrices.
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.
stores a symmetric matrix as just the diagonal and lower triangular part.