Matrix.cofactor

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Matrix!(T, N) cofactor()
  2. Matrix!(T, N) cofactor()
    struct Matrix(T, size_t N)
    @property
    static if(!(N == 1))
    static if(N == 2)
    Matrix!(T, N)
    cofactor
    ()
  3. Matrix!(T, N) cofactor()

Meta