Matrix.opUnary

Invert matrix

  1. MatType opUnary()
  2. Matrix!(float, W, W) opUnary()
    struct Matrix(T, size_t H, size_t W)
    Matrix!(float, W, W)
    opUnary
    (
    string op
    )
    ()
    if (
    op == "~" &&
    )
    if (
    isNumeric!T &&
    W > 0
    &&
    H > 0
    )

Meta