golearn icon indicating copy to clipboard operation
golearn copied to clipboard

cannot find package "github.com/gonum/matrix"

Open garyhlusko opened this issue 4 years ago • 0 comments

When running the example from IRIS go run main.go I get the follow error

        c:\go\src\github.com\gonum\matrix (from $GOROOT)
        ~\go\src\github.com\gonum\matrix (from $GOPATH)

I think this is because gonum has archived the matrix function and it's repository is in github.com/gonum/gonum. I can do a pull request if needed to update it.

garyhlusko avatar Jul 17 '20 13:07 garyhlusko