scijs/ndarray-blas-trsv

Name: ndarray-blas-trsv

Owner: scijs

Description: BLAS Level 2 TRSV (triangular solve) for ndarrays

Created: 2015-05-09 01:46:30.0

Updated: 2015-11-04 12:58:40.0

Pushed: 2015-05-11 06:22:57.0

Homepage: null

Size: 148

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ndarray-blas-trsv

Build Status npm version Dependency Status

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.