japaric-archived / linalg.rs

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

Replace `Transposed` newype with a phantom type that indicates the Order #63

Open japaric opened 9 years ago

japaric commented 9 years ago

Transposing a column major matrix, is equivalent to viewing the underlying data in row major order.

cc #22