.TH "sc::SCElementScaleDiagonal" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::SCElementScaleDiagonal .SH SYNOPSIS .br .PP .PP Inherits \fBsc::SCElementOp\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSCElementScaleDiagonal\fP (double a)" .br .ti -1c .RI "\fBSCElementScaleDiagonal\fP (\fBStateIn\fP &)" .br .ti -1c .RI "int \fBhas_side_effects\fP ()" .br .RI "By default this returns nonzero\&. " .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "void \fBprocess\fP (\fBSCMatrixBlockIter\fP &)" .br .RI "This is the fallback routine to process blocks and is called by process_spec members that are not overridden\&. " .in -1c .SS "Additional Inherited Members" .SH "Member Function Documentation" .PP .SS "int sc::SCElementScaleDiagonal::has_side_effects ()\fC [virtual]\fP" .PP By default this returns nonzero\&. If the ElementOp specialization will change any elements of the matrix, then this must be overridden to return nonzero\&. .PP Reimplemented from \fBsc::SCElementOp\fP\&. .SS "void sc::SCElementScaleDiagonal::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::SavableState\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.