Base Band Matrix Constructor
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public BaseBandMatrix(
int rows,
int columns,
int lowerBandWidth,
int upperBandWidth
)VB
Public Sub New (
rows As Integer,
columns As Integer,
lowerBandWidth As Integer,
upperBandWidth As Integer
)