LOBPCG method descriptor.
Arguments
- maxit
Maximum LOBPCG iterations.
- preconditioner
Optional function taking a residual block and returning a preconditioned block with the same dimensions.
- constraints
Optional matrix whose columns span a subspace to deflate. Iterates are kept orthogonal to this subspace in the Euclidean or generalized
Binner product. Native constrained LOBPCG is not promoted yet; constrained problems use the honest reference path.