MCPcopy Index your code
hub / github.com/gonum/plot / deciGrid

Struct deciGrid

plotter/volcano_example_test.go:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type deciGrid struct{ mat.Matrix }
21
22func (g deciGrid) Dims() (c, r int) { r, c = g.Matrix.Dims(); return c, r }
23func (g deciGrid) Z(c, r int) float64 { return g.Matrix.At(r, c) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected