metric-space
b7fe6b9dc1
Name change
2022-02-12 02:37:26 -05:00
metric-space
fb0cb513e7
Remove condition number, tests pass without. Add proper test generator for dynamic f64 type square matrices
2022-02-12 02:27:29 -05:00
metric-space
497a4d8bd9
Correction in eigenvector matrices build up algorithm
2022-02-12 02:26:46 -05:00
metric-space
a4de6a83cc
Corrected deserialization term in serialization impls
2022-02-09 08:48:38 -05:00
metric-space
d5069f318e
Removed extra memory allocation for buffer (now redundant)
2022-02-05 23:44:05 -05:00
metric-space
4038e6627a
Correction to keep naming of left and right eigenvector matrices consistent
2022-02-04 00:13:01 -05:00
metric-space
4362f0004c
Added comment on logic
2022-02-04 00:09:29 -05:00
metric-space
55fdd84e1d
Formatting
2022-02-03 06:45:29 -05:00
metric-space
d88337efa9
Formatting
2022-02-03 06:43:41 -05:00
metric-space
162bb3218d
New code and modified tests for qz
2022-02-03 06:36:41 -05:00
metric-space
ae35d1cf97
New code and modified tests for generalized_eigenvalues
2022-02-03 06:36:10 -05:00
metric-space
748848fea7
Cleanup of QZ module and added GE's calculation of eigenvalues as a test for QZ's calculation of eigenvalues
2022-01-24 23:58:21 -05:00
metric-space
7d8fb3d384
New wrapper for generalized eigenvalues and associated eigenvectors via LAPACK routines sggev/dggev
2022-01-24 23:56:44 -05:00
metric-space
7e9345d91e
Correction for not calculating absolurte value
2022-01-21 06:41:06 -05:00
metric-space
6a28306074
Commented out failing tests, refactored checks for almost zeroes
2022-01-19 23:51:46 -05:00
metric-space
b2c6c6b02d
Add non-naive way of calculate generalized eigenvalue, write spotty test for generalized eigenvalues
2022-01-19 21:47:44 -05:00
metric-space
769f20ce6f
Comments more tailored to QZ
2022-01-19 02:42:22 -05:00
metric-space
6f7ef387e5
Format file
2022-01-18 22:42:12 -05:00
metric-space
7230ae1e63
First attempt at xgges (qz decomposition), passing tests. Serialization failing across many modules
2022-01-18 22:35:11 -05:00
Sébastien Crozet
e8b9c40123
Release v0.30.0
2022-01-02 15:30:15 +01:00
Paul Jakob Schroeder
97aebf8089
Add extern crate declarations for lapack{-src}
...
Without these declarations, `nalgebra-lapack` does not have runtime
linkage requirements for these libraries, meaning that binaries and
libraries using `nalgebra-lapack` have to link `lapack`/`lapack-src`
explicitly which shouldn't be necessary.
2021-11-16 12:49:19 -05:00
Sébastien Crozet
d1d7422761
Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse.
2021-08-08 18:07:34 +02:00
Sébastien Crozet
db63f6c031
Release v0.29.0
2021-08-08 17:54:35 +02:00
Sébastien Crozet
107b3bedb4
nalgebra-lapack: restore netlib as the default backend.
2021-08-04 11:30:36 +02:00
Sébastien Crozet
38ac9a2f9a
Fix nalgebra-lapack.
2021-08-03 17:39:45 +02:00
Sébastien Crozet
47e226d0e0
Fix nalgebra-lapack
2021-08-03 10:48:59 +02:00
Sébastien Crozet
8c6ebf2757
Implement the single-allocator-trait approach.
2021-08-02 18:41:46 +02:00
Sébastien Crozet
d34fed45bc
Merge branch 'dev' into ub3
2021-08-02 18:40:33 +02:00
Violeta Hernández
2243a11e89
Added some derives
2021-07-29 12:33:45 -05:00
Rémi Lauzier
c35f792b4f
Fix some warnings
2021-07-27 19:24:55 -04:00
Violeta Hernández
b74be8499f
Miscellaneous improvements
2021-07-17 21:43:50 -05:00
Violeta Hernández
10b5dc9bb6
Many miscellaneous improvements throughout
2021-07-17 20:19:20 -05:00
Violeta Hernández
4bd13a509a
Fix botched Search + Replace
2021-07-17 13:58:34 -05:00
Violeta Hernández
fa1ed9683b
Got rid of the `unimplemented_or_uninitialized_generic` macro
2021-07-17 13:36:35 -05:00
Violeta Hernández
c01d591478
We have reached compilation!
2021-07-17 13:01:03 -05:00
Violeta Hernández
9a528e23b9
Almost!
2021-07-17 04:36:14 -05:00
Violeta Hernández
8d10e69e33
Finally figured out some trait nitty-gritty
2021-07-14 13:24:27 -05:00
Crozet Sébastien
ca1297acfb
Release v0.28.0
2021-07-11 17:42:45 +02:00
Violeta Hernández
6e96c28ad9
Trivial doc comment improvements
2021-07-06 21:05:25 -05:00
Malte Tammena
9fb963017f
Simplify default `#[must_use]` annotation
2021-06-07 16:34:03 +02:00
Malte Tammena
42a2c74571
Finish initial must_use annotations
2021-06-06 15:28:37 +02:00
Crozet Sébastien
dfc8ad3d6a
Release v0.27.0
2021-06-02 15:15:17 +02:00
Crozet Sébastien
c5c6c139ab
Release v0.26.0
2021-04-12 16:15:08 +02:00
Crozet Sébastien
95b021dbfb
Don't enable serde by default.
...
Don't enable `serde/std` by default.
Add a `serde-serialize-no-std` feature to enable serde without its default features.
2021-04-12 12:14:16 +02:00
Crozet Sébastien
b8811d3545
Fix compilation of benchmarks
2021-04-12 10:52:17 +02:00
Crozet Sébastien
73cc9882b2
Fix compilation of nalgebra-lapack
2021-04-12 10:35:35 +02:00
Crozet Sébastien
24d546d3b6
Rename generic parameter N -> T
2021-04-11 13:57:54 +02:00
Crozet Sébastien
7fdac06365
Fix cargo metadata to allow publishing nalgebra-lapack and nalgebra-sparse.
2021-03-01 14:49:03 +01:00
Crozet Sébastien
5b9b94c610
Release v0.25.0
2021-03-01 14:25:29 +01:00
Crozet Sébastien
74f4b0ba4d
nalgebra-lapack: run tests with proptest instead of quickcheck.
2021-02-28 18:39:18 +01:00