Skip to content
GitLab
Explore
Sign in
Commits · c056543df6941c504d2216664a29c4e8a93239ca
faer-rs
Browse files
Oct 04, 2023
rename fill methods
· c056543d
sarah
authored
Oct 04, 2023
c056543d
Pod refactor (#67)
· 0da1d5ce
sarah
authored
Oct 04, 2023
0da1d5ce
Remomve column names from function signature (#66)
· 44d4f8de
matt
authored
Oct 04, 2023
44d4f8de
Sep 22, 2023
add faer to justfile publish recipe
· 0f0fada6
sarah
authored
Sep 22, 2023
0f0fada6
Release 0.11.0
· bd0d3673
sarah
authored
Sep 22, 2023
bd0d3673
update readme/changelog
· 69b4292e
sarah
authored
Sep 22, 2023
69b4292e
qr lstsq implementation
· 182c4aa9
sarah
authored
Sep 22, 2023
182c4aa9
high level api
🎉
· ddb041c0
sarah
authored
Sep 21, 2023
ddb041c0
Sep 17, 2023
fix @geo-ant misspelling
· 47637f2d
sarah
authored
Sep 17, 2023
47637f2d
Release 0.10.0
· a88859c8
sarah
authored
Sep 17, 2023
a88859c8
0.10 changelog
· 9c5ace8c
sarah
authored
Sep 17, 2023
9c5ace8c
add functions for controlling global parallelism settings
· 62da92ca
sarah
authored
Sep 17, 2023
62da92ca
check for non finite inputs in svd/evd
· e94ea9a9
sarah
authored
Sep 17, 2023
e94ea9a9
document permutations
· 1d3dbf30
sarah
authored
Sep 17, 2023
1d3dbf30
add more ops for c32/c64/mat
· 9077683f
sarah
authored
Sep 17, 2023
9077683f
Sep 16, 2023
fix clippy warnings/errors
· 5245fba7
sarah
authored
Sep 16, 2023
5245fba7
replace heap allocations with stack allocated matrix in triangular multiplication
· ca71ff8d
sarah
authored
Sep 16, 2023
ca71ff8d
panic docs and rank-deficiency robustness for fullpivlu and colpivqr
· e811fa83
sarah
authored
Sep 16, 2023
e811fa83
Sep 15, 2023
provide api with default epsilon value when possible
· 95c0a236
sarah
authored
Sep 15, 2023
95c0a236
Sep 13, 2023
add MatRef|MatMut::from_*_slice
· 56d8f23b
sarah
authored
Sep 13, 2023
56d8f23b
add crate level docs for faer-core, impl col_ref/col_mut for Mat
· 752a5e34
sarah
authored
Sep 13, 2023
752a5e34
Sep 12, 2023
document the user-facing api of faer-core
· 2ecb1ba1
sarah
authored
Sep 12, 2023
2ecb1ba1
Jul 12, 2023
handle over/underflow in svd and complex inv
· 91beda53
sarah
authored
Jul 12, 2023
91beda53
handle underflow in make_householder_in_place
· 66d7c8f6
sarah
authored
Jul 12, 2023
66d7c8f6
Jul 03, 2023
Implement MulAssign<T> for Mat and MatMul (#49)
· 663f2e18
Daniel Duque
authored
Jul 03, 2023
663f2e18
Jun 15, 2023
Matrix Addition and Subtraction (#42)
· 000506c1
Geo
authored
Jun 15, 2023
000506c1
May 17, 2023
fix bytemuck cast with wrong size in colpiv QR
· 919317f3
sarah
authored
May 17, 2023
919317f3
May 16, 2023
fix complex gemm for small matrices
· 778b9829
sarah
authored
May 16, 2023
778b9829
update bench results
· 0bf56ba3
sarah
authored
May 16, 2023
0bf56ba3
more speedups for small matrices
· 28ee2a3e
sarah
authored
May 16, 2023
28ee2a3e
fix conjugate householder apply
· a625a57d
sarah
authored
May 16, 2023
a625a57d
speed up small matrix decompositions
· 43656bf6
sarah
authored
May 16, 2023
43656bf6
May 13, 2023
add 0.9 changelog
· 13b63051
sarah
authored
May 13, 2023
13b63051
Release 0.9.1
· 11042c48
sarah
authored
May 13, 2023
11042c48
update readme
· cec6f30e
sarah
authored
May 13, 2023
cec6f30e
add evd docs
· d82c84cb
sarah
authored
May 13, 2023
d82c84cb
Release 0.9.0
· d40ea8b5
sarah
authored
May 13, 2023
d40ea8b5
May 11, 2023
fix edge case in complex square root
· 4c22a841
sarah
authored
May 11, 2023
4c22a841
May 10, 2023
change < to <=
· 0d05856c
sarah
authored
May 10, 2023
0d05856c
less aggressive early deflation
· 44ba3aa1
sarah
authored
May 10, 2023
44ba3aa1
Loading