UNPKG

@thi.ng/tensors

Version:

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

3 lines 151 B
import type { ITensor } from "./api.js"; export declare const setN: <T, TA extends ITensor<T>>(out: TA, n: T) => TA; //# sourceMappingURL=setn.d.ts.map