Violeta Hernández
|
ab85766b5a
|
Added pow function.
I'll try adding some unchecked and in place variants soon.
|
2021-04-05 12:17:49 -05: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 |
|
Crozet Sébastien
|
693e6d0035
|
Run cargo fmt.
|
2021-02-25 12:59:14 +01:00 |
|
Crozet Sébastien
|
308d95386e
|
Fix all tests and the ColPivQR::solve.
|
2021-02-25 12:06:04 +01:00 |
|
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 |
|
Sébastien Crozet
|
46d1cf2231
|
Add a libm and libm-force feature to transitively enable the corresponding simba feature.
|
2020-08-25 20:46:35 +02:00 |
|
Fredrik Jansson
|
4ec94408b5
|
Pub use of exp in the linalg module
|
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 |
|
sebcrozet
|
bbb3be512e
|
Run cargo fmt.
|
2020-04-05 18:49:48 +02:00 |
|
Nathan
|
b3c6492530
|
Moved test file to lingal folder, wrote tests based on github ticket request (scipy reference)
|
2019-02-10 13:40:32 -06:00 |
|
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
|
Sébastien Crozet
|
740d19437c
|
Fix unused_result lint errors.
|
2017-08-15 19:07:18 +02:00 |
|
Sébastien Crozet
|
3e349b80cf
|
Implement serde traits for all linalg structs.
|
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 |
|
Sébastien Crozet
|
99b6181b1e
|
Complete library rewrite.
See comments on #207 for details.
|
2016-12-04 22:47:36 +01:00 |
|
Daniel
|
c4753aaf65
|
Implemented QR algorithm with initial transformation to Hessenberg form and Wilkinson shift for symmetric matrices
|
2015-09-22 15:17:03 +02:00 |
|
Daniel
|
b197959e2b
|
Implemented Cholesky decomposition with tests
|
2015-08-07 14:44:25 +02:00 |
|
Sébastien Crozet
|
40c9915870
|
Add the types: DVec1, .., DVec6.
They are stack-allocated, dynamically sized vectors with a maximum size.
This is useful for slicing small matrices, without allocation.
|
2014-08-16 12:16:26 +02:00 |
|
Vincent Barrielle
|
73c6610048
|
new_identity and housholder matrix available under na::
|
2014-05-12 21:54:59 +02:00 |
|
Vincent Barrielle
|
5611307b4d
|
QR decomposition depends less on DMat internals
|
2014-05-09 22:14:37 +02:00 |
|