![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
A LinOp implementing this interface can write its data to a matrix_data structure. More...
#include <ginkgo/core/base/lin_op.hpp>
Public Member Functions | |
virtual void | write (matrix_data< ValueType, IndexType > &data) const =0 |
Writes a matrix to a matrix_data structure. More... | |
A LinOp implementing this interface can write its data to a matrix_data structure.
|
pure virtual |
Writes a matrix to a matrix_data structure.
data | the matrix_data structure |
Implemented in gko::matrix::Hybrid< ValueType, IndexType >, gko::matrix::Csr< ValueType, IndexType >, gko::preconditioner::Jacobi< ValueType, IndexType >, gko::matrix::Coo< ValueType, IndexType >, gko::matrix::Ell< ValueType, IndexType >, and gko::matrix::Sellp< ValueType, IndexType >.