Additional Resources#
The cannonical resources[1] for OpenBLAS are of course the OpenBLAS wiki and the the Netlib BLAS documentation, especially the bibliography and the final BLAS techincal forum standard.
Naming conventions are noted here
The reference documentation has the scheme too
Also elaborated in the embedded context here
Conventions and Implementations#
Beyond the standard netlib
reference, here are some more common
implementations of interest, with above average documentation[2]:
Pedagogical Work#
Here are some additional links for BLAS related information:
Basic scientific python tutorial, with a notebook here
This lecture on Numerical Linear Algebra Software
Another lecture on Numerical Linear Algebra Background
Useful extensions#
Python Ecosystem#
Testing this is still a matter of manual timing apparently.