Click or drag to resize

DenseMatrix Constructor (Double[,])

Initializes a new instance from a two-dimensional array of doubles.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DenseMatrix(
	double[,] array
)

Parameters

array
Type:System.Double[,]
A two-dimensional array of doubles.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when array is null.
See Also