You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not indicate the proper dtype, as unsafe_load(HTau[]).dtype is 0 when run for either type. This is incidentally equal to CHOLMOD_DOUBLE, which allows the computation for Float64.
The text was updated successfully, but these errors were encountered:
Computing
qr
factorization onSparseMatrixCSC{Float32}
causes an error with Julia 1.11:Message:
Tested on clean Julia 1.11 setup with juliaup on Ubuntu 22.04, x86_64. Eqivalent setup with Julia 1.10 works for either element type.
It would seem that
SparseArrays.jl/src/solvers/spqr.jl
Line 200 in 1b4933c
dtype
, asunsafe_load(HTau[]).dtype
is0
when run for either type. This is incidentally equal toCHOLMOD_DOUBLE
, which allows the computation forFloat64
.The text was updated successfully, but these errors were encountered: