📄 vnl_io_diag_matrix.h
字号:
// This is core/vnl/io/vnl_io_diag_matrix.h
#ifndef vnl_io_diag_matrix_h
#define vnl_io_diag_matrix_h
//:
// \file
// \author dac
// \date 21-Mar-2001
#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_diag_matrix.h>
//: Binary save vnl_real_polynomial to stream.
template <class T>
void vsl_b_write(vsl_b_ostream &os, const vnl_diag_matrix<T> & v);
//: Binary load vnl_real_polynomial from stream.
template <class T>
void vsl_b_read(vsl_b_istream &is, vnl_diag_matrix<T> & v);
//: Print human readable summary of object to a stream
template <class T>
void vsl_print_summary(vcl_ostream& os,const vnl_diag_matrix<T> & b);
#endif // vnl_io_diag_matrix_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -