gonum / matrix

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

mat64: add support for TriDense shadowing detection #349

Closed kortschak closed 8 years ago

kortschak commented 8 years ago

This only happens in one place. It seems to me that it would make more sense for the check to be done in TriDense.Copy, but we're not doing that for reasons that I don't recall (possibly because copy doesn't panic?).

@btracey @vladimir-ch Please take a look.

kortschak commented 8 years ago

Updates #336.

vladimir-ch commented 8 years ago

LGTM

btracey commented 8 years ago

LGTM