28#ifndef _chemistry_qc_scf_scflocal_h
29#define _chemistry_qc_scf_scflocal_h
31#include <math/scmat/block.h>
37 int& istart,
int& iend,
int& jstart,
int& jend,
int& sub)
43 istart = lblk->start; iend=lblk->end;
44 jstart = lblk->start; jend=lblk->end;
49 istart = lblk->istart; iend=lblk->iend;
50 jstart = lblk->jstart; jend=lblk->jend;
SCMatrixBlock is the base clase for all types of blocks that comprise matrices and vectors.
Definition block.h:45
The SCMatrixLTriBlock describes a triangular piece of a matrix.
Definition block.h:257
The SCMatrixLTriSubBlock describes a triangular subblock of a matrix.
Definition block.h:292