Skip to content
GitLab
Explore
Sign in
Commits · d17101539831ba3427679ee7fbc6c8006ea7bf31
faer-rs
Browse files
Feb 08, 2024
impl blocking for hessenberg reduction
· d1710153
sarah
authored
Feb 08, 2024
d1710153
Feb 07, 2024
document sorting requirements
· 36e15b91
sarah
authored
Feb 07, 2024
36e15b91
credit sort code
· 605fd483
sarah
authored
Feb 07, 2024
605fd483
impl in place sparse matrix sort
· fca38f9a
sarah
authored
Feb 07, 2024
fca38f9a
Feb 06, 2024
write more docs
· e2964b80
sarah
authored
Feb 06, 2024
e2964b80
Feb 05, 2024
impl Sparse[Col|Row]MatMut, Sparse[Col|Row]Mat, with constructors from triplets
· 47f1f2bb
sarah
authored
Feb 05, 2024
47f1f2bb
Feb 04, 2024
user guide
· 452dd0bb
sarah
authored
Feb 04, 2024
452dd0bb
book: more matmul stuff
· 7a29e741
sarah
authored
Nov 25, 2023
7a29e741
book: simd
· 5c44f2d4
sarah
authored
Nov 18, 2023
5c44f2d4
book: matmul
· 99dff64a
sarah
authored
Nov 18, 2023
99dff64a
more book
· 7babb987
sarah
authored
Nov 17, 2023
7babb987
start working on dev guide
· 12a71b98
sarah
authored
Nov 17, 2023
12a71b98
Feb 03, 2024
elide bound checks in sparse triangular solve
· 97fbe572
sarah
authored
Feb 03, 2024
97fbe572
rename anon impl namespaces to _
· bad8b516
sarah
authored
Feb 03, 2024
bad8b516
re-export submodules
· d77f7113
sarah
authored
Feb 03, 2024
d77f7113
impl GenericMatrix for sparse matrices
· f0e29e93
sarah
authored
Feb 03, 2024
f0e29e93
fix no_std and sum impl alignment variability
· f4738193
sarah
authored
Feb 03, 2024
f4738193
Sum impl (#93)
· 6ca9fb6e
Ed Younis
authored
Feb 02, 2024
6ca9fb6e
Num traits for complex native (#92)
· 99a2c214
Ed Younis
authored
Feb 02, 2024
99a2c214
Dec 08, 2023
fix not_code docs
· 50affce6
sarah
authored
Dec 08, 2023
50affce6
0.16 changelog
· 420200bc
sarah
authored
Dec 08, 2023
420200bc
Release 0.16.0
· 8979ac2b
sarah
authored
Dec 08, 2023
8979ac2b
Dec 02, 2023
specify path
· c24afcfe
sarah
authored
Dec 02, 2023
c24afcfe
bump dbgf version
· ce56c28f
sarah
authored
Dec 02, 2023
ce56c28f
high level sparse api
· 67adf051
sarah
authored
Dec 02, 2023
67adf051
Nov 30, 2023
added indexing for Col/Row
· 2e65ee80
matt s
authored
Dec 01, 2023
2e65ee80
switch from assert2 to equator
· 6a882d5f
sarah
authored
Nov 30, 2023
6a882d5f
Nov 29, 2023
impl sparse wrappers
· d1069076
sarah
authored
Nov 29, 2023
d1069076
simplicial lu and qr wrapper
· 3af1a530
sarah
authored
Nov 29, 2023
3af1a530
Nov 28, 2023
fix sparse lu bug
· a4c6ad91
sarah
authored
Nov 28, 2023
a4c6ad91
impl simplicial qr
· 23dbb3cc
sarah
authored
Nov 28, 2023
23dbb3cc
Nov 26, 2023
impl sparse qr solve in place
· b298dba6
sarah
authored
Nov 27, 2023
b298dba6
Nov 25, 2023
bug fixes
· e8eba04d
sarah
authored
Nov 25, 2023
e8eba04d
Nov 17, 2023
inline(always) workaround for target_feature bug
· b48565ee
sarah
authored
Nov 17, 2023
b48565ee
fix bench build. credit to @lishen_
· 5d99ed12
sarah
authored
Nov 17, 2023
5d99ed12
Nov 14, 2023
fix up paper
· f9362322
sarah
authored
Nov 14, 2023
f9362322
lowercase faer
· b4afdaf7
sarah
authored
Nov 14, 2023
b4afdaf7
upload joss paper draft
· acc1fd15
sarah
authored
Nov 14, 2023
acc1fd15
Nov 13, 2023
update changelog
· ca2aa6c7
sarah
authored
Nov 13, 2023
ca2aa6c7
Release 0.15.0
· 476cddf3
sarah
authored
Nov 13, 2023
476cddf3
Loading