1.0.1 • Published 9 years ago

ndarray-blas-trsv v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.0.1

9 years ago

1.0.0

9 years ago