UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 252 B
import { fit11 as op } from "@thi.ng/math/fit"; import { defOpVVV } from "./defopvvv.js"; const [a, b, c, d] = defOpVVV(op); const fit11 = a; const fit11_2 = b; const fit11_3 = c; const fit11_4 = d; export { fit11, fit11_2, fit11_3, fit11_4 };