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
|
b74be8499f
|
Miscellaneous improvements
|
2021-07-17 21:43:50 -05:00 |
|
Violeta Hernández
|
a6b8dd6d78
|
Checkpoint #10
|
2021-07-17 02:52:57 -05:00 |
|
Violeta Hernández
|
281b140365
|
Fix most clippy warnings
|
2021-06-18 09:45:37 +02:00 |
|
Malte Tammena
|
e1fe76235f
|
Normalize #[must_use] hints
|
2021-06-07 16:44:59 +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
|
d17088398a
|
Replace generic-array with a regular array based on min-const-generics.
|
2021-04-11 13:53:45 +02:00 |
|
Philippe Renon
|
008c24204e
|
clippy: fix unreadable_literal warnings
|
2020-11-16 14:43:36 +01:00 |
|
danielschlaugies
|
f9f7169558
|
Add matrix exponential for complex matrices (#744)
Added matrix exponential for complex matrices.
|
2020-07-16 10:29:52 +02:00 |
|
sebcrozet
|
6dc739b70b
|
Remove unused allocator bound.
|
2020-04-21 10:37:14 +02:00 |
|
sebcrozet
|
f4c0897764
|
Fix compilation of matrix exponential when targetting no-std.
|
2020-04-21 10:35:20 +02:00 |
|
Fredrik Jansson
|
583a8fb110
|
Removed unsafe immutable hack
|
2020-04-12 13:27:11 +02:00 |
|
Fredrik Jansson
|
e914afe2af
|
Added support for dynamic matrices
|
2020-04-12 11:59:06 +02:00 |
|
Fredrik Jansson
|
0a3ee99cdb
|
Changed dimension name R to D
Changed N::from_x to crate::convert
|
2020-04-12 11:46:00 +02:00 |
|
Fredrik Jansson
|
4ec94408b5
|
Pub use of exp in the linalg module
|
2020-04-07 09:41:32 +02:00 |
|
Fredrik Jansson
|
b3ef66fd14
|
Fixed bug in onenorm_matrix_power_norm
|
2020-04-07 09:41:32 +02:00 |
|
Fredrik Jansson
|
e156561677
|
one_norm is not a public function
|
2020-04-07 09:41:32 +02:00 |
|
Fredrik Jansson
|
2696ffd7a1
|
Fixed bug by introducing one norm
|
2020-04-07 09:41:32 +02:00 |
|
Fredrik Jansson
|
c0a6df55b1
|
Addition of matrix exponent for static size matrices.
|
2020-04-07 09:41:32 +02:00 |
|