SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 类型定义
IterativeSolverIterator.h 文件参考

浏览源代码.

struct  _IterInfo
 struct that contains current state of the iteration for iterative linear solvers 更多...
 
class  IterativeSolverIterator< T >
 template class that is used as an iterator for an iterative linear solver. In the iteration of solving phase, each solver initializes the iteration with a maximum number of iteration limit, and relative/ absolute tolerence. They then call begin with the residual vector and continue until its end returns true, i.e. either it has converged or iteration count reached maximum limit. 更多...
 

类型定义

typedef struct shogun::_IterInfo IterInfo
 struct that contains current state of the iteration for iterative linear solvers 更多...
 

SHOGUN 机器学习工具包 - 项目文档