Paul Jakob Schroeder
97aebf8089
Add extern crate declarations for lapack{-src}
...
Without these declarations, `nalgebra-lapack` does not have runtime
linkage requirements for these libraries, meaning that binaries and
libraries using `nalgebra-lapack` have to link `lapack`/`lapack-src`
explicitly which shouldn't be necessary.
2021-11-16 12:49:19 -05:00
Sébastien Crozet
38ac9a2f9a
Fix nalgebra-lapack.
2021-08-03 17:39:45 +02:00
Sébastien Crozet
8c6ebf2757
Implement the single-allocator-trait approach.
2021-08-02 18:41:46 +02:00
Violeta Hernández
fa1ed9683b
Got rid of the `unimplemented_or_uninitialized_generic` macro
2021-07-17 13:36:35 -05:00
Violeta Hernández
6e96c28ad9
Trivial doc comment improvements
2021-07-06 21:05:25 -05:00
sebcrozet
4103da4bc1
nalgebra-lapack: remove useless `extern crate`.
2020-04-05 17:19:07 +02:00
Jake Shadle
4fa4a6b854
HTTPS All The Things ( #608 )
...
* Use https for all links where it is valid
* Fix random links to external sites
2019-08-27 22:05:28 +02:00
sebcrozet
1001e8ee0f
Cleanup warnings and rename Schur -> RealSchur
2019-03-23 11:46:56 +01:00
sebcrozet
8341ec2f10
Run rustfmt.
2018-11-06 18:32:20 +01: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
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
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
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