Basic functionality for linear algebra. Check Features for what is already implemented. This is work in progress. It means that API can change anytime.
bower install purescript-linear-algebra
- Matrix
- Matrix creation from Array
- Matrix multiplication
- Slice array
- Transpose
- Matrix addition
- Multiply by scalar
- Vector
- Dot product
- Multiply by scalar
- Add, differentiate
- ArgMax, ArgMin
Module documentation is published on Pursuit.
bower update
pulp test
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
purescript-linear-algebra source code is distributed under the Apache-2.0 license.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.