Commit Graph

7 Commits

Author SHA1 Message Date
Vladimir Chalupecky
cb7e73b504 mat: clean up Dense.Inverse example 2020-11-11 00:06:03 +01:00
Dan Kortschak
94c839842d mat: use returned err for example code 2019-10-15 06:14:19 +10:30
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
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
a14e45c7ad mat: tidy up example formatting 2017-10-26 14:26:56 +10:30
Jeremy Atkinson
e01b7a02ec added examples for mul/exp/pow/scale 2017-10-26 12:32:29 +10:30
Jeremy Atkinson
fa851461dd mat: added a few godoc examples for Dense methods (#263)
* added a few godoc examples for Dense methods
2017-10-24 09:22:15 -06:00