I am writing scientific code in c that requires a lot of tensor products and higher tensor operations, for example. abbreviation, product kronecker etc. I plan to implement this myself, using efficient algorithms, as in the literature, and using a good BLAS library. I searched a bit and found nothing for c (a lot for C ++, python, etc.). Am I missing something or was it really not well implemented in c?
Thank.
Mosby source
share