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

add missing docstrings for BLAS routines #33801

Merged
merged 2 commits into from
Nov 15, 2019
Merged

add missing docstrings for BLAS routines #33801

merged 2 commits into from
Nov 15, 2019

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Nov 9, 2019

contributes to #31202

@dkarrasch dkarrasch added docs This change adds or pertains to documentation linear algebra Linear algebra labels Nov 9, 2019
Only the [`ul`](@ref stdlib-blas-uplo) triangle of `A` is used.
`alpha` is a scalar.
"""
hemv(ul, alpha, A, x)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this not trying to call the function?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so. I took this from other places, where it seemed to work fine, and serves to distinguish the different signatures. But I noticed that there is no common style in the file.

@fredrikekre fredrikekre merged commit f5b961e into JuliaLang:master Nov 15, 2019
@dkarrasch dkarrasch deleted the blasdocs branch November 15, 2019 14:38
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.

4 participants