[BUG] TensorAlgebra.qr(::SparseArrays.SparseMatrixCSC, ...)
broken
#21
Labels
bug
Something isn't working
TensorAlgebra.qr(::SparseArrays.SparseMatrixCSC, ...)
broken
#21
For example:
The reason for the error is that
LinearAlgebra.qr(::SparseArrays.SparseMatrixCSC)
outputs a factorization object that can't be unpacked as a tuple:which is being used inside
TensorAlgebra.qr
.The text was updated successfully, but these errors were encountered: