You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > TSparseMtx.DiagonalsCount Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.DiagonalsCount Method

Calculates the number of diagonals above and below main diagonal.

Pascal
procedure DiagonalsCount(out Upper: integer; out Lower: integer);

Calculates the number of diagonals above (Upper) and below (Lower) the main diagonal. This information is used by the SparseToBanded method.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!