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

linalg.fractional_matrix_power has no docstring #3457

Closed
WarrenWeckesser opened this issue Mar 16, 2014 · 1 comment
Closed

linalg.fractional_matrix_power has no docstring #3457

WarrenWeckesser opened this issue Mar 16, 2014 · 1 comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.linalg
Milestone

Comments

@WarrenWeckesser
Copy link
Member

The function scipy.linalg.fractional_matrix_power (defined in linalg/matfuncs.py) does not have a docstring. The implementation of this function is just a couple lines that call the function fractional_matrix_power in the module linalg/_matfuncs_inv_ssq.py. That function has a docstring, but that is not the function that is exposed in the public API.

@pv
Copy link
Member

pv commented May 10, 2014

In gh-3567

@pv pv closed this as completed May 10, 2014
@pv pv added this to the 0.15.0 milestone May 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.linalg
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants