Adding new features to the current package. The main idea of this feature is to be able to compute approximations of y = Mx (which is computed in the order of O(n^2)) in O(n) time. This is done by transforming M and x into sparse matrices and multiplying them, then computing the inverse transform.
Adding new features to the current package. The main idea of this feature is to be able to compute approximations of y = Mx (which is computed in the order of O(n^2)) in O(n) time. This is done by transforming M and x into sparse matrices and multiplying them, then computing the inverse transform.
The pull request should include: