UNPKG

@bluemath/linalg

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