Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
gko::matrix_data_entry< ValueType, IndexType > Struct Template Reference

Type used to store nonzeros. More...

#include <ginkgo/core/base/matrix_data.hpp>

Public Types

using value_type = ValueType
 
using index_type = IndexType
 

Public Member Functions

 matrix_data_entry (index_type r, index_type c, value_type v)
 
bool operator== (const matrix_data_entry &other) const
 
bool operator!= (const matrix_data_entry &other) const
 
bool operator< (const matrix_data_entry &other) const
 
bool operator> (const matrix_data_entry &other) const
 
bool operator<= (const matrix_data_entry &other) const
 
bool operator>= (const matrix_data_entry &other) const
 

Public Attributes

index_type row
 
index_type column
 
value_type value
 

Friends

std::ostream & operator<< (std::ostream &os, const matrix_data_entry &x)
 

Detailed Description

template<typename ValueType, typename IndexType>
struct gko::matrix_data_entry< ValueType, IndexType >

Type used to store nonzeros.


The documentation for this struct was generated from the following file: