Click or drag to resize

MatrixMultiplyAssign Method

Sets the product Matrix to equal the linear algebra multiplication of the multiplicand times the multiplier.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void MultiplyAssign(
	Matrix multiplicand,
	Matrix multiplier,
	Matrix product
)

Parameters

multiplicand
Type: AGI.Foundation.CoordinatesMatrix
The first Matrix to multiply.
multiplier
Type: AGI.Foundation.CoordinatesMatrix
The second Matrix to multiply.
product
Type: AGI.Foundation.CoordinatesMatrix
The Matrix to use to store the result of the operation.
See Also