Skip to content
GitLab
Explore
Sign in
Commits · 00698a9a4a2e832ccfcdff1272074192c6e8eec9
faer-rs
Browse files
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
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
Loading