nanomath/src/vector
Glen Whitney db86b2ecd0
All checks were successful
/ test (pull_request) Successful in 20s
feat: implement invert for vectors and matrices
Here invert returns the pseudoinverse when the input is not invertible.
  To this end, also implements (rudimentary) conversion of Complex to NumberT,
  an identity method that produces identity matrices, determinant, and
  the adjoint operation on matrices (conjugate transpose).
2025-05-06 16:53:11 -07:00
..
__test__ feat: implement invert for vectors and matrices 2025-05-06 16:53:11 -07:00
all.js feat: Start adding vector arithmetic 2025-05-03 19:59:44 -07:00
arithmetic.js feat: implement invert for vectors and matrices 2025-05-06 16:53:11 -07:00
helpers.js feat: vector transpose and multiply 2025-05-04 21:12:38 -07:00
logical.js feat: Complete relational functions for vectors 2025-05-02 19:03:54 -07:00
relational.js feat: Start adding vector arithmetic 2025-05-03 19:59:44 -07:00
type.js feat: implement invert for vectors and matrices 2025-05-06 16:53:11 -07:00
utils.js feat: extend all utils to vectors elementwise & fix parameter match grouping 2025-04-28 19:32:12 -07:00
Vector.js feat: Start adding vector arithmetic 2025-05-03 19:59:44 -07:00