Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | Public Attributes | List of all members
gko::log::linop_data Struct Reference

Struct representing LinOp related data. More...

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

Collaboration diagram for gko::log::linop_data:
[legend]

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: