logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::AccResultInfo - This is like ResultInfo but the accuracy with which a result was computed as well as

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                             sc::AccResultInfo(3)

Detailed Description

       This is like ResultInfo but the accuracy with which a result was computed as well as the desired accuracy
       are stored.

Name

       sc::AccResultInfo - This is like ResultInfo but the accuracy with which a result was computed as well as
       the desired accuracy are stored.

Synopsis

       #include <compute.h>

       Inherits sc::ResultInfo.

       Inherited by sc::AccResult<RefDiagSCMatrix>, sc::AccResult<RefSCMatrix>, sc::AccResult<RefSCVector>, sc::AccResult<RefSymmSCMatrix>, sc::NCAccResult<double>, sc::AccResult<T>, sc::NCAccResult<T>,
       and sc::SSAccResult<T>.

   PublicMemberFunctionsAccResultInfo (Compute *c)
       double actual_accuracy () const
       double desired_accuracy () const
       void set_desired_accuracy (double)
       void set_actual_accuracy (double)
       int computed_to_desired_accuracy () const
       int needed () const

   ProtectedMemberFunctionsAccResultInfo (StateIn &, Compute *)
       AccResultInfo (const AccResultInfo &, Compute *)
       virtual void save_data_state (StateOut &)
       virtual void restore_state (StateIn &)
       AccResultInfo & operator= (const AccResultInfo &)
       void update ()

   AdditionalInheritedMembers

See Also