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

Package Sidebar

Install

npm i ndarray-blas-trsv

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rreusser
  • planeshifter
  • mikolalysenko