Skip to content
GitLab
Explore
Sign in
Commits · 23dbb3cc350492a43e87552302ae3588041224de
faer-rs
Browse files
Nov 28, 2023
impl simplicial qr
· 23dbb3cc
sarah
authored
Nov 28, 2023
23dbb3cc
Nov 26, 2023
impl sparse qr solve in place
· b298dba6
sarah
authored
Nov 27, 2023
b298dba6
Nov 25, 2023
bug fixes
· e8eba04d
sarah
authored
Nov 25, 2023
e8eba04d
Nov 17, 2023
inline(always) workaround for target_feature bug
· b48565ee
sarah
authored
Nov 17, 2023
b48565ee
fix bench build. credit to @lishen_
· 5d99ed12
sarah
authored
Nov 17, 2023
5d99ed12
Nov 14, 2023
fix up paper
· f9362322
sarah
authored
Nov 14, 2023
f9362322
lowercase faer
· b4afdaf7
sarah
authored
Nov 14, 2023
b4afdaf7
upload joss paper draft
· acc1fd15
sarah
authored
Nov 14, 2023
acc1fd15
Nov 13, 2023
update changelog
· ca2aa6c7
sarah
authored
Nov 13, 2023
ca2aa6c7
Release 0.15.0
· 476cddf3
sarah
authored
Nov 13, 2023
476cddf3
workaround for rust 1.67.0
· db1fc06c
sarah
authored
Nov 13, 2023
db1fc06c
sparse lu/qr [wip], norm_max, norm_l2, more stuff that i forgot
· f030633f
sarah
authored
Nov 13, 2023
f030633f
[wip] sparse lu and qr impl
· 0432dc1f
sarah
authored
Nov 03, 2023
0432dc1f
Oct 23, 2023
fix doc comment
· 18d84fed
sarah
authored
Oct 23, 2023
18d84fed
bump patch version
· 2aef5899
sarah
authored
Oct 23, 2023
2aef5899
Release 0.14.1
· 4e8428ff
sarah
authored
Oct 23, 2023
4e8428ff
Oct 22, 2023
add missing PortableSimd to internal Double<f64>
· 222d8eef
sarah
authored
Oct 22, 2023
222d8eef
add faer-sparse to justfile
· d0d7bd2d
sarah
authored
Oct 22, 2023
d0d7bd2d
update changelog and readme
· 1c33e9e4
sarah
authored
Oct 22, 2023
1c33e9e4
Release 0.14.0
· 15043e84
sarah
authored
Oct 22, 2023
15043e84
add portable simd to faer-entity
· c356c377
sarah
authored
Oct 22, 2023
c356c377
write docs for sparse stuff
· 2be39dde
sarah
authored
Oct 22, 2023
2be39dde
implement supernodal llt
· a7264819
sarah
authored
Oct 22, 2023
a7264819
use consistent <I, E> order
· 512d0802
sarah
authored
Oct 22, 2023
512d0802
fuse permutations when possible
· 6055ddb4
sarah
authored
Oct 22, 2023
6055ddb4
supernodal intranode bunch kaufman
· 5ae210b2
sarah
authored
Oct 22, 2023
5ae210b2
Oct 21, 2023
stabilize faer-sparse
· fa9e1003
sarah
authored
Oct 21, 2023
fa9e1003
implement thin qr
· 080e473f
sarah
authored
Oct 21, 2023
080e473f
permutation syntax sugar
· 6b40cd02
sarah
authored
Oct 21, 2023
6b40cd02
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
Loading