Closed rusandris closed 1 month ago
Substitute AbstractMatrix with SparseMatrixCSC{Float64, Int64} type annotations if the method does not need to be generic.
AbstractMatrix
SparseMatrixCSC{Float64, Int64}
Especially sparse_log.
sparse_log
Substitute
AbstractMatrix
withSparseMatrixCSC{Float64, Int64}
type annotations if the method does not need to be generic.Especially
sparse_log
.