Click or drag to resize

ComplexMatrixAddition Operator

Overload List
  NameDescription
Public operatorStatic memberCode exampleAddition(Complex, ComplexMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(ComplexMatrix, ComplexMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ComplexMatrix, DoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(ComplexMatrix, Complex)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberAddition(DoubleMatrix, ComplexMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the sum of two matrices.
Top
See Also