We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f22ae commit 423b8fdCopy full SHA for 423b8fd
lax/CHANGELOG.md
@@ -0,0 +1,12 @@
1
+0.2.0 - 17 July 2021
2
+=====================
3
+
4
+Updated dependencies
5
+---------------------
6
+- cauchy 0.4 (num-complex 0.4, rand 0.8), lapack 0.18 https://github.com/rust-ndarray/ndarray-linalg/pull/276
7
8
+Fixed
9
+-----
10
+- Fix memory layout of the output of inverse of LUFactorized https://github.com/rust-ndarray/ndarray-linalg/pull/297
11
+- Fix Eig for column-major arrays with real elements https://github.com/rust-ndarray/ndarray-linalg/pull/298
12
+- Fix Solve::solve_h_* for complex inputs with standard layout https://github.com/rust-ndarray/ndarray-linalg/pull/296
0 commit comments