Skip to content

Improve Cholesky docstrings #39964

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

Merged
merged 3 commits into from
Mar 12, 2021
Merged

Improve Cholesky docstrings #39964

merged 3 commits into from
Mar 12, 2021

Conversation

nalimilan
Copy link
Member

The p object wasn't even documented.

The `p` object wasn't even documented.
@nalimilan nalimilan added docs This change adds or pertains to documentation linear algebra Linear algebra labels Mar 9, 2021
@@ -35,7 +35,10 @@ positive definite matrix `A`. This is the return type of [`cholesky`](@ref),
the corresponding matrix factorization function.
The triangular Cholesky factor can be obtained from the factorization `F::Cholesky`
via `F.L` and `F.U`.
via `F.L` and `F.U`, where `A ≈ F.U' * F.U ≈ F.L * F.L'`.
Copy link
Member Author

@nalimilan nalimilan Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Examples use == but I imagine only holds generally? Or maybe this may not even be exactly the case?

@dkarrasch dkarrasch merged commit fa7d792 into master Mar 12, 2021
@dkarrasch dkarrasch deleted the nl/cholesky branch March 12, 2021 14:05
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
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.

None yet

2 participants