You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Some functions such as
linalg.qr
define the properties that the outputs should have---Q
orthogonal,R
upper-triangular---but others such aslinalg.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
The text was updated successfully, but these errors were encountered: