Repository
Current version released
4 years ago
Versions
linalg

Simple Linear Algebra library, written in TypeScript for Deno
🎯 To Do:
Types & Errors
- Specific types for Tensors and Vectors
- Specific errors to handle different situations (math errors, argument errors, …)
Vector implementation
- N-sized vector generator
- Simple N-sized vector operations (scalar/vector)
Matrix implementation
- Matrix generator
- Simple operations (scalar/vector/matrix)
- Transposition / Reshaping …
Tensor implementation
- Tensor generator
- Simple operations (scalar/vector/tensor)
- Convolution / Reshaping …
Docs
- Create easy and understandable documentations for the code
🚧 Warning: W.I.P. Project
This project is under development (incomplete at the moment), there will be some
breaking changes / bugs / errors…