Skip to content

Commit 11261ff

Browse files
Add BlasWorkspace to docstring
1 parent 4aaae6b commit 11261ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eigmin.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function _syevr!(A::AbstractMatrix{ComplexF64}, ws::BlasWorkspace{Float64})
8383
end
8484

8585
"""
86-
_eigmin!(ket::Vector, matrix::Matrix)
86+
_eigmin!(ket::Vector, matrix::Matrix, ws::BlasWorkspace)
8787
8888
Computes the minimal real eigenvalue and updates `ket` in place
8989
The variable `matrix` of size d × d also gets overwritten.

0 commit comments

Comments
 (0)