Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
Struct representing Criterion related data. More...
#include <ginkgo/core/log/record.hpp>
Public Member Functions | |
criterion_data (const stop::Criterion *criterion, const size_type &num_iterations, const LinOp *residual, const LinOp *residual_norm, const LinOp *solution, const uint8 stopping_id, const bool set_finalized, const array< stopping_status > *status=nullptr, const bool oneChanged=false, const bool converged=false) | |
Public Attributes | |
const stop::Criterion * | criterion |
const size_type | num_iterations |
std::unique_ptr< const LinOp > | residual |
std::unique_ptr< const LinOp > | residual_norm |
std::unique_ptr< const LinOp > | solution |
const uint8 | stopping_id |
const bool | set_finalized |
const array< stopping_status > * | status |
const bool | oneChanged |
const bool | converged |
Struct representing Criterion related data.