BaseBandMatrix Constructor

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public BaseBandMatrix(
	int rows,
	int columns,
	int lowerBandWidth,
	int upperBandWidth
)

Parameters

rows  Int32
 
columns  Int32
 
lowerBandWidth  Int32
 
upperBandWidth  Int32
 

See Also