Template Function brille::utils::array_cofactor

Function Documentation

template<typename R>
void brille::utils::array_cofactor(R *C, const R *A, const int i, const int j, const int N = 3, const int M = 3)

The cofactor array C_ij of the N by M array A is a M-1 by N-1 array of transpose(A with row i and column j) missing: