s_runlas2.h

来自「矩阵奇异分解(svd)最新c++版本」· C头文件 代码 · 共 28 行

H
28
字号
// File: s_runlas2.h -*- c++ -*-// Author: Suvrit Sra// Date: 23 Nov, 2003// Separates out the runIt() method from the bls class// (c) Suvrit Sra 2004 All Rights Reserved#ifndef _S_RUNLAS2_H#define _S_RUNLAS2_H#include "s_las2.h"#include "s_opts.h"namespace ssvd {class s_runlas2 : public s_las2 {  OptionsStruct* options;  void setupDefault();public:  s_runlas2(char*);  s_runlas2(OptionsStruct* o = 0);  int runIt();};}#endif 

⌨️ 快捷键说明

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