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::criterion_data Struct Reference

Struct representing Criterion related data. More...

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

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

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::Criterioncriterion
 
const size_type num_iterations
 
std::unique_ptr< const LinOpresidual
 
std::unique_ptr< const LinOpresidual_norm
 
std::unique_ptr< const LinOpsolution
 
const uint8 stopping_id
 
const bool set_finalized
 
const array< stopping_status > * status
 
const bool oneChanged
 
const bool converged
 

Detailed Description

Struct representing Criterion related data.


The documentation for this struct was generated from the following file: