Skip to content

Commit c9cd022

Browse files
author
mohamed82008
committed
Cleanup
1 parent b94e358 commit c9cd022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lobpcg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ Finds the k extremal eigenvalues and their corresponding eigenvectors satisfying
640640
- `X`: approximated eigenvectors
641641
- `history`: residual norm history
642642
"""
643-
function lobpcg(A, largest::Bool, X0::Union{AbstractMatrix, AbstractVector}; log=false, P=nothing, C=nothing, maxiter=200, tol=nothing)
644-
lobpcg(A, nothing, largest, X0; log=log, tol=tol, maxiter=maxiter, P=P, C=C)
643+
function lobpcg(A, largest::Bool, X0::Union{AbstractMatrix, AbstractVector}; kwargs...)
644+
lobpcg(A, nothing, largest, X0; kwargs...)
645645
end
646646
function lobpcg(A, B, largest, X0;
647647
log=false, P=nothing, C=nothing,

0 commit comments

Comments
 (0)