matrix_data_entry< ValueType, IndexType > Struct Template Reference#
|
Reference API
|
gko::matrix_data_entry< ValueType, IndexType > Struct Template Reference
#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 >
struct gko::matrix_data_entry< ValueType, IndexType >
Type used to store nonzeros.
The documentation for this struct was generated from the following file:
- ginkgo/core/base/matrix_data.hpp
Generated by