Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linsolve: test fails with undefined: mat.NewDiagonal #20

Closed
sbinet opened this issue Jan 11, 2019 · 2 comments
Closed

linsolve: test fails with undefined: mat.NewDiagonal #20

sbinet opened this issue Jan 11, 2019 · 2 comments
Assignees

Comments

@sbinet
Copy link
Member

sbinet commented Jan 11, 2019

running go test in travis fails (locally too) with:

$> go test ./...
# gonum.org/v1/exp/linsolve [gonum.org/v1/exp/linsolve.test]
linsolve/linsolve_test.go:154:7: undefined: mat.NewDiagonal
@sbinet
Copy link
Member Author

sbinet commented Jan 11, 2019

@btracey

@kortschak
Copy link
Member

mat.NewDiagonal was replaced with mat.NewDiagDense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants