operator + method

Matrix operator +(
  1. Matrix matrixB
)

Implementation

Matrix operator +(Matrix matrixB) => add(matrixB);