UNPKG

@thi.ng/vectors

Version:

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

4 lines 239 B
import type { FnN2 } from "@thi.ng/api"; import type { MultiVecOpVN, VecOpVN } from "./api.js"; export declare const defOpVN: (op: FnN2, dispatch?: number) => [MultiVecOpVN, VecOpVN, VecOpVN, VecOpVN]; //# sourceMappingURL=defopvn.d.ts.map