-
Notifications
You must be signed in to change notification settings - Fork 24
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
README table is missing *
and mul!
#107
Comments
they should belong to the LinearAlgebra section which I didn't participate, so I left that section blank. |
Since |
no since |
The developer knows that, but a user's perspective is that they are both methods for the type. |
A method doesn't always belong to the category of interface. For example, Anyway, I agree that
A significant task this package does is fast linear algebra operations, as pointed out at the very beginning of README. I would say they are more important than the interface, so they need a separate section to clarify. The users also need to be aware that some proprietary algorithms are applied and they are not as reliable as the default Julia routine. The issues can confirm that.
Me too. It's the exact reason I left the section blank. @jishnub @dlfivefifty |
The README interface table
https://github.com/JuliaLinearAlgebra/ToeplitzMatrices.jl#implemented-interface
is missing
*
andmul!
and probably more like\
andldiv!
.Maybe they "go without saying" but I'm not 100% sure they all apply to every subtype.
I could make a PR if someone can confirm that all 4 apply to all
AbstractToeplitz
types.The text was updated successfully, but these errors were encountered: