Click or drag to resize

TridiagonalMatrix Constructor

Initializes a new tri-diagonal matrix of the given dimension.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public TridiagonalMatrix(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the matrix, which must be positive.
See Also