Commit Graph

70 Commits

Author SHA1 Message Date
metric-space
2e35cd6aa7 Corrected deserialization term in serialization impls 2022-05-03 14:41:59 -06:00
metric-space
8ef7c42328 Removed extra memory allocation for buffer (now redundant) 2022-05-03 14:41:59 -06:00
metric-space
ed09700280 Correction to keep naming of left and right eigenvector matrices consistent 2022-05-03 14:41:59 -06:00
metric-space
0c89aceed3 Added comment on logic 2022-05-03 14:41:59 -06:00
metric-space
3c717927cc Formatting 2022-05-03 14:41:59 -06:00
metric-space
4c50d882a3 Formatting 2022-05-03 14:41:59 -06:00
metric-space
5828a0a6ad New code and modified tests for qz 2022-05-03 14:41:59 -06:00
metric-space
714f2ac987 New code and modified tests for generalized_eigenvalues 2022-05-03 14:41:59 -06:00
metric-space
a439121641 Cleanup of QZ module and added GE's calculation of eigenvalues as a test for QZ's calculation of eigenvalues 2022-05-03 14:41:59 -06:00
metric-space
23950400e4 New wrapper for generalized eigenvalues and associated eigenvectors via LAPACK routines sggev/dggev 2022-05-03 14:41:59 -06:00
metric-space
2947d63a0c Correction for not calculating absolurte value 2022-05-03 14:41:59 -06:00
metric-space
abd463f427 Commented out failing tests, refactored checks for almost zeroes 2022-05-03 14:41:59 -06:00
metric-space
d7a0e415bd Add non-naive way of calculate generalized eigenvalue, write spotty test for generalized eigenvalues 2022-05-03 14:41:59 -06:00
metric-space
ebe6d10a47 Comments more tailored to QZ 2022-05-03 14:41:59 -06:00
metric-space
ccbd0f02e5 Format file 2022-05-03 14:41:59 -06:00
metric-space
372152dc31 First attempt at xgges (qz decomposition), passing tests. Serialization failing across many modules 2022-05-03 14:41:59 -06: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
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
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
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
5225456883 Fix nalgebra-lapack.
Since nalgebra-lapack can only be used with f32 and f64, it is OK to just call `.assume_init()`.
2021-02-25 15:07:15 +01:00
Crozet Sébastien
e852df6124 Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
sebcrozet
bbb3be512e Run cargo fmt. 2020-04-05 18:49:48 +02:00
sebcrozet
4103da4bc1 nalgebra-lapack: remove useless extern crate. 2020-04-05 17:19:07 +02:00
sebcrozet
f8cd26cfa9 Replace alga by simba. 2020-03-21 12:16:46 +01:00
Avi Weinstock
774f4da3e2 Add Clone to Scalar, providing a default implementation of inlined_clone. Change Scalar + Clone bounds to just Scalar. 2020-03-02 12:45:37 +01:00
Avi Weinstock
52aac8b975 Add inlined_clone to Scalar, and relax bounds from Scalar + Copy to Scalar + Clone nearly everywhere.
The various nalgebra-lapack FooScalars are still Copy because they make use of uninitialized memory.
nalgebgra-glm Number still uses Copy because upstream `approx` requires it.
2020-03-02 12:45:37 +01:00
Avi Weinstock
bd7dd6e345 Add Scalar + Copy bounds in nalgebra-lapack.
```bash
export RELEVANT_SOURCEFILES="$(find nalgebra-lapack -name '*.rs')"
for f in $RELEVANT_SOURCEFILES; do sed -i 's/N\([0-9]\?\): *Scalar,/N\1: Scalar + Copy,/' $f; done
for f in $RELEVANT_SOURCEFILES; do sed -i 's/N\([0-9]\?\): *Scalar>/N\1: Scalar + Copy>/' $f; done
for f in $RELEVANT_SOURCEFILES; do sed -i 's/\([A-Z]*Scalar\): Scalar {/\1: Scalar + Copy {/' $f; done
for f in $RELEVANT_SOURCEFILES; do sed -i 's/SVDScalar<R: DimMin<C>, C: Dim>: Scalar/SVDScalar<R: DimMin<C>, C: Dim>: Scalar + Copy/' $f; done
```
2020-03-02 12:45:37 +01:00
Jake Shadle
4fa4a6b854 HTTPS All The Things (#608)
* Use https for all links where it is valid

* Fix random links to external sites
2019-08-27 22:05:28 +02:00
sebcrozet
4ef4001836 Rename Real to RealField. 2019-03-25 11:21:41 +01:00
sebcrozet
3cbe60523a 2018 edition. 2019-03-23 14:33:47 +01:00
sebcrozet
ce24ea972e Remove all spurious allocation introduced by complex number support on decompositions. 2019-03-23 14:13:00 +01:00
sebcrozet
921a05d523 Implement some BLAS opertaions involving adjoint. 2019-03-23 11:48:12 +01:00
sebcrozet
1001e8ee0f Cleanup warnings and rename Schur -> RealSchur 2019-03-23 11:46:56 +01:00