Skip to content
GitLab
Explore
Sign in
Commits · ca2aa6c7d032c957a111bddccdacf87789327d82
faer-rs
Browse files
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
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
Loading