UNPKG

@bluemath/linalg

Version:
6 lines (5 loc) 160 B
import { TypedArray } from '@bluemath/common'; /** * @hidden */ export declare function getrf(mA: TypedArray, m: number, n: number, mipiv: TypedArray): void;