Click or drag to resize

DenseMatrixMultiply Method (Double)

Returns the result of the multiplication of this matrix and a vector.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double[] Multiply(
	double[] vector
)

Parameters

vector
Type: SystemDouble
The vector to be multiplied.

Return Value

Type: Double
The resultant vector.
See Also