Sébastien Crozet
|
dd6c40016e
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
|
Sébastien Crozet
|
8c6ebf2757
|
Implement the single-allocator-trait approach.
|
2021-08-02 18:41:46 +02:00 |
|
Violeta Hernández
|
22b657f566
|
First draft of Owned overhaul
|
2021-07-19 18:00:40 -05:00 |
|
Violeta Hernández
|
9a528e23b9
|
Almost!
|
2021-07-17 04:36:14 -05:00 |
|
Violeta Hernández
|
281b140365
|
Fix most clippy warnings
|
2021-06-18 09:45:37 +02:00 |
|
Malte Tammena
|
9fb963017f
|
Simplify default #[must_use] annotation
|
2021-06-07 16:34:03 +02:00 |
|
Malte Tammena
|
39aa52d019
|
Add must_use annotations in src/**/*.rs
|
2021-06-06 14:46:36 +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
|
24d546d3b6
|
Rename generic parameter N -> T
|
2021-04-11 13:57:54 +02:00 |
|
Vinzent Steinberg
|
260ee54288
|
Disable some tests if "rand" feature is disabled
This avoids some misleading errors for `cargo test`.
|
2021-04-10 01:00:12 -03:00 |
|
Crozet Sébastien
|
45f2fc4f92
|
Move all matrix decomposition methods under a single impl.
|
2020-11-13 17:26:47 +01:00 |
|
Philippe Renon
|
0b0f248267
|
clippy: fix #identity_op
|
2020-10-11 11:42:22 +02:00 |
|
sebcrozet
|
bbb3be512e
|
Run cargo fmt.
|
2020-04-05 18:49:48 +02:00 |
|
sebcrozet
|
f8cd26cfa9
|
Replace alga by simba.
|
2020-03-21 12:16:46 +01:00 |
|
sebcrozet
|
4ef4001836
|
Rename Real to RealField.
|
2019-03-25 11:21:41 +01:00 |
|
sebcrozet
|
5b28c39fa7
|
Rename Complex to ComplexField.
|
2019-03-25 11:19:36 +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
|
1001e8ee0f
|
Cleanup warnings and rename Schur -> RealSchur
|
2019-03-23 11:46:56 +01:00 |
|
sebcrozet
|
3edef2f006
|
Decomposition results: return a real vector whenever applicable.
This includes singular values, eigenvalues of hermitian matrices, tridiagonalization and bidiagonalization diagonal and off-diagonal elements.
|
2019-03-19 14:22:59 +01:00 |
|
sebcrozet
|
e4748c69ce
|
Start fixing SVD.
|
2019-03-18 11:23:19 +01:00 |
|
sebcrozet
|
010c009cff
|
Fix Schur decomposition.
|
2019-03-12 13:15:02 +01:00 |
|
sebcrozet
|
77f048b6b9
|
WIP use Complex instead of Real whenever possible on the linalg module.
|
2019-03-02 19:33:49 +01:00 |
|
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
|
Bruce Mitchener
|
175c41ed3a
|
Typo fixes.
|
2018-09-24 21:15:07 +02:00 |
|
sebcrozet
|
b272f3ba76
|
Fix compilation errors when the serde-serialize feature is enabled.
Fix #369.
|
2018-09-13 07:49:38 +02:00 |
|
sebcrozet
|
ca093fad29
|
Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled.
|
2018-05-26 22:07:57 +02:00 |
|
Sébastien Crozet
|
662cc9cd7f
|
Run rust fmt.
|
2018-02-03 13:59:05 +01:00 |
|
Sébastien Crozet
|
3e349b80cf
|
Implement serde traits for all linalg structs.
|
2017-08-15 19:07:18 +02:00 |
|
Sébastien Crozet
|
70bb2cbe46
|
Implement Clone, Debug, Copy for all linalg structures.
|
2017-08-15 19:07:18 +02:00 |
|
Sébastien Crozet
|
00039c0a76
|
Add methods for computing decompositions.
|
2017-08-15 19:07:18 +02:00 |
|
Sébastien Crozet
|
a7bce9cf3f
|
symmetric_eigen: allow computing only eigenvalues.
|
2017-08-15 19:07:18 +02:00 |
|
Sébastien Crozet
|
3f70af97dd
|
Add the most common matrix decompositions.
|
2017-08-15 19:07:18 +02:00 |
|