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::SCElementOp2 - The SCElementOp2 class is very similar to the SCElementOp class except that pairs of

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       The SCElementOp2 class is very similar to the SCElementOp class except that pairs of blocks are treated
       simultaneously.

       The two matrices involved must have identical storage layout, which will be the case if both matrices are
       of the same type and dimensions.

Name

       sc::SCElementOp2 - The SCElementOp2 class is very similar to the SCElementOp class except that pairs of
       blocks are treated simultaneously.

Synopsis

       #include <elemop.h>

       Inherits sc::SavableState.

       Inherited by sc::BlockedSCElementOp2, sc::SCDestructiveElementProduct, sc::SCElementScalarProduct, and
       sc::SCFEnergy.

   PublicMemberFunctionsSCElementOp2 (StateIn &s)
       virtual int has_collect ()
       virtual void defer_collect (int)
       virtual int has_side_effects ()
       virtual int has_side_effects_in_arg ()
       virtual void collect (const Ref< MessageGrp > &)
       virtual void process (SCMatrixBlockIter &, SCMatrixBlockIter &)=0
       void process_base (SCMatrixBlock *, SCMatrixBlock *)
       virtual void process_spec_rect (SCMatrixRectBlock *, SCMatrixRectBlock *)
       virtual void process_spec_ltri (SCMatrixLTriBlock *, SCMatrixLTriBlock *)
       virtual void process_spec_diag (SCMatrixDiagBlock *, SCMatrixDiagBlock *)
       virtual void process_spec_vsimp (SCVectorSimpleBlock *, SCVectorSimpleBlock *)

   AdditionalInheritedMembers

See Also