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::SCMatrixKit - The SCMatrixKit abstract class acts as a factory for producing matrices.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       The SCMatrixKit abstract class acts as a factory for producing matrices.

       By using one of these, the program makes sure that all of the matrices are consistent.

Name

       sc::SCMatrixKit - The SCMatrixKit abstract class acts as a factory for producing matrices.

Synopsis

       #include <abstract.h>

       Inherits sc::DescribedClass.

       Inherited by sc::BlockedSCMatrixKit, sc::DistSCMatrixKit, sc::LocalSCMatrixKit, and sc::ReplSCMatrixKit.

   PublicMemberFunctionsSCMatrixKit (const Ref< KeyVal > &)
       Ref< MessageGrp > messagegrp () const
       virtual SCMatrix * matrix (const RefSCDimension &, const RefSCDimension &)=0
           Given the dimensions, create matrices or vectors.
       virtual SymmSCMatrix * symmmatrix (const RefSCDimension &)=0
       virtual DiagSCMatrix * diagmatrix (const RefSCDimension &)=0
       virtual SCVector * vector (const RefSCDimension &)=0
       SCMatrix * restore_matrix (StateIn &, const RefSCDimension &, const RefSCDimension &)
           Given the dimensions and a StateIn object, restore matrices or vectors.
       SymmSCMatrix * restore_symmmatrix (StateIn &, const RefSCDimension &)
       DiagSCMatrix * restore_diagmatrix (StateIn &, const RefSCDimension &)
       SCVector * restore_vector (StateIn &, const RefSCDimension &)

   StaticPublicMemberFunctions
       static SCMatrixKit * default_matrixkit ()
           This returns a LocalSCMatrixKit, unless the default has been changed with set_default_matrixkit.
       static void set_default_matrixkit (const Ref< SCMatrixKit > &)

   ProtectedAttributesRef< MessageGrp > grp_AdditionalInheritedMembers

See Also