UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

6 lines (5 loc) 161 B
import { mul } from "./mul.js"; const weightedDistance = (fn, weights) => (a, b) => fn(mul([], a, weights), mul([], b, weights)); export { weightedDistance };