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