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