Click or drag to resize

DoubleMatrixAdd Method

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