sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
Bruce Mitchener
|
47fe851173
|
Add favicons to docs.
|
2018-10-16 18:28:39 +02:00 |
Bruce Mitchener
|
3aeb2549d8
|
Refer to macOS, not Mac OS X.
|
2018-09-25 20:35:29 +02:00 |
Bruce Mitchener
|
8bd6be8fe1
|
lapack: Use double quotes instead of single.
Without this, this generates a warning / error when running rustdoc.
|
2018-09-25 20:17:27 +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
|
8dcb4a3227
|
Fix compilation errors.
The num-complex dependency of lapack will have to be updated for this to pass the CI.
|
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
|
b84c7e10df
|
nalgebra-lapack: add doc + fix warnings.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
053de0576f
|
nalgebra-lapack: unify API of LU.solve and Cholesky.solve with nalgebra.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
89e8b49759
|
nalgebra-lapack: add computation of complex eigenvalues.
Also renames RealEigensystem -> Eigen
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
c616c3ddef
|
nalgebra-lapack: add schur decomposition.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
6eb0d8a786
|
nalgebra-lapack: add Symmetric eigensystems.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
02767fa894
|
Add nalgebra-lapack as a crate on this workspace.
|
2017-08-15 19:07:18 +02:00 |