File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,8 @@ A `LOBPCGIterator` is created to pre-allocate all the memory required by the met
15
15
16
16
17
17
## References
18
+ Implementation is based on [ ^ Knyazev1993 ] and [ ^ Scipy ] .
18
19
19
- [ Knyazev1993] :
20
+ [ ^ Knyazev1993 ] : Andrew V. Knyazev. "Toward the Optimal Preconditioned Eigensolver: Locally Optimal Block Preconditioned Conjugate Gradient Method" SIAM Journal on Scientific Computing, 23(2):517–541 2001.
20
21
21
- Andrew V. Knyazev. "Toward the Optimal Preconditioned Eigensolver: Locally
22
- Optimal Block Preconditioned Conjugate Gradient Method" SIAM Journal
23
- on Scientific Computing, 23(2):517–541, 2001.
24
-
25
- [ Scipy LOBPCG implementation] :
26
-
27
- https://github.com/scipy/scipy/blob/v1.1.0/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py#L109-L568
22
+ [ ^ Scipy ] : See [ Scipy LOBPCG implementation] ( https://github.com/scipy/scipy/blob/v1.1.0/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py#L109-L568 )
You can’t perform that action at this time.
0 commit comments