john verzani

Results 309 comments of john verzani

At one time, we had `p ⋅ p` mean multiplication, now it falls back to `LinearAlgebra.dot` for arbitrary iterables. It should be that for vector `v` `P(v) ⋅ P(v) ==...

No, right now we don't have it implemented for the `AbstractPolynomial` type, so it fallsback to the generic for iterables. In `SpecialPolynomials`, for orthogonal polynomials, we have something defined like...

Thanks @jakewilliami . Hopefully we can close this someday, but at this moment, I'm no so sure how.

Unfortunately, I can't diagnose this: ``` julia> a = CuVector([1.0f0, 1.0f0, 1.0f0]) ERROR: Could not find the CUDA driver library. Please make sure you have installed the NVIDIA driver for...

That's great. The issue was something I didn't know how to address on this end.

Thanks for this! In #403 many method invalidations were pointed out and that led to some improved package load times. Hopefully pursing this will as well.

Closed with #436 Thanks again!

Thanks for writing. There was a very short (too short?) deprecation phase before v1.0. Now there is support for legacy code by calling `using Polynomials.PolyCompat` after loading `Polynomials`. It is...

Yes, but I think you are missing a "using Polynomials.PolyCompat" (the `using` isn't in your message). If it fails after that, please do show an example as the goal was...

It is a keyword now. Try adding `fit(x,y,3,var=:s)`.