nalgebra/src/linalg
Pavel Kučera 201ec1dd7f
Update inverse.rs - improved code doc try_inverse_mut
The "and leaves `self` untouched" part of the code doc was wrong. Self may be modified before early false return.
2024-05-23 09:50:21 +02:00
..
balancing.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
bidiagonal.rs Check norm_squared instead of mangnitude. 2023-11-12 23:12:52 +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 spelling in givens.rs 2023-11-09 00:48:13 +01:00
hessenberg.rs Use view* instead of slice* methods in src/ 2022-11-14 14:14:42 +01:00
householder.rs Fix numerical issue on SVD with near-identity matrix (#1369) 2024-03-28 15:26:11 +01:00
inverse.rs Update inverse.rs - improved code doc try_inverse_mut 2024-05-23 09:50:21 +02: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 Clippy Warnings (#1300) 2023-12-16 13:54:38 -08:00
svd3.rs clippy: Fix needless_borrow warnings. 2023-08-19 00:36:24 +07:00
symmetric_eigen.rs Fix type inference error in tests on rustc beta 2024-03-22 12:36:59 -07: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