Functions

f
dot(
x: array,
y: array
): number

Computes the dot product of two arrays.

Usage

import * as mod from "elemop/dot.ts";