Showing 1 of 1 total issue
File types.ts
has 1522 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
export type FloatArray = Float64Array | Float32Array;
export type MatrixTrans = 78 | 84 | 67;
export type MatrixUpperLower = 85 | 76;
export type MatrixUnit = 78 | 85;
export type MatrixNorm = 49 | 48 | 73;