CADability dotNET
Initializes a new instance of the BandedMatrix class

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BandedMatrix(
	int size,
	int lowerBand,
	int upperBand
)
Visual Basic
Public Sub New ( _
	size As Integer, _
	lowerBand As Integer, _
	upperBand As Integer _
)
Visual C++
public:
BandedMatrix(
	int size, 
	int lowerBand, 
	int upperBand
)

Parameters

size
Type: System..::..Int32
lowerBand
Type: System..::..Int32
upperBand
Type: System..::..Int32

See Also