Click or drag to resize

DoubleMatrixAddition Operator

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