UNPKG
@bluemath/linalg
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Bluemath Linear Algebra library
github.com/bluemathsoft/bm-linalg
bluemathsoft/bm-linalg
@bluemath/linalg
/
lib
/
lapack
/
blasl1
/
dot.d.ts
6 lines
(5 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TypedArray
}
from
'@bluemath/common'
;
/** *
@hidden
*/
export
declare
function
dot
(
vx
:
TypedArray
,
vy
:
TypedArray
):
any
;