scijs / ndarray-blas-level1

BLAS Level 1 operations for ndarrays
MIT License
11 stars 2 forks source link

Add complex support. #1

Closed rreusser closed 9 years ago

rreusser commented 9 years ago

I think the sensible option is to prefix the operations with a 'c' in the style of BLAS. Not sure there's actually much logic to rewriting BLAS here other than the fact that it's pretty standard.

rreusser commented 9 years ago

Created a new module. See: https://github.com/scijs/ndarray-blas-level1-complex