ComplexMatrixAddAssign Method |
Namespace: AGI.Foundation.Coordinates
public static void AddAssign( ComplexMatrix leftAddend, ComplexMatrix rightAddend, ComplexMatrix sum )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when leftAddend, rightAddend, or sum is . |
InvalidOperationException | Thrown when the dimensions of sum do not match the dimensions of leftAddend or rightAddend. |