sarah-quinones / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.82k stars 61 forks source link

Adds `derive(Clone)` to the owned sparse matrix formats #135

Closed PTNobel closed 4 months ago

PTNobel commented 4 months ago

Nothing complicated here, just adding a few derive(Clone) we needed for the CVXPY rust backend.