ComplexMatrix.MultiplyAssign Method |
Sets the product
ComplexMatrix to equal the linear algebra multiplication of
multiplicand times
multiplier.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when multiplicand, multiplier, or product is null.
|
InvalidOperationException |
Thrown when the row dimension of multiplier does not match the column dimension of multiplicand,
or when the row dimension of product does not match the row dimension of multiplicand,
or when the column dimension of product does not match the column dimension of multiplier.
|
See Also