Skip to main content
The Deno 2 Release Candidate is here
Learn more

🦕 NumTS

Simple Linear Algebra library, written in TypeScript for Deno


🚥 Roadmap

  • Generic extensible abstract NDArray class
    • Abstract algebra operations
    • Shape manipulation methods

  • Vector class
    • Operations between Vectors
    • Operations between Vectors and Scalars
    • Operations between Vectors and other NDArrays

  • Matrix class
    • Operations between Matrices
    • Operations between Matrices and Scalars
    • Operations between Matrices and other NDArrays

  • Tensor class
    • Operations between Tensors
    • Operations between Tensors and Scalars
    • Operations between Tensors and other NDArrays

🚧 Warning: W.I.P. Project

This project is under development (incomplete at the moment), there will be some breaking changes / bugs / errors…

Use it at your own risk, but if so, feel free to open an issue for any bug or problem you encounter.