Closed akielaries closed 9 months ago
With the added routines supporting flat matrices as arrays possibly add more methods that utilize arrays as well as the vector operations already supported that use SIMD operations
view the BLAS reference implementation for some pointers https://www.netlib.org/blas/#_blas_routines
Spend some time digging into advantages of compiling any of our mathematical operations dealing with arrays using Fortran. Also look into benchmarking these operations and any overhead cost when wrapping for C++