johnbcoughlin
johnbcoughlin
Fixes #261
The following function requires north of 2 million Chebyshev coefficients to represent: `Fun(x -> exp(-12(x + 4.9)^2), Chebyshev(-12..12))` This is in contrast to the function's "neighbors", see as follows: ```...
I am seeing a crash due to an illegal instruction when running `jac2cheb`. FastTransforms: v0.14.0 Julia: v1.7.2 System: macOS Monterey 12.0.1 Chip: Apple M1 Pro ``` julia> using FastTransforms julia>...
Should offer at least: - svg - png - imagemagick + png
e.g. `Preconditions.checkNotNull(builder.id, "id")`