You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > TMtx.DenseToBanded Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.DenseToBanded Method

Convert dense matrix to banded.

Pascal
procedure DenseToBanded(const Dst: TMtx; MaxElemCount: integer = 10000000); overload;

Convert the calling matrix stored in dense format to banded format and store the result in Dst. MaxElemCount defines the maximum number of elements that the Banded matrix may have before an exception will be raised.

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