linop_factory_data Struct Reference#
|
Reference API
|
gko::log::linop_factory_data Struct Reference
#include <ginkgo/core/log/record.hpp>
Public Member Functions | |
| linop_factory_data (const LinOpFactory *factory, const LinOp *input, const LinOp *output) | |
Public Attributes | |
| const LinOpFactory * | factory |
| std::unique_ptr< const LinOp > | input |
| std::unique_ptr< const LinOp > | output |
Detailed Description
Struct representing LinOp factory related data
The documentation for this struct was generated from the following file:
- ginkgo/core/log/record.hpp
Generated by