News

Abstract: We describe some modifications of the LAPACK dense linear-algebra algorithms using recursion. Recursion leads to automatic variable blocking. LAPACK's level-2 versions transform into level-3 ...
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
An algorithm that draws Koch's curve using recursion. There is literally nothing more to it other than that. It simply makes for a fun side project that even uses a bit of math knowledge! Project is ...