Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Files

Latest commit

d1cc3e3 · May 13, 2017

History

History
67 lines (44 loc) · 1.66 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.66 KB

Linear Algebra for PureScript

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

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Redistributing

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.