ndarray-blas-trsv-complex

1.0.3 • Public • Published

ndarray-blas-trsv-complex

Build Status npm version

BLAS Level 2 TRSV (triangular solve) for complex ndarrays

Usage

Note: This module assumes the triangular matrices are stored in a dense, square matrix. Packed triangular arrays are on the todo list.

trsv( A_r, A_i, x_r, x_i [, uplo] )

Calculate x <- A^-1 x for the real and complex parts A_r and A_i of 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 x vectors.

Credits

(c) 2015 Ricky Reusser. MIT License

Package Sidebar

Install

npm i ndarray-blas-trsv-complex

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • rreusser