UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 225 B
import { defOpSVV } from "./defopsvv.js"; import { $mul } from "./ops.js"; const [a, b, c, d] = defOpSVV($mul); const mulS = a; const mulS2 = b; const mulS3 = c; const mulS4 = d; export { mulS, mulS2, mulS3, mulS4 };