Matrix.cofactor

Adjugate and cofactor matrices

  1. Matrix!(T, N) cofactor()
    struct Matrix(T, size_t N)
    @property
    static if(N == 1)
    Matrix!(T, N)
    cofactor
    ()
  2. Matrix!(T, N) cofactor()
  3. Matrix!(T, N) cofactor()

Meta