nlpodyssey/spago

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function GemvN has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

func GemvN(m, n uintptr, alpha float64, a []float64, lda uintptr, x []float64, incX uintptr, beta float64, y []float64, incY uintptr) {
Severity: Major
Found in mat/internal/f64/asm64/ge_noasm.go - About 1 hr to fix

    Function GemvT has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func GemvT(m, n uintptr, alpha float64, a []float64, lda uintptr, x []float64, incX uintptr, beta float64, y []float64, incY uintptr) {
    Severity: Major
    Found in mat/internal/f64/asm64/ge_noasm.go - About 1 hr to fix

      Function Ger has 8 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      func Ger(m, n uintptr, alpha float64, x []float64, incX uintptr, y []float64, incY uintptr, a []float64, lda uintptr) {
      Severity: Major
      Found in mat/internal/f64/asm64/ge_noasm.go - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status