Click or drag to resize

ComplexMatrixMultiply Operator (ComplexMatrix, Complex)

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 static Complex[] operator *(
	ComplexMatrix matrix,
	Complex[] vector
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesComplexMatrix
The matrix to be multiplies.
vector
Type: AGI.Foundation.CoordinatesComplex
The vector to be multiplied.

Return Value

Type: Complex
The resultant vector.
See Also