Skip to content
GitLab
Explore
Sign in
Commits · 57b41342c873f215e963532e413bdc8198ae8479
faer-rs
Browse files
Feb 27, 2024
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
Feb 21, 2024
Monocrate refactor (#107)
· df623b6f
sarah
authored
Feb 21, 2024
df623b6f
Feb 18, 2024
Improved kron performance (#105)
· eed262e7
Ed Younis
authored
Feb 18, 2024
eed262e7
bump equator version
· ae8d5ef7
sarah
authored
Feb 18, 2024
ae8d5ef7
add funding file
· c70e7e42
sarah
authored
Feb 18, 2024
c70e7e42
reexport reborrow and dyn-stack
· 6c0f8baf
sarah
authored
Feb 18, 2024
6c0f8baf
reexport reborrow and dyn-stack
· 9741794c
sarah
authored
Feb 18, 2024
9741794c
Release 0.17.0
· 7208714d
sarah
authored
Feb 18, 2024
7208714d
prepare changelog for 0.17
· 40db26c0
sarah
authored
Feb 18, 2024
40db26c0
fill up docs, reexport macros and sparse stuff
· 47ff0a57
sarah
authored
Feb 18, 2024
47ff0a57
Feb 17, 2024
qol changes, implement concat! macro
· c8610c8f
sarah
authored
Feb 17, 2024
c8610c8f
Implemented Kroneckor Product (#103)
· e896f521
Ed Younis
authored
Feb 17, 2024
e896f521
Implemented As2D and As2DMut trait (#102)
· 21b7f147
Ed Younis
authored
Feb 17, 2024
21b7f147
extra convenience macros (#100)
· d52ae4f5
matt
authored
Feb 18, 2024
d52ae4f5
Feb 16, 2024
bugfix
· fa5e4866
sarah
authored
Feb 16, 2024
fa5e4866
Feb 12, 2024
add serde feature (#98)
· 00a664fe
Alexandra Østermark
authored
Feb 12, 2024
00a664fe
Feb 11, 2024
npy deserialization, cholesky error location
· 4ce8f940
sarah
authored
Feb 11, 2024
4ce8f940
reexport FaerError and Index
· ff226aaa
sarah
authored
Feb 11, 2024
ff226aaa
fix missing imports in tests
· 31552cb5
sarah
authored
Feb 11, 2024
31552cb5
impl more sparse matrix operations
· 35b4375a
sarah
authored
Feb 11, 2024
35b4375a
Feb 09, 2024
bidiag qr algorithm impl
· 8c3c1f74
sarah
authored
Feb 09, 2024
8c3c1f74
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
Loading