scijs/ndarray-blas-gemm-complex

Name: ndarray-blas-gemm-complex

Owner: scijs

Description: BLAS-like Level 3 Complex GEMM (matrix-matrix multiplication) for ndarrays

Created: 2015-05-16 06:06:21.0

Updated: 2015-11-04 12:57:34.0

Pushed: 2015-05-16 06:09:04.0

Homepage: null

Size: 136

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ndarray-blas-gemm-complex

Build Status npm version

BLAS-like Level 3 Complex GEMM (matrix-matrix multiplication) for ndarrays

Note: This module is definitely not optimized. It should be considered production ready for small problems in the sense that accuracy is just fine, but no attempt has been made to optimize.

Usage
gemm( A_r, A_i, B_r, B_i, C_r, C_i )

Compute C <- A * B for the 2D ndarrays A, B, and C. Dimensions of A, B, and C must be compatible according to the normal matrix multiplication rules.

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.