UNPKG

ndarray-blas-level2

Version:
8 lines (5 loc) 148 B
'use strict'; module.exports = tbmv; function tbmv () { console.error('TBMV (triangular banded matrix vector multiply) not yet implemented'); }