Click or drag to resize

DiagonalMatrix Constructor (Double)

Initializes a new diagonal matrix with the given diagonal entries.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public DiagonalMatrix(
	params double[] diagonal
)

Parameters

diagonal
Type: SystemDouble
The diagonal entries.
See Also