nalgebra/src/linalg
Sébastien Crozet 12cd98ad64
Merge pull request #1199 from utilForever/dev
Correct minor typos
2023-04-07 16:19:31 +02:00
..
balancing.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
bidiagonal.rs Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
cholesky.rs Merge pull request #1192 from fortify-iq/ln-determinant 2023-01-14 14:41:57 +01:00
col_piv_qr.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
convolution.rs Remove unnecessary parentheses 2023-03-06 23:41:04 +01: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 Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
exp.rs exp.rs: factorial(): use precomputed factorial array 2021-09-21 23:14:42 +03:00
full_piv_lu.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
givens.rs Fix some clippy warnings 2021-08-28 12:05:21 -04:00
hessenberg.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
householder.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
inverse.rs Slightly change comment wording. 2023-01-14 12:02:37 +01:00
lu.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01: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 Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
pow.rs Fix Matrix::pow and make it work only with positive exponents 2021-12-30 23:03:43 +01:00
qr.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
schur.rs Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
solve.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
svd.rs fix: Correct minor typos 2023-02-01 15:48:06 +09: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