UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 224 B
import { defOpVV } from "./defopvv.js"; import { $mulU } from "./ops.js"; const [a, b, c, d] = defOpVV($mulU); const mulU = a; const mulU2 = b; const mulU3 = c; const mulU4 = d; export { mulU, mulU2, mulU3, mulU4 };