-
Notifications
You must be signed in to change notification settings - Fork 11
Overload Base.map #74
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
Comments
Thanks for the suggestion. I have a couple questions.
BTW, since you have some interest in this package, would you mind taking a look at #17 and offering a code review? I would like another pair of eyes on it before merging and no one has responded to my request. |
We can't know anything about a
This would be similar to the
Just convenience.
I don't actually know anything about Cauchy matrices, so I'm not sure of how much help I would be, sorry. |
Ah, that seems fine then. Should be an easy PR. Please include a test for any type where you add this extension. |
I think it would make sense for some types, like
Vandermonde
andCompanion
, to overloadBase.map
. The goal is to make things likemap(Float32, Vandermonde([0.5, 3])) isa Vandermonde{Float32}
hold.Any objections?
The text was updated successfully, but these errors were encountered: