Optimize Vec and Matrix conversion #9
Labels
good first issue
Good for newcomers
optimization
This code could be faster
restructure
The API could be organized better
col_vec_to_vec
andvec_to_col_vec
into appropriateInto
/From
functionsVec<_>
andVec<Vec<_>>
representations (i.e.Matrix<_>
)The text was updated successfully, but these errors were encountered: