Ginkgo  Generated from pipelines/1068515030 branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Public Types | Public Member Functions | List of all members
gko::WritableToMatrixData< ValueType, IndexType > Class Template Referenceabstract

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

#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
 Writes a matrix to a matrix_data structure. More...
 

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()

template<typename ValueType, typename IndexType>
virtual void gko::WritableToMatrixData< ValueType, IndexType >::write ( matrix_data< ValueType, IndexType > &  data) const
pure virtual

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