Crozet Sébastien
|
e852df6124
|
Add sections for most Matrix methods.
|
2020-11-15 16:57:49 +01: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 |
Chris Hodapp
|
7363caba17
|
Fix doc typo (v is right-singular vectors, not left)
|
2020-04-21 10:23:00 -04: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
|
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
|
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
|
2f0d95bdbb
|
Fix most tests.
|
2019-03-19 12:00:10 +01:00 |
sebcrozet
|
e4748c69ce
|
Start fixing SVD.
|
2019-03-18 11:23:19 +01:00 |
adamnemecek
|
975d72f070
|
Replace explicit types with Self where possible.
|
2019-02-16 22:29:41 +01:00 |
sebcrozet
|
82106caa9e
|
Merge branch 'dev' into master-public
# Conflicts:
# src/linalg/svd.rs
|
2018-12-29 14:39:32 +01:00 |
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
João Costa
|
7a95644a21
|
Simplify SVD recompose pattern match
|
2018-10-13 10:55:37 +02:00 |
João Costa
|
8b1aa2078c
|
Change the SVD methods to return a Result instead of panicking
|
2018-10-13 10:55:37 +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 |
Colin Wallace
|
e5259130e5
|
Fix spelling of "below"
|
2017-10-26 21:13:35 -07: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
|
c258d13f98
|
Fix stepping for slices.
The previous implementation was wrong compared to what the documentatino claimed.
|
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
|
3f70af97dd
|
Add the most common matrix decompositions.
|
2017-08-15 19:07:18 +02:00 |