Steven G. Johnson
Steven G. Johnson
> There are so many places in the standard library that have implicit assumptions that `one(T)::T` Really? If that's true, a lot of them are probably bugs, since that's only...
> Aside: it would be nice if something like this function was in the standard library I agree. In the short term I suppose it could be provided by a...
`Complex64` is fine, since we already have `real(T)` to get the real type from a complex (or quaternion, etc) numeric type. Not sure what you are asking about with `ext`....
Some points: 1. This package should not depend on Measurements, Unitful, etcetera. It should depend on *nothing*. Instead, the dependencies should go the other way around — Measurements etcetera should...
[This stackoverflow discussion](https://graphicdesign.stackexchange.com/questions/24797/when-should-i-use-svg-or-svgz-for-my-web-graphics) claims that the need for SVGZ is greatly reduced by modern web servers that can compress on the fly, but the responses in the thread dispute this.
If you want to add `_64` to the Fortran names, and then make the corresponding change to the linker symbols, that seems reasonable to me. It is equivalent to appending...
> I do not want to have the _ in between of the fortran names. So you just want to append `64` to the Fortran names, e.g. `dgemm64` rather than...
The reason we followed the SunPerf BLAS option was because it is supported by SuiteSparse, IIRC. The second option will be mostly compatible with what we are doing now (since...
What was `get_cmap` replaced by upstream?
https://people.maths.ox.ac.uk/trefethen/barycentric.pdf