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

Method Z

plotter/volcano_example_test.go:23–23  ·  view source on GitHub ↗
(c, r int)

Source from the content-addressed store, hash-verified

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) }
24func (g deciGrid) X(c int) float64 {
25 _, n := g.Matrix.Dims()
26 if c < 0 || c >= n {

Callers

nothing calls this directly

Calls 1

AtMethod · 0.65

Tested by

no test coverage detected