quatrope/AutoMix

array detB can be done without

Closed this issue · 1 comments

Seems like it can be calculated when necessary

detB can be replaced like this, without loss:

detB[i][j] = det(mdim, jd.B[i][j])

for all i, j.