Skip to content
GitLab
Explore
Sign in
Commits · ops-edit
faer-rs
Browse files
Mar 05, 2024
Change of ternary_op_assign_into to assign not just to the first column.
· d1140254
Jon Lachmann
authored
Mar 05, 2024
d1140254
Mar 04, 2024
bump minor version
· 12b595e6
sarah
authored
Mar 04, 2024
12b595e6
bump minor version
· 7ac52401
sarah
authored
Mar 04, 2024
7ac52401
use panic instead of assert for better codegen
· 4c3db188
sarah
authored
Mar 04, 2024
4c3db188
update Cargo.toml
· 715d1f0b
sarah
authored
Mar 04, 2024
715d1f0b
Mar 03, 2024
fix no_std build
· 8c6081f5
sarah
authored
Mar 04, 2024
8c6081f5
reorganize readme
· 4b22751a
sarah
authored
Mar 04, 2024
4b22751a
prepare for 0.18 release
· 6f3ec4a0
sarah
authored
Mar 04, 2024
6f3ec4a0
Mar 02, 2024
only read the lower triangular part of A_lower in sparse cholesky, impl l_[transpose_]solve
· 854e1648
sarah
authored
Mar 02, 2024
854e1648
Mar 01, 2024
thin svd pseudoinverse
· d5705cb6
sarah
authored
Mar 01, 2024
d5705cb6
optimize pseudoinverse
· 1676da9a
sarah
authored
Mar 01, 2024
1676da9a
svd: add pseudo_inverse computation (#106)
· d3cb2f69
aentity
authored
Feb 29, 2024
d3cb2f69
Feb 29, 2024
add low level sparse cholesky examples
· a990eb35
sarah
authored
Feb 29, 2024
a990eb35
add FIXME note for sparse triangular solve
· 0c0cfade
sarah
authored
Feb 29, 2024
0c0cfade
support duplicate entries in amd
· 3db95f85
sarah
authored
Feb 29, 2024
3db95f85
rename column_counts_aat to column_counts_ata
· 79e052c7
sarah
authored
Feb 29, 2024
79e052c7
fix broken doc links
· 8d7b1ee1
sarah
authored
Feb 29, 2024
8d7b1ee1
document sparse lu module
· ec32eb25
sarah
authored
Feb 29, 2024
ec32eb25
Feb 28, 2024
document sparse qr module
· c7081080
sarah
authored
Feb 28, 2024
c7081080
document sparse cholesky module
· 6f0006ed
sarah
authored
Feb 28, 2024
6f0006ed
add rand support
· b62d42f5
sarah
authored
Feb 28, 2024
b62d42f5
Feb 27, 2024
add deprecated aliases for partial backwards compatibility
· 84c0e26b
sarah
authored
Feb 27, 2024
84c0e26b
fix memory leak and impl sparse-sparse matmul
· 57b41342
sarah
authored
Feb 27, 2024
57b41342
Feb 26, 2024
fix compiler warnings for redundant imports
· 5210b568
sarah
authored
Feb 26, 2024
5210b568
impl {for_each,map}_with_index
· fe18869b
sarah
authored
Feb 26, 2024
fe18869b
fix bench build
· ccbc3a4b
sarah
authored
Feb 26, 2024
ccbc3a4b
fix test build
· 269df4cb
sarah
authored
Feb 26, 2024
269df4cb
clarify docs for try_as_uninit_slice_mut
· 15b6968c
sarah
authored
Feb 26, 2024
15b6968c
impl try_as_slice for owned dense row/col
· 23f89244
sarah
authored
Feb 26, 2024
23f89244
impl try_as_slice for dense row/col
· 7022af4a
sarah
authored
Feb 26, 2024
7022af4a
impl to_sorted for sparse matrices
· a0f88717
sarah
authored
Feb 26, 2024
a0f88717
Feb 25, 2024
support duplicate entries in sparse matrices
· 00698a9a
sarah
authored
Feb 25, 2024
00698a9a
impl sort+dedup indices
· ac8f758b
sarah
authored
Feb 25, 2024
ac8f758b
impl to_dense for sparse matrices
· 371f55c8
sarah
authored
Feb 25, 2024
371f55c8
impl RowBatch
· c6bf6034
sarah
authored
Feb 25, 2024
c6bf6034
impl more norm functions
· 12ebf9cc
sarah
authored
Feb 25, 2024
12ebf9cc
colbatch bugfix
· 9fba472a
sarah
authored
Feb 25, 2024
9fba472a
accept columns as well as matrices in solve functions
· 24ac5648
sarah
authored
Feb 25, 2024
24ac5648
add citation
· 0e35b687
sarah
authored
Feb 25, 2024
0e35b687
evd perf improvements
· 6c6a5f99
sarah
authored
Feb 25, 2024
6c6a5f99
Loading