japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

There should be some way to convert between `Col`/`Row` and `SubMat` #62

Open japaric opened 9 years ago

japaric commented 9 years ago

This is not possible with the current types, because Col doesn't "remember" if it belongs to SubMat or to Transposed<SubMat>