UNPKG

@thi.ng/tensors

Version:

0D/1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage

4 lines 244 B
import type { Predicate } from "@thi.ng/api"; import type { ITensor1 } from "./api.js"; export declare const findIndex: <T = number>(a: ITensor1<T>, pred: Predicate<T>, start?: number, end?: number) => number; //# sourceMappingURL=find.d.ts.map