Skip to content

Commit 87865e8

Browse files
committed
implement review comments
1 parent ce365cf commit 87865e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/user_interface/decompositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ This preserves the decomposition `A = U * Σ * Vᴴ` while fixing the gauge.
413413
### Disabling Gauge Fixing
414414

415415
Gauge fixing is enabled by default for all eigenvalue and singular value decompositions.
416-
If you prefer to obtain the raw results from the underlying LAPACK routines without gauge fixing, you can disable it using the `gaugefix` keyword argument:
416+
If you prefer to obtain the raw results from the underlying computational routines without gauge fixing, you can disable it using the `gaugefix` keyword argument:
417417

418418
```julia
419419
# With gauge fixing (default)

0 commit comments

Comments
 (0)