A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
A suggestion for src/arraymancer/linear_algebra/decomposition.nim: Seems that the computation of the determinant of a matrix is missing so far. It could be easily achieved by means of the LU-decomposition, as the determinant is just the product of the diagonal elements of the matrix U - up to the sign! Therefore it would be very helpful to give out also the number of permutations or at least the pivot_indices vector. (Of course I am talking about proc lu_permuted; in the current stage it is a bit cumbersome to determine the number of permutations from the output.)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by JohannesEngels and has received 1 comments.