These implementations are for demonstration purposes. They are less efficient than the implementations in the Python standard library.
This repository contains a set of classes and functions for doing numerical linear algebra in Python. It is meant to bridge the gap from more fundamental libraries such as numpy.linalg, scipy.linalg ...