Skip to content
GitLab
Explore
Sign in
Commits · 295cc88347bdce8ecb043f42cab57290e5f744c6
faer-rs
Browse files
Nov 24, 2022
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
Update README.md
· db2e0583
sarah
authored
Nov 22, 2022
db2e0583
Nov 21, 2022
Update README.md
· af36dd30
sarah
authored
Nov 21, 2022
af36dd30
setup cargo.toml for publishing
· c80d574b
sarah
authored
Nov 21, 2022
c80d574b
Update README.md
· 371f7bec
sarah
authored
Nov 21, 2022
371f7bec
Update README.md
· 3f727eb9
sarah
authored
Nov 21, 2022
3f727eb9
Create LICENSE
· ab97fee9
sarah
authored
Nov 21, 2022
ab97fee9
Update README.md
· e75b2e02
sarah
authored
Nov 21, 2022
e75b2e02
readme
· 88c427b8
sarah
authored
Nov 21, 2022
88c427b8
start working on benches
· fa4c3afc
sarah
authored
Nov 21, 2022
fa4c3afc
core: docs
· be2fe69e
sarah
authored
Nov 21, 2022
be2fe69e
Loading