Package

purescript-linear-algebra

Repository
klangner/purescript-linear-algebra
License
Apache-2.0
Uploaded by
klangner
Published on
2018-08-09T08:36:36Z

Build status purescript-linear-algebra on Pursuit

Basic functionality for linear algebra. Check Features for what is already implemented. This is work in progress. It means that API can change anytime.

Installation

bower install purescript-linear-algebra

Features

  • 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

Documentation

Module documentation is published on Pursuit.

Build

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.