Skip to content

Commit f02e1c8

Browse files
lkdvosJutho
andauthored
Apply suggestions from code review
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
1 parent e67c389 commit f02e1c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/interface/decompositions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ default_householder_driver(::Type{<:Base.ReshapedArray{T, N, A}}) where {T, N, A
9999
default_householder_driver(A)
100100

101101
"""
102-
DivideAndConquer(; [driver], kwargs...)
102+
DivideAndConquer(; [driver], fixgauge=default_fixgauge())
103103
104104
Algorithm type to denote the algorithm for computing the eigenvalue decomposition of a Hermitian matrix,
105105
or the singular value decomposition of a general matrix using the divide-and-conquer algorithm.
106106
107107
The optional `driver` symbol can be used to choose between different implementations of this algorithm.
108-
The `fixgauge` keyword can be used to toggle whether or not to fix the gauge of the eigen or singular vectors, see also [`gaugefix!`](@ref).
108+
The `fixgauge` keyword can be used to toggle whether or not to fix the gauge of the eigen or singular vectors, see also [`default_fixgauge`](@ref) and [`gaugefix!`](@ref).
109109
"""
110110
@algdef DivideAndConquer
111111

0 commit comments

Comments
 (0)