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

浏览源代码.

singleton  SGVector< T >
 shogun vector 更多...
 
singleton  SGSparseMatrix< T >
 template class SGSparseMatrix 更多...
 
struct  SparsityStructure
 Struct that represents the sparsity structure of the Sparse Matrix in CRS. Implementation has been adapted from Krylstat (https://github.com/ Froskekongen/KRYLSTAT) library (c) Erlend Aune erlen.nosp@m.da@m.nosp@m.ath.n.nosp@m.tnu..nosp@m.no under GPL2+. 更多...
 
class  CSparseMatrixOperator< T >
 Class that represents a sparse-matrix linear operator. It computes matrix-vector product \(Ax\) in its apply method, \(A\in\mathbb{C}^{m\times n},A:\mathbb{C}^{n}\rightarrow \mathbb{C}^{m}\) being the matrix operator and \(x\in\mathbb{C}^{n}\) being the vector. The result is a vector \(y\in\mathbb{C}^{m}\). 更多...
 

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