.. |
balancing.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
bidiagonal.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
cholesky.rs
|
Allow fallback value for Cholesky decomposition
|
2021-09-03 09:01:04 +09:00 |
col_piv_qr.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
convolution.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
decomposition.rs
|
Add Matrix::try_polar that returns Option and make Matrix::polar not return Option
|
2021-12-30 22:15:04 +01:00 |
determinant.rs
|
Fix some clippy warnings
|
2021-08-28 12:05:21 -04:00 |
eigen.rs
|
Don't enable serde by default.
|
2021-04-12 12:14:16 +02:00 |
exp.rs
|
exp.rs: factorial(): use precomputed factorial array
|
2021-09-21 23:14:42 +03:00 |
full_piv_lu.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
givens.rs
|
Fix some clippy warnings
|
2021-08-28 12:05:21 -04:00 |
hessenberg.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
householder.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
inverse.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
lu.rs
|
doc fix: QR -> LU
|
2021-12-22 19:10:55 +00:00 |
mod.rs
|
Add dedicated implementations of SVD for 2x2 and 3x3 real matrices.
|
2021-11-26 17:45:42 +01:00 |
permutation_sequence.rs
|
Implement the single-allocator-trait approach.
|
2021-08-02 18:41:46 +02:00 |
pow.rs
|
Fix Matrix::pow and make it work only with positive exponents
|
2021-12-30 23:03:43 +01:00 |
qr.rs
|
Add dedicated implementations of SVD for 2x2 and 3x3 real matrices.
|
2021-11-26 17:45:42 +01:00 |
schur.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
solve.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
svd.rs
|
Address review comments
|
2022-03-09 21:04:43 -05:00 |
svd2.rs
|
Fix the special-case for 3x3 Real SVD
|
2021-12-09 11:52:37 +01:00 |
svd3.rs
|
Fix the special-case for 3x3 Real SVD
|
2021-12-09 11:52:37 +01:00 |
symmetric_eigen.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
symmetric_tridiagonal.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |
udu.rs
|
Remove the Copy requirement from SimdRealField.
|
2021-08-04 17:34:25 +02:00 |