UNPKG

@thi.ng/vectors

Version:

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

4 lines 220 B
import type { FnN2 } from "@thi.ng/api"; import type { VecOpSGVV, VecOpSVV } from "./api.js"; export declare const defOpSVV: (op: FnN2) => [VecOpSGVV, VecOpSVV, VecOpSVV, VecOpSVV]; //# sourceMappingURL=defopsvv.d.ts.map