|
NAMEsc::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 FunctionsAccResultInfo (Compute *c)
Public Member Functions inherited from sc::ResultInfo
Protected Member FunctionsAccResultInfo (StateIn &, Compute *)
Protected Member Functions inherited from sc::ResultInfo
Additional Inherited MembersProtected Attributes inherited from sc::ResultInfo
Detailed DescriptionThis is like ResultInfo but the accuracy with which a result was computed as well as the desired accuracy are stored. Member Function Documentationint 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. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|