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 defOpVV: <T = number>(op: FnU2<T>, dispatch?: number, outA?: boolean) => [MultiVecOpVV<T>, VecOpVV<T>, VecOpVV<T>, VecOpVV<T>]; //# sourceMappingURL=defopvv.d.ts.map