Skip to content
GitLab
Explore
Sign in
Commits · 63679ecfd888d178d7381225be3fe4c13fddd908
faer-rs
Browse files
Nov 27, 2022
core: simplify uninit mat macro implementation
· 63679ecf
sarah
authored
Nov 27, 2022
63679ecf
optimize row permutation for row major matrices
· ffd192d1
sarah
authored
Nov 27, 2022
ffd192d1
core: promote debug assert in swap_cols
· 09d0e47d
sarah
authored
Nov 27, 2022
09d0e47d
update benches
· 6db6dca9
sarah
authored
Nov 27, 2022
6db6dca9
update benches
· c9366e78
sarah
authored
Nov 27, 2022
c9366e78
Nov 26, 2022
Merge pull request #8 from oojo12/main
· 4156e712
sarah
authored
Nov 26, 2022
4156e712
Create issue templates
· a3e926ea
Femi
authored
Nov 26, 2022
a3e926ea
add contributing section
· 5a9e3074
sarah
authored
Nov 26, 2022
5a9e3074
add parallel helpers
· 23ca870f
sarah
authored
Nov 26, 2022
23ca870f
more accurate benches
· 494ebd85
sarah
authored
Nov 26, 2022
494ebd85
fix eigen benches
· bfe97ba0
sarah
authored
Nov 26, 2022
bfe97ba0
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
Loading