Rémi Lauzier
|
ea9a9e8b7f
|
Fix some clippy warnings
|
2021-08-28 12:05:21 -04:00 |
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 |
Rémi Lauzier
|
c35f792b4f
|
Fix some warnings
|
2021-07-27 19:24:55 -04:00 |
Malte Tammena
|
e1fe76235f
|
Normalize `#[must_use]` hints
|
2021-06-07 16:44:59 +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 |
Malte Tammena
|
925fc1edd7
|
Annotate functions with #[must_use] where appropriate
|
2021-06-06 11:28:12 +02:00 |
Crozet Sébastien
|
24d546d3b6
|
Rename generic parameter N -> T
|
2021-04-11 13:57:54 +02:00 |
Crozet Sébastien
|
b687c63bb2
|
Add a SIMD version of cap_magnitude: simd_cap_magnitude.
|
2021-03-06 19:16:22 +01:00 |
Crozet Sébastien
|
9d930eb21a
|
Add a method to cap the magnitude of a vector.
|
2021-02-22 14:26:40 +01:00 |
Philippe Renon
|
de4a067d27
|
clippy: fix len_zero warnings
|
2020-11-16 12:11:24 +01:00 |
Crozet Sébastien
|
e852df6124
|
Add sections for most Matrix methods.
|
2020-11-15 16:57:49 +01:00 |
sebcrozet
|
691f58b622
|
Fix compilation of tests.
|
2020-04-05 18:33:03 +02:00 |
sebcrozet
|
2c03353b30
|
Add missing docs.
|
2020-04-05 18:02:03 +02:00 |
Sébastien Crozet
|
81bb9e94f8
|
Re-add orthogonalization and subspace basis computation.
|
2020-03-24 19:06:05 +01:00 |
sebcrozet
|
f8cd26cfa9
|
Replace alga by simba.
|
2020-03-21 12:16:46 +01:00 |
Sébastien Crozet
|
002e735c76
|
Make blas, matrix, norm, and ops.rs compatible with SoA Simd.
|
2020-03-17 17:58:36 +01:00 |
Sébastien Crozet
|
155ba3a50a
|
Merge pull request #698 from rustsim/try_set_magnitude
Add a method to set the magnitude of a vector.
|
2020-03-02 12:45:39 +01:00 |
sebcrozet
|
b09d9770f7
|
Add a method to set the magnitude of a vector.
|
2020-03-02 12:45:39 +01:00 |
Christian Authmann
|
589aebbf85
|
Add #[must_use] to all functions with a _mut variant (#598)
|
2019-06-05 23:04:04 +02: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
|
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 |
sebcrozet
|
7c91f2eeb5
|
Use Complex instead of Real whenever possible on the base/ module.
|
2019-02-23 11:24:07 +01:00 |
sebcrozet
|
e225297147
|
Add doc-tests for apply_norm and apply_metric_distance.
|
2019-02-03 11:29:10 +01:00 |
sebcrozet
|
381fdb642c
|
Remove useless extern crate in doc-tests.
|
2019-02-03 11:01:11 +01:00 |
sebcrozet
|
dcae274d2e
|
Fix rebase fallback + add missing docs.
|
2019-02-03 08:33:07 +01:00 |
sebcrozet
|
660b868603
|
Add more general norms and metrics.
Fix #258.
|
2019-02-03 08:06:24 +01:00 |