UNPKG

brain.js

Version:

Neural networks in JavaScript

3 lines 169 B
import { Matrix } from '.'; export declare function multiplyElement(product: Matrix, left: Matrix, right: Matrix): void; //# sourceMappingURL=multiply-element.d.ts.map