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 LinOp > | A |
| std::unique_ptr< const LinOp > | alpha |
| std::unique_ptr< const LinOp > | b |
| std::unique_ptr< const LinOp > | beta |
| std::unique_ptr< const LinOp > | x |
Detailed Description
Struct representing LinOp related data
The documentation for this struct was generated from the following file:
- ginkgo/core/log/record.hpp
Generated by