Skip to content
GitLab
Explore
Sign in
Commits · a8b7a3353115ea09728568afa8ee0dc07f73e370
faer-rs
Browse files
Oct 20, 2023
remove unused import
· a8b7a335
sarah
authored
Oct 20, 2023
a8b7a335
add checked permutation creation
· 2a165c5f
sarah
authored
Oct 20, 2023
2a165c5f
upgrade pulp
· 210e6726
sarah
authored
Oct 20, 2023
210e6726
disable vectorization for fullpiv lu on aarch64
· 0ecff5c2
sarah
authored
Oct 20, 2023
0ecff5c2
Oct 19, 2023
add docs for Side
· 552d01dc
sarah
authored
Oct 20, 2023
552d01dc
move some sparse stuff to core module
· a74111aa
sarah
authored
Oct 20, 2023
a74111aa
Oct 17, 2023
bump patch version
· 36911e7c
sarah
authored
Oct 17, 2023
36911e7c
Release 0.13.5
· d8f98388
sarah
authored
Oct 17, 2023
d8f98388
update justfile and correct msrv
· b71dc00b
sarah
authored
Oct 17, 2023
b71dc00b
update workflow
· a8aebc24
sarah
authored
Oct 17, 2023
a8aebc24
update workflow
· f7cda1e3
sarah
authored
Oct 17, 2023
f7cda1e3
update path to README
· c32b3cc7
sarah
authored
Oct 17, 2023
c32b3cc7
update github workflows
· 5b91d958
sarah
authored
Oct 17, 2023
5b91d958
split up faer-entity and faer-bench from the workspace
· aa1d3258
sarah
authored
Oct 17, 2023
aa1d3258
separate rust versions for lib and tests
· 8a458359
sarah
authored
Oct 17, 2023
8a458359
set msrv policy
· 5d1a20c0
sarah
authored
Oct 17, 2023
5d1a20c0
allow for a msrv of 1.67.0
· d90aaa26
sarah
authored
Oct 17, 2023
d90aaa26
bump patch version
· bb6f7d17
sarah
authored
Oct 17, 2023
bb6f7d17
Release 0.13.4
· 183e07ea
sarah
authored
Oct 17, 2023
183e07ea
Release 0.13.3
· 72bc95f5
sarah
authored
Oct 17, 2023
72bc95f5
fix off-by-one error in complex lahqr
· 0fd2fbd7
sarah
authored
Oct 17, 2023
0fd2fbd7
Oct 16, 2023
fix sparse regularization test
· 11e2b856
sarah
authored
Oct 16, 2023
11e2b856
Release 0.13.2
· 078a0b05
sarah
authored
Oct 16, 2023
078a0b05
Release 0.13.1
· 0287d6e8
sarah
authored
Oct 16, 2023
0287d6e8
flip delta and epsilon in regularization
· 77c2c536
sarah
authored
Oct 16, 2023
77c2c536
Release 0.13.1
· 47941409
sarah
authored
Oct 16, 2023
47941409
enable rayon by default in faer
· a0ac32bd
sarah
authored
Oct 16, 2023
a0ac32bd
Release 0.13.0
· 39b7e884
sarah
authored
Oct 16, 2023
39b7e884
implement bunch-kaufman cholesky
· 8d720c10
sarah
authored
Oct 16, 2023
8d720c10
Oct 15, 2023
upgrade deps
· 6064bbd4
sarah
authored
Oct 15, 2023
6064bbd4
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
Loading