ndarray-blas-trsv

1.0.1 • Public • Published

ndarray-blas-trsv

Build Status npm version

BLAS Level 2 TRSV (triangular solve) for ndarrays

Usage

trsv( A, x [, uplo] )

Calculate x <- A^-1 x for the upper triangular matrix A using back-substitution. Data below the diagonal is ignored. If uplo is 'lo', uses the lower triangular portion of A and performs forward-substitution instead. Result overwrites the vector x.

Credits

(c) 2015 Ricky Reusser. MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    1

Package Sidebar

Install

npm i ndarray-blas-trsv

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rreusser
  • planeshifter
  • mikolalysenko