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

浏览源代码.

singleton  SGVector< T >
 shogun vector 更多...
 
singleton  CLinearOperator< T >
 Abstract template base class that represents a linear operator, e.g. a matrix. 更多...
 
class  CIterativeShiftedLinearFamilySolver< T, ST >
 abstract template base for CG based solvers to the solution of shifted linear systems of the form \((A+\sigma)x=b\) for several values of \(\sigma\) simultaneously, using only as many matrix-vector operations as the solution of a single system requires. This class adds another interface to the basic iterative linear solver that takes the shifts, \(\sigma\), and also weights, \(\alpha\), and returns the summation \(\sum_{i} \alpha_{i}x_{i}\), where \(x_{i}\) is the solution of the system \((A+\sigma_{i})x_{i}=b\). 更多...
 

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