linop_data Struct Reference

linop_data Struct Reference#

Reference API: gko::log::linop_data Struct Reference
Reference API
gko::log::linop_data Struct Reference

#include <ginkgo/core/log/record.hpp>

Public Member Functions

 linop_data (const LinOp *A, const LinOp *alpha, const LinOp *b, const LinOp *beta, const LinOp *x)
 

Public Attributes

std::unique_ptr< const LinOpA
 
std::unique_ptr< const LinOpalpha
 
std::unique_ptr< const LinOpb
 
std::unique_ptr< const LinOpbeta
 
std::unique_ptr< const LinOpx
 

Detailed Description

Struct representing LinOp related data


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