SymmetricBandMatrix Constructor

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public SymmetricBandMatrix(
	int size,
	int BandWidth
)

Parameters

size  Int32
 
BandWidth  Int32
 

See Also