.TH "sc::SCMatrixLTriBlock" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::SCMatrixLTriBlock \- The \fBSCMatrixLTriBlock\fP describes a triangular piece of a matrix\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SCMatrixBlock\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSCMatrixLTriBlock\fP (int s, int e)" .br .ti -1c .RI "\fBSCMatrixLTriBlock\fP (\fBStateIn\fP &)" .br .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 "\fBSCMatrixBlock\fP * \fBdeepcopy\fP () const" .br .RI "Return of copy of this\&. " .ti -1c .RI "void \fBprocess\fP (\fBSCElementOp\fP *)" .br .ti -1c .RI "void \fBprocess\fP (\fBSCElementOp2\fP *, \fBSCMatrixBlock\fP *)" .br .ti -1c .RI "void \fBprocess\fP (\fBSCElementOp3\fP *, \fBSCMatrixBlock\fP *, \fBSCMatrixBlock\fP *)" .br .ti -1c .RI "double * \fBdat\fP ()" .br .RI "Return a pointer to the block's data and the number of elements in the block\&. " .ti -1c .RI "int \fBndat\fP () const" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "int \fBstart\fP" .br .ti -1c .RI "int \fBend\fP" .br .ti -1c .RI "double * \fBdata\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSCMatrixLTriBlock\fP describes a triangular piece of a matrix\&. The following bit of code illustrates the data layout: fill(double **matrix, SCMatrixLTriBlock &b) { int offset=0; for (int i=b\&.start; i