ComplexMatrixSubtractAssign Method |
Namespace: AGI.Foundation.Coordinates
public static void SubtractAssign( ComplexMatrix minuend, ComplexMatrix subtrahend, ComplexMatrix difference )
Exception | Condition |
---|---|
ArgumentNullException | Thrown if any of the arguments are . |
InvalidOperationException | Thrown if the dimensions of the difference parameter do not match the dimensions of the minuend or subtrahend parameters. |