Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Linear Algebra Subroutine coverage #43

Closed
Beakerboy opened this issue Aug 2, 2016 · 1 comment
Closed

Basic Linear Algebra Subroutine coverage #43

Beakerboy opened this issue Aug 2, 2016 · 1 comment
Labels

Comments

@Beakerboy
Copy link
Contributor

If you are working on linear algebra, do you think the library should cover the BLAS standards?
www.netlib.org/blas/

@markrogoyski
Copy link
Owner

Looking around the Web are libraries that implement this, it seems like low-level hardware libraries and such. It's definitely a good list of functions to implement, but for now, I would not worry about trying to conform to this standard, and instead, just concentrate on adding useful features. I'll close this for now, but it is worth considering again in the future when the linear algebra section is more feature complete.

markrogoyski pushed a commit that referenced this issue Aug 22, 2016
markrogoyski pushed a commit that referenced this issue Aug 9, 2019
* Work in progress QR Decomposition.

* Work in progress.

* Update Matrix.php

* Added second unit test and turned off triangular check

* Added a non-square test

* Unit tests for insert method

* Householder refactor (#43)

* Renaming variable to match docs

* Rename variables, changed documentation

* More Householder refactoring (#44)

* fixed some comments. reorganized. whitespace.

* comments

* simplified expression

* Fixed Householder on wide matricies. (#46)

Changed max number of reflections to perform to min(m-1,n) and changed size of Q so the width matches the height of R

* Qr bug fix (#67)

* Householder Reflection returns the Identity matrix when $uᵀu is zero.
* Added an extra test case.

* Update MatrixDecompositionsTest.php (#68)

* Added remaining proposed tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants