Matrix.opSub

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

Meta