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::DistDiagSCMatrix

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Name

       sc::DistDiagSCMatrix

Synopsis

       Inherits sc::DiagSCMatrix.

   PublicMemberFunctionsDistDiagSCMatrix (const RefSCDimension &, DistSCMatrixKit *)
       double get_element (int) const
           Return or modify an element.
       void set_element (int, double)
       void accumulate_element (int, double)
       void accumulate (const DiagSCMatrix *)
           Sum m into this.
       double invert_this ()
           Invert this.
       double determ_this ()
           Return the determinant of this. this is overwritten.
       double trace ()
           Return the trace.
       void gen_invert_this ()
           Do a generalized inversion of this.
       void element_op (const Ref< SCElementOp > &)
           Perform the element operation op on each element of this.
       void element_op (const Ref< SCElementOp2 > &, DiagSCMatrix *)
       void element_op (const Ref< SCElementOp3 > &, DiagSCMatrix *, DiagSCMatrix *)
       Ref< SCMatrixSubblockIter > local_blocks (SCMatrixSubblockIter::Access)
           Returns iterators for the local (rapidly accessible) blocks used in this matrix.
       Ref< SCMatrixSubblockIter > all_blocks (SCMatrixSubblockIter::Access)
           Returns iterators for the all blocks used in this matrix.
       Ref< DistSCMatrixKit > skit ()

   ProtectedMemberFunctions
       void init_blocklist ()
       double * find_element (int i) const
       int element_to_node (int i) const
       int block_to_node (int) const
       Ref< SCMatrixBlock > block_to_block (int) const
       void error (const char *msg)

   ProtectedAttributesRef< SCMatrixBlockList > blocklistFriends
       class DistSCMatrix
       class DistSymmSCMatrix
       class DistSCVector

See Also