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

[Consistency] Definition of the properties of the output #209

Closed
lezcano opened this issue Jun 29, 2021 · 1 comment · Fixed by #220
Closed

[Consistency] Definition of the properties of the output #209

lezcano opened this issue Jun 29, 2021 · 1 comment · Fixed by #220
Labels
topic: Linear Algebra Linear algebra.
Milestone

Comments

@lezcano
Copy link
Contributor

lezcano commented Jun 29, 2021

Some functions such as linalg.qr define the properties that the outputs should have---Q orthogonal, R upper-triangular---but others such as linalg.eigh do not.

I believe that it would be best to specify the properties that these matrices should have in the definition of each function.

cc @rgommers @mruberry

@rgommers
Copy link
Member

Makes sense to me to improve the descriptions here, thanks @lezcano .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: Linear Algebra Linear algebra.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants