.TH "sc::ReplSymmSCMatrix" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::ReplSymmSCMatrix .SH SYNOPSIS .br .PP .PP Inherits \fBsc::SymmSCMatrix\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBReplSymmSCMatrix\fP (const \fBRefSCDimension\fP &, \fBReplSCMatrixKit\fP *)" .br .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 *)" .br .ti -1c .RI "void \fBassign_p\fP (const double *)" .br .ti -1c .RI "void \fBassign_pp\fP (const double **)" .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 "\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 "void \fBaccumulate_product_rr\fP (\fBSCMatrix\fP *, \fBSCMatrix\fP *)" .br .ti -1c .RI "void \fBaccumulate\fP (const \fBSymmSCMatrix\fP *)" .br .RI "Sum m into this\&. " .ti -1c .RI "double \fBinvert_this\fP ()" .br .RI "Invert this\&. " .ti -1c .RI "double \fBsolve_this\fP (\fBSCVector\fP *)" .br .ti -1c .RI "double \fBtrace\fP ()" .br .RI "Return the trace\&. " .ti -1c .RI "double \fBdeterm_this\fP ()" .br .RI "Return the determinant of this\&. this is overwritten\&. " .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_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 \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 "double * \fBget_data\fP ()" .br .ti -1c .RI "double ** \fBget_rows\fP ()" .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\&. " .ti -1c .RI "\fBRef\fP< \fBReplSCMatrixKit\fP > \fBskit\fP ()" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "int \fBcompute_offset\fP (int, int) const" .br .ti -1c .RI "void \fBinit_blocklist\fP ()" .br .ti -1c .RI "void \fBbefore_elemop\fP ()" .br .ti -1c .RI "void \fBafter_elemop\fP ()" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBRef\fP< \fBSCMatrixBlockList\fP > \fBblocklist\fP" .br .ti -1c .RI "double * \fBmatrix\fP" .br .ti -1c .RI "double ** \fBrows\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBReplSCMatrix\fP" .br .ti -1c .RI "class \fBReplDiagSCMatrix\fP" .br .ti -1c .RI "class \fBReplSCVector\fP" .br .in -1c .SH "Member Function Documentation" .PP .SS "\fBSCMatrix\fP* sc::ReplSymmSCMatrix::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\&.