UNPKG

@thi.ng/vectors

Version:

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

4 lines 282 B
import type { FnU2 } from "@thi.ng/api"; import type { MultiVecOpVV, VecOpVV } from "./api.js"; export declare const defOpVVNew: <A, B>(op: FnU2<A, B>, dispatch?: number) => [MultiVecOpVV<A, B>, VecOpVV<A, B>, VecOpVV<A, B>, VecOpVV<A, B>]; //# sourceMappingURL=defopvv-new.d.ts.map