gonum / matrix

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

mat64: make Copy direction-aware #361

Closed kortschak closed 8 years ago

kortschak commented 8 years ago

Fixes #351.

Depends on #360.

Vector case not yet complete (nor tests for this): needs proper handling of transpose - requires thought.

kortschak commented 8 years ago

This is ready for review. The main issue I think is documentation.

@btracey @vladimir-ch

kortschak commented 8 years ago

ping

vladimir-ch commented 8 years ago

I think I'll leave this for @btracey .

btracey commented 8 years ago

LGTM