Matrix.opAdd

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

Meta