UNPKG

ts-math

Version:

A collection of math functions and packages written in Typescript

2 lines (1 loc) 56 B
export declare function cholesky(A: number[][]): any[];