Skip to content
GitLab
Explore
Sign in
Commits · 5b91d9584d289ac4ee2c19b59c5ac7f1709fe46a
faer-rs
Browse files
Oct 17, 2023
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
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
Loading