Skip to content
GitLab
Explore
Sign in
Commits · 6b0240494183225b48f90913df4c6aebf56ce1dd
faer-rs
Browse files
Nov 22, 2022
[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
Nov 20, 2022
start working on docs
· fe2f2675
sarah
authored
Nov 20, 2022
fe2f2675
faer: initial matrix struct
· 76d93a54
sarah
authored
Nov 20, 2022
76d93a54
upgrade dependencies
· 223fba5a
sarah
authored
Nov 20, 2022
223fba5a
Nov 19, 2022
add multithreading support to full piv lu
· 909ac110
sarah
authored
Nov 19, 2022
909ac110
colpiv qr multithreading tests
· e0b50ee0
sarah
authored
Nov 19, 2022
e0b50ee0
add col pivoting qr tests
· f849aee1
sarah
authored
Nov 19, 2022
f849aee1
[wip] col pivoting qr
· 78e9d717
sarah
authored
Nov 19, 2022
78e9d717
[wip] col pivoting qr
· ace925f0
sarah
authored
Nov 19, 2022
ace925f0
[wip] col pivoting qr
· 79d47cc3
sarah
authored
Nov 19, 2022
79d47cc3
[wip] col pivoting qr
· 1ad81403
sarah
authored
Nov 19, 2022
1ad81403
Nov 18, 2022
[wip] column pivoting qr
· b633579c
sarah
authored
Nov 18, 2022
b633579c
add num_threads parameter for rayon parallelism
· 6827f55f
sarah
authored
Nov 18, 2022
6827f55f
add qr benches
· 1c102590
sarah
authored
Nov 18, 2022
1c102590
Nov 17, 2022
update bench with qr
· 8bcb31a2
sarah
authored
Nov 17, 2022
8bcb31a2
Nov 16, 2022
fix qr for complex inputs
· 965c3d75
sarah
authored
Nov 16, 2022
965c3d75
Nov 15, 2022
fix core benches
· 9161a588
sarah
authored
Nov 15, 2022
9161a588
Nov 14, 2022
oops
· c46cc4cc
sarah
authored
Nov 14, 2022
c46cc4cc
update cholesky bench
· 40f6ab87
sarah
authored
Nov 14, 2022
40f6ab87
python benchmarks
· 1eeeaa3f
sarah
authored
Nov 14, 2022
1eeeaa3f
fix qr for real inputs
· c9e9bfc5
sarah
authored
Nov 14, 2022
c9e9bfc5
Nov 13, 2022
refactor lu module
· b1c2502b
sarah
authored
Nov 13, 2022
b1c2502b
Nov 12, 2022
fix llt for complex inputs
· de40dbf3
sarah
authored
Nov 12, 2022
de40dbf3
improve cholesky perf
· fe62b63c
sarah
authored
Nov 12, 2022
fe62b63c
speed up cholesky, fix benches
· 0466c476
sarah
authored
Nov 12, 2022
0466c476
Loading