Click or drag to resize

DenseMatrix.Multiply 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: 25.1.421.0 (25.1.421.0)
Syntax
public double[] Multiply(
	double[] vector
)

Parameters

vector
Type:System.Double[]
The vector to be multiplied.

Return Value

Type:Double[]
The resultant vector.
See Also