nlpodyssey/spago

View on GitHub
mat/internal/f64/asm64/stubs_amd64.go

Summary

Maintainability
A
1 hr
Test Coverage

Function AxpyIncTo has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
Severity: Minor
Found in mat/internal/f64/asm64/stubs_amd64.go - About 35 mins to fix

    Function ScalIncTo has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr)
    Severity: Minor
    Found in mat/internal/f64/asm64/stubs_amd64.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status