array detB can be done without
Closed this issue · 1 comments
martinberoiz commented
Seems like it can be calculated when necessary
martinberoiz commented
detB
can be replaced like this, without loss:
detB[i][j] = det(mdim, jd.B[i][j])
for all i
, j
.