SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
singleton | SGVector< T > |
shogun vector More... | |
singleton | SGSparseMatrix< T > |
template class SGSparseMatrix More... | |
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 under GPL2+. da@m ath.n tnu. noMore... | |
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}\). More... | |