Skip to content
GitLab
Explore
Sign in
Commits · 51e9f02d8ab2ddbc177ded7108753dd6fadf2815
faer-rs
Browse files
Oct 15, 2023
use libm sqrt in no_std mode
· 51e9f02d
sarah
authored
Oct 15, 2023
51e9f02d
use libm sqrt in no_std mode
· b1938f45
sarah
authored
Oct 15, 2023
b1938f45
use libm abs in no_std mode
· 80b7ce60
sarah
authored
Oct 15, 2023
80b7ce60
use libm abs and sqrt in no_std mode
· 740e8c92
sarah
authored
Oct 15, 2023
740e8c92
disable optional features in log crate
· 26b2a6b8
sarah
authored
Oct 15, 2023
26b2a6b8
add optional perf warnings
· 1faaa74d
sarah
authored
Oct 15, 2023
1faaa74d
add IntoFaerComplex to prelude
· ed8c2320
sarah
authored
Oct 15, 2023
ed8c2320
add conversion functions for complex matrices
· 1844f485
sarah
authored
Oct 15, 2023
1844f485
use higher rank associated types instead of gats (#76)
· 8c969f83
sarah
authored
Oct 15, 2023
8c969f83
Oct 14, 2023
optimize evd by transposing (quasi) upper triangular matrix before using it
· ed9f95a8
sarah
authored
Oct 14, 2023
ed9f95a8
upgrade dyn-stack (#75)
· 39507ad1
sarah
authored
Oct 14, 2023
39507ad1
Oct 13, 2023
rename simd_conj_mul_adde
· 4690f084
sarah
authored
Oct 14, 2023
4690f084
prefix entity/complexfield/realfield methods with faer_ (#74)
· c0e977cc
sarah
authored
Oct 13, 2023
c0e977cc
upgrade gemm
· 0ed94956
sarah
authored
Oct 13, 2023
0ed94956
optional no std/rayon (#73)
· 0b5d090d
sarah
authored
Oct 13, 2023
0b5d090d
Sparse cholesky (#72)
· 22daf13c
sarah
authored
Oct 13, 2023
22daf13c
Oct 05, 2023
implement dynamic regularization in llt and ldlt
· c7d48c6f
sarah
authored
Oct 05, 2023
c7d48c6f
Release 0.12.0
· 14b17b68
sarah
authored
Oct 05, 2023
14b17b68
prepare docs and changelog for 0.12
· 79e4e635
sarah
authored
Oct 05, 2023
79e4e635
define scalar simd api
· 03bd5754
sarah
authored
Oct 05, 2023
03bd5754
re-export MatRef and MatMut in faer
· 6305e8d8
sarah
authored
Oct 05, 2023
6305e8d8
iterators and parallel iterators
· 244415d5
sarah
authored
Oct 05, 2023
244415d5
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
Loading