Click or drag to resize

ReadOnlyDoubleMatrixAddition Operator

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