JSPM

luqr

0.3.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q48906F
    • License MIT

    LU, LDL, and QR Matrix Decomposer and Solver

    Package Exports

    • luqr

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (luqr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Matrix Decomposer and Solver

    This javascript library decomposes a matrix A using LU, LDL, or QR decomposition and solves linear matrix equations such as A * x = b.

    100% unit test coverage for correctness and compatibility. No outside dependencies.

    For more, please visit the website for documentation.

    Installation

    npm install luqr

    or

    bower install luqr

    or

    download minified javascript