You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.DenseToBanded Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.DenseToBanded Method

Convert dense matrix to banded.

Syntax
C#
Visual Basic
public void DenseToBanded(TMtx Dst, int MaxElemCount);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!