UNPKG

@thi.ng/vectors

Version:

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

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