UNPKG

@thi.ng/sparse

Version:

Sparse vector & matrix implementations

4 lines 148 B
import type { FnN2 } from "@thi.ng/api"; export type NzEntry = [number, number, number]; export type BinOp = FnN2; //# sourceMappingURL=api.d.ts.map