mateogianolio/nblas

View on GitHub

Showing 2 of 2 total issues

File types.ts has 1116 lines of code (exceeds 250 allowed). Consider refactoring.
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;
Severity: Major
Found in src/types.ts - About 2 days to fix

    File index.ts has 388 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import {
      FloatArray,
      INBlas,
      MatrixLeftRight,
      MatrixTrans,
    Severity: Minor
    Found in src/index.ts - About 5 hrs to fix
      Severity
      Category
      Status
      Source
      Language