gonum / matrix

Matrix packages for the Go language [DEPRECATED]
446 stars 51 forks source link

matrix/mat64: consider exporting isZero methods #395

Closed kortschak closed 7 years ago

kortschak commented 8 years ago

At the moment there are hacky ways for users to get the same information, but it would be nice to be able to just define a Zero state for matrices that a method returns the status of (see https://github.com/gonum/stat/pull/119 for an example of the hacky approach).

kortschak commented 7 years ago

Closed by https://github.com/gonum/gonum/pull/92.