Showing 23 of 23 total issues
Function ScalIncTo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func ScalIncTo(dst []float32, incDst uintptr, alpha float32, x []float32, n, incX uintptr) {
Function AxpyIncTo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr) {
Function ScalIncTo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr)