Matrix.opAdd

  1. MatrixType opAdd(MatrixType r)
    struct Matrix(T, int RowSize, int ColSize)
    const
    opAdd
    if (
    __traits(isArithmetic, T) &&
    RowSize > 0
    &&
    ColSize > 0
    )
  2. MatrixType opAdd(T v)

Meta