Click or drag to resize

DenseMatrix Constructor (Matrix)

Initializes a new DenseMatrix from an existing Matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DenseMatrix(
	Matrix matrix
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix
The existing Matrix to copy.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when matrix is .
See Also