public static ComplexMatrix operator /(
ReadOnlyDoubleMatrix left,
Complex right
)Public Shared Operator / (
left As ReadOnlyDoubleMatrix,
right As Complex
) As ComplexMatrixpublic:
static ComplexMatrix^ operator /(
ReadOnlyDoubleMatrix^ left,
Complex right
)static let inline (/)
left : ReadOnlyDoubleMatrix *
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. |