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

Split sparse matrix into lower triangle, main diagonal and upper triangle.

Pascal
procedure Split(const LowerTriang: TSparseMtx; const Diag: TVec; const UpperTriang: TSparseMtx; DiagWithLower: boolean = False);

Splits the calling sparse matrix in to lower triangle, main diagonal and upper triangle. LowerTriang sparse matrix will then contain the lower triangle of the sparse matrix with or without the diagonal depending on the DiagWithLower parameter. UpperTriang sparse matrix will contain the upper diagonal of the calling sparse matrix.

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