---
name: Bug Report
about: Report a problem with Gonum

---
<!--
Please make sure your issue title matches the Go convention; a summary
of the problem, prefixed by the primary affected package.
-->
### What are you trying to do?


### What did you do?
<!--
Please include a link to a minimal reproducer here. Preferably this should
be a complete runnable example at https://play.golang.org/.
-->


### What did you expect to happen?


### What actually happened?


### What version of Go and Gonum are you using?
<!--
Paste the output of `go version` and if you are installing Gonum from source, paste
the output of `(cd $(go env GOPATH)/src/gonum.org/v1/gonum && git rev-parse HEAD)`.
If you are using modules, also paste the output of `grep gonum.org/v1/gonum go.sum`,
executed in the root of your dependent module.
-->


### Does this issue reproduce with the current master?

