Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update svd.jl documentation #56611

Closed
wants to merge 1 commit into from
Closed

Update svd.jl documentation #56611

wants to merge 1 commit into from

Conversation

CNOT
Copy link

@CNOT CNOT commented Nov 19, 2024

QRIteration() is not exported, so I updated the svd.jl documentation section that suggests such a method exists for the svd function. Now it says to use alg = LinearAlgebra.QRIteration() instead of alg = QRIteration() which would produce an error before.

QRIteration() is not exported, so I updated the svd.jl documentation section that suggests such a method exists for the `svd` function. Now it says to use `alg = LinearAlgebra.QRIteration()` instead of `alg = QRIteration()` which would produce an error before.
@fredrikekre
Copy link
Member

Same on the line above?

@LilithHafner LilithHafner added the docs This change adds or pertains to documentation label Nov 19, 2024
@dkarrasch dkarrasch added the linear algebra Linear algebra label Nov 21, 2024
@ViralBShah
Copy link
Member

I believe this should now go to the LinearAlgebra.jl repo, right?

@inkydragon
Copy link
Member

Please move this pr to https://github.com/JuliaLang/LinearAlgebra.jl

jishnub pushed a commit to JuliaLang/LinearAlgebra.jl that referenced this pull request Dec 20, 2024
> QRIteration() is not exported, so I updated the svd.jl documentation
section that suggests such a method exists for the `svd` function. Now
it says to use `alg = LinearAlgebra.QRIteration()` instead of `alg =
QRIteration()` which would produce an error before.

```jl
julia> VERSION
v"1.11.2"

julia> using LinearAlgebra

julia> DivideAndConquer
ERROR: UndefVarError: `DivideAndConquer` not defined in `Main`
Suggestion: check for spelling errors or missing imports.

julia> QRIteration
ERROR: UndefVarError: `QRIteration` not defined in `Main`
Suggestion: check for spelling errors or missing imports.

julia> LinearAlgebra.DivideAndConquer
LinearAlgebra.DivideAndConquer

julia> LinearAlgebra.QRIteration
LinearAlgebra.QRIteration
```

Moved from JuliaLang/julia#56611

---------

Signed-off-by: Chengyu HAN <cyhan.dev@outlook.com>
Co-authored-by: Ali Hamed Moosavian <sahmosavian@gmail.com>
@inkydragon
Copy link
Member

Replaced by JuliaLang/LinearAlgebra.jl#1151

@inkydragon inkydragon closed this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants