Click or drag to resize

DoubleTriDiagMatrix(Int32, Int32) Constructor

Constructs a DoubleTriDiagMatrix instance with the specified number of rows and columns.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleTriDiagMatrix(
	int rows,
	int cols
)

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of columns.
See Also