Showing 2 of 2 total issues
File types.ts
has 1116 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
export type FloatArray = Float64Array | Float32Array;
export type MatrixTrans = 111 | 112 | 113;
export type MatrixUpperLower = 121 | 122;
export type MatrixUnit = 131 | 132;
export type MatrixLeftRight = 141 | 142;
File index.ts
has 388 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import {
FloatArray,
INBlas,
MatrixLeftRight,
MatrixTrans,