Ginkgo  Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
Classes | Variables
gko::matrix Namespace Reference

The matrix namespace. More...

Classes

class  Coo
 COO stores a matrix in the coordinate matrix format. More...
 
class  Csr
 CSR is a matrix format which stores only the nonzero coefficients by compressing each row of the matrix (compressed sparse row format). More...
 
class  Dense
 Dense is a matrix format which explicitly stores all values of the matrix. More...
 
class  Ell
 ELL is a matrix format where stride with explicit zeros is used such that all rows have the same number of stored elements. More...
 
class  Hybrid
 HYBRID is a matrix format which splits the matrix into ELLPACK and COO format. More...
 
class  Identity
 This class is a utility which efficiently implements the identity matrix (a linear operator which maps each vector to itself). More...
 
class  IdentityFactory
 This factory is a utility which can be used to generate Identity operators. More...
 
class  Sellp
 SELL-P is a matrix format similar to ELL format. More...
 

Variables

constexpr int default_slice_size = 64
 
constexpr int default_stride_factor = 1
 

Detailed Description

The matrix namespace.