Skip to content
GitLab
Explore
Sign in
Commits · 34c7de3e54f0997b9093d3da08fbf6f483568809
faer-rs
Browse files
Nov 26, 2022
add qr params, add eigen benches
· 34c7de3e
sarah
authored
Nov 26, 2022
34c7de3e
Nov 25, 2022
tweak qr settings
· 006b1c77
sarah
authored
Nov 25, 2022
006b1c77
vectorize no pivoting qr
· aebf12d0
sarah
authored
Nov 25, 2022
aebf12d0
add thin qr benches
· 8f5459a8
sarah
authored
Nov 25, 2022
8f5459a8
remove unused code
· bb764ea4
sarah
authored
Nov 25, 2022
bb764ea4
Merge pull request #3 from sarah-ek/qr_dynamic
· 6a11e5ef
sarah
authored
Nov 25, 2022
6a11e5ef
split up tasks based on thread count
· c9c61078
sarah
authored
Nov 25, 2022
c9c61078
try splitting up the work by blocks
· 003d964d
sarah
authored
Nov 25, 2022
003d964d
Nov 24, 2022
add qr benches
· b9175628
sarah
authored
Nov 24, 2022
b9175628
speed up householder qr
· f76d0ee9
sarah
authored
Nov 24, 2022
f76d0ee9
improve handling of row major matrices in full pivoting LU
· 295cc883
sarah
authored
Nov 24, 2022
295cc883
update readme
· 2754910a
sarah
authored
Nov 24, 2022
2754910a
add cholesky benchmarks
· 55680c31
sarah
authored
Nov 24, 2022
55680c31
document cholesky module
· 072456c2
sarah
authored
Nov 24, 2022
072456c2
Nov 23, 2022
bump gemm version
· a08013fd
sarah
authored
Nov 23, 2022
a08013fd
fix typo
· b5547419
sarah
authored
Nov 23, 2022
b5547419
cholesky benches
· 7cc5b670
sarah
authored
Nov 23, 2022
7cc5b670
increase benchmark time
· 9a284ac0
sarah
authored
Nov 23, 2022
9a284ac0
rework benchmark
· d267492c
sarah
authored
Nov 23, 2022
d267492c
add matrix inverse benches
· 2d5725cb
sarah
authored
Nov 23, 2022
2d5725cb
add inverse benches
· c8479201
sarah
authored
Nov 23, 2022
c8479201
docs and bump version
· 58fbc405
sarah
authored
Nov 23, 2022
58fbc405
document lu module
· f33853cc
sarah
authored
Nov 23, 2022
f33853cc
lu benches
· 7cf29cec
sarah
authored
Nov 23, 2022
7cf29cec
lu implementation
· 161c8148
sarah
authored
Nov 23, 2022
161c8148
update readme with tr_inverse benches
· 703aba74
sarah
authored
Nov 23, 2022
703aba74
triangular inverse
· 81b92e17
sarah
authored
Nov 23, 2022
81b92e17
implement triangular inverse
· e0b48014
sarah
authored
Nov 23, 2022
e0b48014
Nov 22, 2022
enable overflow checks during testing
· 967dd464
sarah
authored
Nov 22, 2022
967dd464
implement optimized full pivoting lu for f32
· 1dd11658
sarah
authored
Nov 22, 2022
1dd11658
fix full pivoting lu for row major inputs
· db026905
sarah
authored
Nov 22, 2022
db026905
lu matrix reconstruction
· ed1fa00a
sarah
authored
Nov 22, 2022
ed1fa00a
reorganize lu module
· a7adac5c
sarah
authored
Nov 22, 2022
a7adac5c
lu solve_transpose
· 80c05071
sarah
authored
Nov 22, 2022
80c05071
[wip] LU solve
· 6b024049
sarah
authored
Nov 22, 2022
6b024049
start implementing LU solve
· aca16675
sarah
authored
Nov 22, 2022
aca16675
factor out col/row swapping code
· ec7232e0
sarah
authored
Nov 22, 2022
ec7232e0
fill up cargo.toml
· 653fe7e1
sarah
authored
Nov 22, 2022
653fe7e1
fill up cargo.toml files
· 12ed93b1
sarah
authored
Nov 22, 2022
12ed93b1
add trsm benches
· 61f2466b
sarah
authored
Nov 22, 2022
61f2466b
Loading