Daniel Karrasch
Daniel Karrasch
This is a technically breaking experiment. I believe there is very good reason to not subtype `AbstractQ` as `AbstractMatrix`. The main reason is... it isn't! Q's are very different from...
This is the analogue to #46196 for `AbstractRotation`. It is somewhat weird that `Adjoint{
This behaviour changed in #44615 in comparison to v1.7-., i.e., the newly added tests pass on v1.7. This has to do with the fact that `Matrix(Q)` returns the thin Q...
I realized that currently there is no documentation of any interpolation options. There is only the README on the github page, which refers to the PDF containing some of the...
IIUC, this seems to fix some AD-related issues with the warnings. It's a bit unfortunate that we ended using `skipchecks` when it's really only one check that we skip, which...
I was wondering if something along the following lines would be of general interest: ``` function distributedpairwise!(r::SharedMatrix, metric::SemiMetric, a::AbstractMatrix) n = size(a, 2) size(r) == (n, n) || throw(DimensionMismatch("Incorrect size...
I'm not sure this is the right place to report the issue, but in a PkgEval run over at https://github.com/JuliaLang/julia/pull/43127# this package failed with the above message. That error, however,...
I was recommending this package in a fantastic WIP https://github.com/JuliaNLSolvers/ManifoldMuseum/pull/12, but forgot that there is a restriction on `dim`. A brief check seems to indicate that one could in principle...
... to new format.
Fixes #46776, and cleans up `symmetriceigen.jl` code a bit (without functional changes).