Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
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) |
Type used to store nonzeros.