mateogianolio/nblas

View on GitHub
src/types.ts

Summary

Maintainability
D
2 days
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status