numopt-js
Preparing search index...
dotProduct
Function dotProduct
dotProduct
(
vectorA
:
Float64Array
,
vectorB
:
Float64Array
)
:
number
Computes the dot product of two Float64Array vectors. Both vectors must have the same length.
Parameters
vectorA
:
Float64Array
vectorB
:
Float64Array
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
numopt-js
Loading...
Computes the dot product of two Float64Array vectors. Both vectors must have the same length.