nalgebra/tests/linalg
danielschlaugies f9f7169558
Add matrix exponential for complex matrices (#744)
Added matrix exponential for complex matrices.
2020-07-16 10:29:52 +02:00
..
balancing.rs Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
bidiagonal.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
cholesky.rs Fix Cholesky for no-std platforms. 2020-03-02 12:45:36 +01:00
convolution.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
eigen.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
exp.rs Add matrix exponential for complex matrices (#744) 2020-07-16 10:29:52 +02:00
full_piv_lu.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
hessenberg.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
inverse.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
lu.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
mod.rs Rebased against dev 2020-04-07 09:44:06 +02:00
qr.rs 2018 edition. 2019-03-23 14:33:47 +01:00
schur.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
solve.rs Rename Complex to ComplexField. 2019-03-25 11:19:36 +01:00
svd.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
tridiagonal.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00