mirror of
https://github.com/gonum/gonum.git
synced 2025-10-04 06:46:29 +08:00

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.