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 |
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 |
Crozet Sébastien
|
35ec135d2c
|
Fix compilation after rebase.
|
2021-04-11 13:53:45 +02:00 |
Crozet Sébastien
|
6cfd2bca14
|
Use proptest for all nalgebra tests.
|
2021-02-28 17:52:14 +01:00 |
Crozet Sébastien
|
ab0d335b61
|
Fix tests for the UDU decomposition.
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
89ca2fe5fb
|
UDU only supported for Real matrices, not Complex
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
4ff4911ac3
|
Implement requested changes
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Chris
|
06861a9755
|
Update src/linalg/udu.rs
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
7a49b9eeca
|
UDU: d now stored in VectorN instead of MatrixN
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
e9933e5c91
|
UDU: Expand to Dim from DimName
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
5a7ed61e9b
|
UDU impl: using 0-index nomenclature
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
a8d40423ea
|
Fixed UDU algorithm
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |
Christopher Rabotin
|
8dda6714b5
|
Untested UDU implementation
Pushing to trigger build
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
|
2021-02-25 15:48:44 +01:00 |