.TH "sc::BlockedSymmSCMatrix" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::BlockedSymmSCMatrix .SH SYNOPSIS .br .PP .PP Inherits \fBsc::SymmSCMatrix\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBBlockedSymmSCMatrix\fP (const \fBRefSCDimension\fP &, \fBBlockedSCMatrixKit\fP *)" .br .ti -1c .RI "void \fBsave\fP (\fBStateOut\fP &)" .br .RI "Save and restore this in an implementation independent way\&. " .ti -1c .RI "void \fBrestore\fP (\fBStateIn\fP &)" .br .ti -1c .RI "double \fBget_element\fP (int, int) const" .br .RI "Return or modify an element\&. " .ti -1c .RI "void \fBset_element\fP (int, int, double)" .br .ti -1c .RI "void \fBaccumulate_element\fP (int, int, double)" .br .ti -1c .RI "void \fBscale\fP (double)" .br .RI "Multiply all elements by val\&. " .ti -1c .RI "void \fBassign_val\fP (double)" .br .RI "Overridden to implement the assign functions\&. " .ti -1c .RI "void \fBassign_s\fP (\fBSymmSCMatrix\fP *m)" .br .ti -1c .RI "\fBSCMatrix\fP * \fBget_subblock\fP (int, int, int, int)" .br .RI "Return a subblock of this\&. " .ti -1c .RI "\fBSymmSCMatrix\fP * \fBget_subblock\fP (int, int)" .br .ti -1c .RI "void \fBassign_subblock\fP (\fBSCMatrix\fP *, int, int, int, int)" .br .RI "Assign m to a subblock of this\&. " .ti -1c .RI "void \fBassign_subblock\fP (\fBSymmSCMatrix\fP *, int, int)" .br .ti -1c .RI "void \fBaccumulate_subblock\fP (\fBSCMatrix\fP *, int, int, int, int)" .br .RI "Sum m into a subblock of this\&. " .ti -1c .RI "void \fBaccumulate_subblock\fP (\fBSymmSCMatrix\fP *, int, int)" .br .ti -1c .RI "\fBSCVector\fP * \fBget_row\fP (int i)" .br .RI "Return a row of this\&. " .ti -1c .RI "void \fBassign_row\fP (\fBSCVector\fP *v, int i)" .br .RI "Assign v to a row of this\&. " .ti -1c .RI "void \fBaccumulate_row\fP (\fBSCVector\fP *v, int i)" .br .RI "Sum v to a row of this\&. " .ti -1c .RI "double \fBinvert_this\fP ()" .br .RI "Invert this\&. " .ti -1c .RI "double \fBdeterm_this\fP ()" .br .RI "Return the determinant of this\&. this is overwritten\&. " .ti -1c .RI "double \fBtrace\fP ()" .br .RI "Return the trace\&. " .ti -1c .RI "double \fBsolve_this\fP (\fBSCVector\fP *)" .br .ti -1c .RI "void \fBgen_invert_this\fP ()" .br .ti -1c .RI "double \fBscalar_product\fP (\fBSCVector\fP *)" .br .RI "Return the scalar obtained by multiplying this on the left and right by v\&. " .ti -1c .RI "void \fBdiagonalize\fP (\fBDiagSCMatrix\fP *, \fBSCMatrix\fP *)" .br .RI "Diagonalize this, placing the eigenvalues in d and the eigenvectors in m\&. " .ti -1c .RI "void \fBaccumulate\fP (const \fBSymmSCMatrix\fP *)" .br .RI "Sum m into this\&. " .ti -1c .RI "void \fBaccumulate_symmetric_outer_product\fP (\fBSCVector\fP *)" .br .ti -1c .RI "void \fBaccumulate_symmetric_product\fP (\fBSCMatrix\fP *)" .br .ti -1c .RI "void \fBaccumulate_symmetric_sum\fP (\fBSCMatrix\fP *)" .br .RI "Sum into this the products of various vectors or matrices\&. " .ti -1c .RI "void \fBaccumulate_transform\fP (\fBSCMatrix\fP *, \fBSymmSCMatrix\fP *, SCMatrix::Transform=SCMatrix::NormalTransform)" .br .ti -1c .RI "void \fBaccumulate_transform\fP (\fBSCMatrix\fP *, \fBDiagSCMatrix\fP *, SCMatrix::Transform=SCMatrix::NormalTransform)" .br .ti -1c .RI "void \fBaccumulate_transform\fP (\fBSymmSCMatrix\fP *, \fBSymmSCMatrix\fP *)" .br .ti -1c .RI "void \fBconvert_accumulate\fP (\fBSymmSCMatrix\fP *a)" .br .ti -1c .RI "void \fBelement_op\fP (const \fBRef\fP< \fBSCElementOp\fP > &)" .br .RI "Perform the element operation op on each element of this\&. " .ti -1c .RI "void \fBelement_op\fP (const \fBRef\fP< \fBSCElementOp2\fP > &, \fBSymmSCMatrix\fP *)" .br .ti -1c .RI "void \fBelement_op\fP (const \fBRef\fP< \fBSCElementOp3\fP > &, \fBSymmSCMatrix\fP *, \fBSymmSCMatrix\fP *)" .br .ti -1c .RI "void \fBvprint\fP (const char *title=0, std::ostream &out=\fBExEnv::out0\fP(), int=10) const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim\fP (int) const" .br .ti -1c .RI "int \fBnblocks\fP () const" .br .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBblock\fP (int)" .br .ti -1c .RI "\fBRef\fP< \fBSCMatrixSubblockIter\fP > \fBlocal_blocks\fP (SCMatrixSubblockIter::Access)" .br .RI "Returns iterators for the local (rapidly accessible) blocks used in this matrix\&. " .ti -1c .RI "\fBRef\fP< \fBSCMatrixSubblockIter\fP > \fBall_blocks\fP (SCMatrixSubblockIter::Access)" .br .RI "Returns iterators for the all blocks used in this matrix\&. " .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBBlockedSCMatrix\fP" .br .ti -1c .RI "class \fBBlockedDiagSCMatrix\fP" .br .ti -1c .RI "class \fBBlockedSCVector\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Member Function Documentation" .PP .SS "\fBSCMatrix\fP* sc::BlockedSymmSCMatrix::get_subblock (int br, int er, int bc, int ec)\fC [virtual]\fP" .PP Return a subblock of this\&. The subblock is defined as the rows starting at br and ending at er, and the columns beginning at bc and ending at ec\&. .PP Implements \fBsc::SymmSCMatrix\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.