UNPKG

@thi.ng/vectors

Version:

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

4 lines 247 B
import type { FnN3 } from "@thi.ng/api"; import type { MultiVecOpVNV, VecOpVNV } from "./api.js"; export declare const defOpVNV: (op: FnN3, dispatch?: number) => [MultiVecOpVNV, VecOpVNV, VecOpVNV, VecOpVNV]; //# sourceMappingURL=defopvnv.d.ts.map