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
I tried the solver MKLLUFactorization with matrix type: SparseArrays.SparseMatrixCSC{ComplexF64, Int64} within LinearSolve v2.16.1
However, I received an error message:
MethodError: no method matching strides(::SparseArrays.SparseMatrixCSC{ComplexF64, Int64})
Does v2.16 support complex numbers for MKL and Apple Acceleation only on dense matrices?