issues
search
jdmoorman
/
kaczmarz-algorithms
Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
11
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump version: 0.8.0 → 0.8.1
#55
yotamyaniv
closed
2 years ago
0
Skm and friends
#54
jdmoorman
opened
2 years ago
0
Add two new variants.
#53
jdmoorman
closed
2 years ago
0
Bring back docs in tox.ini ghactions.
#52
jdmoorman
opened
2 years ago
0
Update _variants.py
#51
jdmoorman
closed
2 years ago
0
Optional tolerance
#50
EphesosX
closed
3 years ago
0
Parallel ortho update
#49
EphesosX
closed
3 years ago
0
use argument xk instead of self._xk
#48
EphesosX
closed
3 years ago
0
Ordered cyclic
#47
EphesosX
closed
3 years ago
0
Orthogonality Graph method from Nutini et al.
#46
jdmoorman
closed
3 years ago
0
Documentation badge
#45
jdmoorman
opened
4 years ago
0
Averaged methods
#44
jdmoorman
opened
4 years ago
0
Upgrade the issue templates
#43
jdmoorman
opened
4 years ago
0
Added Lookahead variant for a 2-step lookahead
#42
EphesosX
closed
3 years ago
0
Switch to using mixins for different components of the selection rules.
#41
jdmoorman
opened
4 years ago
0
Update readme
#40
jdmoorman
closed
4 years ago
0
Make the README more beautiful
#39
jdmoorman
closed
4 years ago
0
Add logo to README.md.
#38
jdmoorman
closed
4 years ago
0
Added Nutini Orthogonality graph method and test
#37
jdmoorman
closed
4 years ago
0
Line profile everything in case there are bottlenecks.
#36
jdmoorman
opened
4 years ago
0
Benchmark all the variants
#35
jdmoorman
opened
4 years ago
0
Add threshholded variants
#34
jdmoorman
closed
4 years ago
0
Automatically document new sampling strategies/rules
#33
jdmoorman
opened
4 years ago
0
Add random selection strategies
#32
yotamyaniv
closed
4 years ago
0
Revamp CONTRIBUTING.md
#31
jdmoorman
opened
4 years ago
0
Bai Wu strategy
#30
jdmoorman
opened
4 years ago
1
Lookahead selection strategies
#29
jdmoorman
closed
3 years ago
1
Add max-distance selection strategy
#28
jdmoorman
closed
4 years ago
0
Add tests that run on all variants.
#27
jdmoorman
closed
4 years ago
0
Explain why tol and maxiter are useful. Give an example.
#26
jdmoorman
opened
4 years ago
1
Explain maxiter and tol, add parameters to solve and iterates docstrings.
#25
jdmoorman
closed
4 years ago
0
Sparse matrix support, array-like parameters.
#24
jdmoorman
closed
4 years ago
0
Explain parameters of `kaczmarz.Base` everywhere they are available.
#23
jdmoorman
closed
4 years ago
0
Make some functions private, support inconsistent systems.
#22
jdmoorman
closed
4 years ago
0
Deprecate row norms, make iterate shapes consistent.
#21
jdmoorman
closed
4 years ago
0
Solve simultaneous systems sharing same matrix.
#20
jdmoorman
closed
4 years ago
1
Allow sparse matrices.
#19
jdmoorman
closed
4 years ago
1
readthedocs is down
#18
jdmoorman
closed
4 years ago
1
Deprecate row_norms_squared argument throughout.
#17
jdmoorman
closed
4 years ago
1
Explain `maxiter` and `tol` in usage section.
#16
jdmoorman
closed
4 years ago
0
Add references to selection strategies.
#15
jdmoorman
closed
4 years ago
2
Add example usage to README.md.
#14
jdmoorman
closed
4 years ago
0
Fold Iterates into Base class.
#13
jdmoorman
closed
4 years ago
0
Add `solve` function.
#12
jdmoorman
closed
4 years ago
0
Add tests for iterates.ik to make sure row index is accessible.
#11
jdmoorman
closed
4 years ago
0
Deal with inconsistent systems.
#10
jdmoorman
opened
4 years ago
1
Add tests for iterates.ik.
#9
jdmoorman
closed
4 years ago
0
Add documentation with readthedocs.io.
#8
jdmoorman
closed
4 years ago
0
Add access to most recently used row index.
#7
jdmoorman
closed
4 years ago
0
Pin versions of github actions dependencies
#6
jdmoorman
closed
4 years ago
0
Next