![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
The logger namespace . More...
Classes | |
class | Convergence |
Convergence is a Logger which logs data strictly from the criterion_check_completed event. More... | |
struct | criterion_data |
Struct representing Criterion related data. More... | |
class | EnableLogging |
EnableLogging is a mixin which should be inherited by any class which wants to enable logging. More... | |
struct | executor_data |
Struct representing Executor related data. More... | |
struct | iteration_complete_data |
Struct representing iteration complete related data. More... | |
struct | linop_data |
Struct representing LinOp related data. More... | |
struct | linop_factory_data |
Struct representing LinOp factory related data. More... | |
class | Loggable |
Loggable class is an interface which should be implemented by classes wanting to support logging. More... | |
class | Logger |
struct | operation_data |
Struct representing Operator related data. More... | |
struct | polymorphic_object_data |
Struct representing PolymorphicObject related data. More... | |
class | Record |
Record is a Logger which logs every event to an object. More... | |
class | Stream |
Stream is a Logger which logs every event to a stream. More... | |