ComplexMatrixPreMultiply Method |
Creates a
ComplexMatrix which is the linear algebra multiplication of the given matrix times this matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexMatrix PreMultiply(
ComplexMatrix multiplicand
)
Public Function PreMultiply (
multiplicand As ComplexMatrix
) As ComplexMatrix
public:
ComplexMatrix^ PreMultiply(
ComplexMatrix^ multiplicand
)
member PreMultiply :
multiplicand : ComplexMatrix -> ComplexMatrix
Parameters
- multiplicand
- Type: AGI.Foundation.CoordinatesComplexMatrix
The ComplexMatrix to multiply by this matrix.
Return Value
Type:
ComplexMatrixA
ComplexMatrix which is the multiplication of this matrix and the given matrix.
Exceptions See Also