WritableToMatrixData< ValueType, IndexType > Class Template Reference

WritableToMatrixData&lt; ValueType, IndexType &gt; Class Template Reference#

Reference API: gko::WritableToMatrixData< ValueType, IndexType > Class Template Reference
Reference API
gko::WritableToMatrixData< ValueType, IndexType > Class Template Referenceabstract

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

Inheritance diagram for gko::WritableToMatrixData< ValueType, IndexType >:
[legend]

Public Types

using value_type = ValueType
 
using index_type = IndexType
 

Public Member Functions

virtual void write (matrix_data< ValueType, IndexType > &data) const =0
 

Detailed Description

template<typename ValueType, typename IndexType>
class gko::WritableToMatrixData< ValueType, IndexType >

A LinOp implementing this interface can write its data to a matrix_data structure.

Member Function Documentation

◆ write()


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