FreeBSD Manual Pages
sc::AccResultInfo(3) MPQC sc::AccResultInfo(3) 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< RefSymmSCMatrix >, sc::AccResult< RefSCVector >, sc::AccResult< RefSCMatrix >, sc::AccResult< RefDiagSCMatrix >, sc::NCAccResult< double >, sc::AccResult< T >, sc::NCAccResult< T >, and sc::SSAccResult< T >. Public Member Functions AccResultInfo (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 Public Member Functions inherited from sc::ResultInfo ResultInfo (Compute *c) int & compute () const int & compute () const int compute (int c) int & computed () const int & computed () const virtual int needed () const Protected Member Functions AccResultInfo (StateIn &, Compute *) AccResultInfo (const AccResultInfo &, Compute *) virtual void save_data_state (StateOut &) virtual void restore_state (StateIn &) AccResultInfo & operator= (const AccResultInfo &) void update () Protected Member Functions inherited from sc::ResultInfo virtual void update () ResultInfo (StateIn &, Compute *) ResultInfo (const ResultInfo &, Compute *) virtual void save_data_state (StateOut &) virtual void restore_state (StateIn &) ResultInfo & operator= (const ResultInfo &) Additional Inherited Members Protected Attributes inherited from sc::ResultInfo int _compute int _computed Compute * _c Detailed Description This is like ResultInfo but the accuracy with which a result was computed as well as the desired accuracy are stored. Member Function Documentation int sc::AccResultInfo::needed () const [virtual] Reimplemented from sc::ResultInfo. virtual void sc::AccResultInfo::restore_state (StateIn &) [protected], [virtual] Reimplemented from sc::ResultInfo. virtual void sc::AccResultInfo::save_data_state (StateOut &) [protected], [virtual] Reimplemented from sc::ResultInfo. void sc::AccResultInfo::update () [protected], [virtual] Reimplemented from sc::ResultInfo. Author Generated automatically by Doxygen for MPQC from the source code. Version 2.3.1 Tue May 13 2025 sc::AccResultInfo(3)
NAME | SYNOPSIS | Detailed Description | Member Function Documentation | Author
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_AccResultInfo&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
