![]()  | 
  
    Ginkgo
    Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.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 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... | |
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::Fft3, gko::matrix::Fft2, gko::matrix::Fft, gko::matrix::Fft3, gko::matrix::Fft2, gko::matrix::Fft, gko::matrix::Fft3, gko::matrix::Fft2, gko::matrix::Fft, gko::matrix::Fft3, gko::matrix::Fft2, gko::matrix::Fft, gko::matrix::Csr< ValueType, IndexType >, gko::matrix::Hybrid< ValueType, IndexType >, gko::preconditioner::Jacobi< ValueType, IndexType >, gko::matrix::Fbcsr< ValueType, IndexType >, gko::matrix::Ell< ValueType, IndexType >, gko::matrix::Coo< ValueType, IndexType >, gko::matrix::Sellp< ValueType, IndexType >, gko::matrix::SparsityCsr< ValueType, IndexType >, gko::matrix::Permutation< IndexType >, and gko::matrix::ScaledPermutation< ValueType, IndexType >.
 1.8.16