Releases: felipemarkson/sparse_complex
Releases · felipemarkson/sparse_complex
v0.1.3
What's Changed
- Drop Sparse21 and Add Eigen::SparseLU by @felipemarkson in #7
Full Changelog: v0.1.2...v0.1.3
Minor Update to v0.1.2
Fixes
- There was a bug on solve when a full-imaginary matrix was used.
Tests
- New tests for different types of matrices were included.
- A new test with a 118-sparse matrix was included.
First version of sparse_complex
To do
- Add more complex tests.