import { type MatrixLike } from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/utils/mod.ts";
The base type implemented by Matrix
definition: { data: DType<DT>; shape: Shape<2>; }
import { type MatrixLike } from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/utils/mod.ts";
The base type implemented by Matrix