A sparse matrix cannot be indexed by a SVector

From the to_indices docs:

“The returned tuple must only contain either Ints or AbstractArrays of scalar indices that are supported by array A”

StaticArrays.jl is just breaking the interface here.

Issue made here: