newmatio.h

来自「科学和工程计算中使用统计功能开发工具包.」· C头文件 代码 · 共 18 行

H
18
字号
//$$ newmatio.h           definition file for matrix package input/output

// Copyright (C) 1991,2: R B Davies

#ifndef MATRIXIO_LIB
#define MATRIXIO_LIB 0

#include "newmat.h"

/**************************** input/output *****************************/

ostream& operator<<(ostream&, const BaseMatrix&);

ostream& operator<<(ostream&, const GeneralMatrix&);


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?