UNPKG

@thi.ng/vectors

Version:

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

4 lines 270 B
import type { Fn } from "@thi.ng/api"; import type { MultiVecOpV, VecOpV } from "./api.js"; export declare const defOpVNew: <A, B>(op: Fn<A, B>, dispatch?: number) => [MultiVecOpV<A, B>, VecOpV<A, B>, VecOpV<A, B>, VecOpV<A, B>]; //# sourceMappingURL=defopv-new.d.ts.map