Skip to content
GitLab
Explore
Sign in
Commits · 6d54172070ad77fed2d52a8dd33a867ccae488b7
faer-rs
Browse files
Apr 03, 2023
don't impl Copy for iterators
· 6d541720
sarah
authored
Apr 04, 2023
6d541720
update benches
· 9749d68d
sarah
authored
Apr 04, 2023
9749d68d
vectorize unblocked kernels for f32,f64,c32,c64
· b94c7e12
sarah
authored
Apr 03, 2023
b94c7e12
Apr 02, 2023
replace temp_mat macros with functions
· d437208e
sarah
authored
Apr 02, 2023
d437208e
fix some clippy warnings
· f3edc425
sarah
authored
Apr 02, 2023
f3edc425
refactor complexfield trait
· b0327b0e
sarah
authored
Apr 02, 2023
b0327b0e
Apr 01, 2023
0.6.0
· 990ca6a9
sarah
authored
Apr 01, 2023
990ca6a9
Mar 31, 2023
support complex svd, improve perf of thin svd
· 9c696940
sarah
authored
Mar 31, 2023
9c696940
Mar 30, 2023
avoid using placeholder stack so as not to overallocate memory and crash the CI
· 8efa08a2
sarah
authored
Mar 30, 2023
8efa08a2
stack overflow workaround
· 13f8185f
sarah
authored
Mar 30, 2023
13f8185f
fix edge case in complex inverse, shrink scope of simd dispatching
· 825bd6c1
sarah
authored
Mar 30, 2023
825bd6c1
Mar 29, 2023
upgrade deps
· 23a63c3f
sarah
authored
Mar 29, 2023
23a63c3f
Mar 26, 2023
add svd section to readme
· d525cbc3
sarah
authored
Mar 26, 2023
d525cbc3
bump package versions
· 4a57173e
sarah
authored
Mar 26, 2023
4a57173e
add svd docs
· b6b65484
sarah
authored
Mar 26, 2023
b6b65484
add license to subdirectories
· 0f592693
sarah
authored
Mar 26, 2023
0f592693
update ndarray bench to use divide-conquer svd
· eb3f0db4
sarah
authored
Mar 26, 2023
eb3f0db4
implement real svd (#19)
· f8c5c244
sarah
authored
Mar 26, 2023
f8c5c244
Jan 01, 2023
bidiagonalization (#18)
· 15204649
sarah
authored
Jan 01, 2023
15204649
Dec 10, 2022
bump minor version
· de67b398
sarah
authored
Dec 10, 2022
de67b398
official website link
· 26524384
sarah
authored
Dec 10, 2022
26524384
make ComplexField easier to work with in generic code
· b9ae6f6f
sarah
authored
Dec 10, 2022
b9ae6f6f
add params to qr compute
· 46ca27bd
sarah
authored
Dec 10, 2022
46ca27bd
add in_place suffix to householder functions
· 7f33329a
sarah
authored
Dec 10, 2022
7f33329a
use dev build for incremental compilation
· 13a2291a
sarah
authored
Dec 10, 2022
13a2291a
Dec 09, 2022
fix typo in example
· 47ad3a6c
sarah
authored
Dec 09, 2022
47ad3a6c
add example to qr module
· 7ebadefb
sarah
authored
Dec 09, 2022
7ebadefb
document qr module
· 79f64229
sarah
authored
Dec 09, 2022
79f64229
refactor householder module
· 6ecde5f3
sarah
authored
Dec 09, 2022
6ecde5f3
Dec 08, 2022
implement reconstruct, inverse and solve functions
· 6d2ecce7
sarah
authored
Dec 08, 2022
6d2ecce7
implement Mul from the other side
· 1cca1c48
sarah
authored
Dec 08, 2022
1cca1c48
implement Mul for scalar multiplication operations
· 2372d1d1
sarah
authored
Dec 08, 2022
2372d1d1
make colpiv qr blocked
· d97ed1d8
sarah
authored
Dec 08, 2022
d97ed1d8
Dec 07, 2022
implement nopiv qr functions
· 53e3c0b7
sarah
authored
Dec 07, 2022
53e3c0b7
Dec 06, 2022
simplify add/sub implementations
· f4949d09
sarah
authored
Dec 06, 2022
f4949d09
ensure Complex and ComplexConj have the same layout
· 4c7fe04b
sarah
authored
Dec 06, 2022
4c7fe04b
lazy conjugation, more ops
· 810008a2
sarah
authored
Dec 06, 2022
810008a2
refactor block QR, conjugate and sqrt
· e860aaff
sarah
authored
Dec 06, 2022
e860aaff
Dec 05, 2022
refactor qr with new algorithm
· 4ce34f2a
sarah
authored
Dec 05, 2022
4ce34f2a
Dec 03, 2022
rename some functions
· 84ecd23a
sarah
authored
Dec 03, 2022
84ecd23a
Loading