Files
gonum/diff
Brendan Tracey 975d99cd20 mat,all: Rename IsZero to IsEmpty (#1088)
This avoids the confusion between Zero() and IsZero() which sounds like they should be related
to one another but are not. This makes IsEmpty the counterpart to Reset. Add check for Zero in allMatrix

Fixes #1083.
Updates #1081.
2019-09-15 13:53:29 +01:00
..
2017-07-10 07:03:44 +09:30

Gonum diff GoDoc

Package diff is a package for computing derivatives of functions for the Go language.