Skip to content
GitLab
Explore
Sign in
Commits · ebaca0a258961b5f15b311f020bf76af077c5542
faer-rs
Browse files
Oct 16, 2022
[wip] lu factorization
· ebaca0a2
sarah
authored
Oct 16, 2022
ebaca0a2
Oct 14, 2022
remove complex stuff
· 4fb99efe
sarah
authored
Oct 14, 2022
4fb99efe
Oct 11, 2022
perf improvements, complex mul, positive cholesky
· 03d2ae6f
sarah
authored
Oct 12, 2022
03d2ae6f
Oct 10, 2022
fmt
· 94ed528e
sarah
authored
Oct 10, 2022
94ed528e
compute ldl decomposition
· 9bec7cb7
sarah
authored
Oct 10, 2022
9bec7cb7
zip utilities in core
· 17eae5a6
sarah
authored
Oct 10, 2022
17eae5a6
Oct 09, 2022
split up code into crates
· 38f47b07
sarah
authored
Oct 10, 2022
38f47b07
cholesky row/col insertion
· d0aaf4d7
sarah
authored
Oct 09, 2022
d0aaf4d7
implement cholesky deletion
· d326df78
sarah
authored
Oct 09, 2022
d326df78
Oct 08, 2022
implement cholesky update
· 45480bcf
sarah
authored
Oct 08, 2022
45480bcf
Oct 07, 2022
cholesky solve, permute
· 37be3cda
sarah
authored
Oct 07, 2022
37be3cda
Oct 05, 2022
implement triangular products
· a959560c
sarah
authored
Oct 06, 2022
a959560c
Oct 03, 2022
implement cholesky
· 95c7b2d5
sarah
authored
Oct 03, 2022
95c7b2d5
Jun 14, 2022
simplify matrix macro implementation
· 3e3f4c8b
sarah
authored
Jun 14, 2022
3e3f4c8b
implement matrix macro, impl Default for Matrix
· 004fe27d
sarah
authored
Jun 14, 2022
004fe27d
implement matrix resize
· dd83c292
sarah
authored
Jun 14, 2022
dd83c292
internal comments
· c34ed0b5
sarah
authored
Jun 14, 2022
c34ed0b5
add zst test, remove unused test
· 017e8d64
sarah
authored
Jun 14, 2022
017e8d64
document unsafety
· d405efe6
sarah
authored
Jun 14, 2022
d405efe6
Jun 13, 2022
initial commit: matrix views and wip owning matrix
· 59bdb168
sarah
authored
Jun 14, 2022
59bdb168
Loading