jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
vdot
Function vdot
vdot
(
x
:
ArrayLike
,
y
:
ArrayLike
)
:
Array
Return the dot product of two vectors.
Like vecdot() but flattens the arguments first into vectors.
Parameters
x
:
ArrayLike
y
:
ArrayLike
Returns
Array
jax-js
Loading...
Return the dot product of two vectors.
Like vecdot() but flattens the arguments first into vectors.