change the matrix orientation
as can be seen in linalg.rs
, introduced in !27 (merged), the matrices are row-oriented, which means Matrix::get_col
is slow
this could be optimized away by changing the orientation of the Matrix
in linalg.rs
.
Edited by STEVAN Antoine