Matrix.determinant

Undocumented in source. Be warned that the author may not have intended to support it.
  1. valueType determinant [@property getter]
  2. valueType determinant [@property getter]
  3. valueType determinant [@property getter]
    struct Matrix(type, int numCols, int numRows)
    @safe pure nothrow @property const
    static if(!((cols == 2) && (rows == 2)))
    static if(!((cols == 3) && (rows == 3)))
    static if((cols == 4) && (rows == 4))
    determinant
    ()
    if (
    (numCols > 1) &&
    (numRows > 1)
    )

Meta