Brendan Tracey
Brendan Tracey
I am trying to fuzz some Go code against the (suposedly) equivalent fortran code. I am seeing a linker error with `go-fuzz-build` that I am not seeing with `go build`...
Using goread in chrome on OSX If I have "show all items" selected, clicking on a feed pops up with an "no unread items". Eventually this is replaced (I think...
I reliably get the following kernel panic when running the attached notebook. This is starting the jupyter program new and running the cells in order. Jupyter program: ``` { "cells":...
Pretty frequently when I start up jupyter fresh, I get the following kernel failure when trying to run the first cell ``` [I 15:29:13.975 NotebookApp] Adapting to protocol v5.0 for...
This is a good list of test functions I've seen used in many optimization papers. We have a few of them (Rosenbrock, Rastrigin), but it's good to have the lot....
See discussion in #830 - [ ] Dense - [ ] BandDense - [ ] DiagDense - [ ] SymDense - [ ] SymBandDense - [x] TriDense - [x] TriBandDense...
See discussion in #830
There's currently no way to get the clone of the matrix with the type preserved. The obvious signature for this is `func (m *DenseFoo) Clone() Matrix`. Unfortunately, this clashes with...
Is it possible to make a utility function (maybe in plotutil?) for making a simple heat map with a legend? Seems like the easiest way at the moment is to...
While calling plot.Save ``` gonum.org/v1/plot/plotter.(*HeatMap).Plot(0xc42006a360, 0x13d8220, 0xc42052c420, 0x403e70933333332f, 0x4037d0c666666662, 0x4071f23ecccccccd, 0x4071f3fb9999999a, 0xc42042e000) /Users/brendan/Documents/mygo/src/gonum.org/v1/plot/plotter/heat.go:171 +0x1268 gonum.org/v1/plot.(*Plot).Draw(0xc42042e000, 0x13d8120, 0xc420088d80, 0x0, 0x0, 0x4072000000000000, 0x4072000000000000) /Users/brendan/Documents/mygo/src/gonum.org/v1/plot/plot.go:165 +0x84c gonum.org/v1/plot.(*Plot).WriterTo(0xc42042e000, 0x4072000000000000, 0x4072000000000000, 0x1396f61, 0x3, 0x1, 0x1,...