Click or drag to resize

RectangularMatrix Constructor (Double[,])

Initializes a rectangular matrix from the given 2D array.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public RectangularMatrix(
	double[,] source
)

Parameters

source
Type:System.Double[,]
The source 2D array.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is null.
See Also