-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
tril(M, k) not documented #161
Comments
|
In particular, these special matrix types don't work with
|
A lot of stuff doesn't work on special matrix types. I tend to use them sparingly, and only in linear algebra calls, and not much otherwise. |
See #136 |
Finished by JuliaLang/julia#12574. |
|
The two-argument forms of
tril
,tril!
,triu
, andtriu!
exist for some matrix types but are not documented. Furthermore, coverage over the special matrix types is spotty.The text was updated successfully, but these errors were encountered: