Matrix.opSub

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

Meta