public static ComplexMatrix Subtract(
Complex left,
DoubleMatrix right
)
Public Shared Function Subtract (
left As Complex,
right As DoubleMatrix
) As ComplexMatrix
public:
static ComplexMatrix^ Subtract(
Complex left,
DoubleMatrix^ right
)
static member Subtract :
left : Complex *
right : DoubleMatrix -> ComplexMatrix
Let and
be the right
number of rows and columns, respectively, and let its generic entry given by
The method returns a matrix having
the same dimensions of right, whose generic
entry is:
ArgumentNullException | right is null. |