Click or drag to resize

MatrixAdd Method

Overload List
  NameDescription
Public methodAdd(Double)
Adds the scalar to this matrix and returns the result.
Public methodAdd(Matrix)
Adds the given matrix to this one and returns the result.
Public methodAdd(Double, Matrix)
Adds the scalar to the matrix and writes the result in another matrix.
Public methodAdd(Matrix, Matrix)
Adds another matrix to this one and writes result to the given matrix.
Top
See Also