⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linforward.3.man

📁 COOOL:CWP面向对象最优化库(CWP Object Oriented Optimization Library) COOOL是C++类的一个集合
💻 MAN
字号:
LINFORWARD(derived)  FORWARD OPERATORS   LINFORWARD(derived)                                                     Jun  1 15:18NAME    LinForwardSYNOPSIS    #include <LinForward.hh>    class LinearForward : public Forward        \fIPublic members\fP            LinearForward(Matrix<double>*);            LinearForward(Matrix<double>*, int);            ~LinearForward();            int			modelSize();            int			dataSize();            const char*  	className() const;            List<double> 	dataList(Model<double>&);            List<double> 	dataList(Model<long>&);            Vector<double>	adjointOp(Vector<double>&);            Vector<double> 	forwardOp(Vector<double>&);            Vector<double> 	forwardOp(Vector<long>&);        \fIPrivate members\fP            Matrix<double>* 	jacob;DESCRIPTION    LinForward      is a class for linear forward operators in optimization.       It is, in fact, no more than a Matrix. For a quadratic      optimization problem, this Matrix is the Hessian of      the objective function.    CAVEATS     LinForward currently only takes Models either double      or long integer. It is mostly because I tried to avoid using     templates, due to the guliness of template features in G++.      Hopefully, this could be changed soon.DEFINED MACROS    LINEAR_FORWARD_HHINCLUDED FILES    "Forward.hh"    "Matrix.hh"SOURCE FILES    LinForward.cc

⌨️ 快捷键说明

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