SymmetricBandMatrix Constructor |
Initializes a new instance of the SymmetricBandMatrix class of the given size.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SymmetricBandMatrix(
int size,
int BandWidth
)
Public Sub New (
size As Integer,
BandWidth As Integer
)
Request Example
View SourceParameters
- size Int32
- Size
- BandWidth Int32
- Number of bands below or above the main diagonal
See Also