Matrix.det

Undocumented in source. Be warned that the author may not have intended to support it.
  1. mt det()
  2. mt det()
    struct Matrix(type, int rows_, int cols_)
    @safe pure nothrow const
    static if(!((rows == 2) && (cols == 2)))
    static if((rows == 3) && (cols == 3))
    det
    ()
    if (
    (rows_ > 0) &&
    (cols_ > 0)
    )
  3. mt det()

Meta