This is some of the low level functions implemented in the OpenDSSDirect.YMatrix module.

OpenDSSDirect.YMatrix.getYsparseFunction
getYsparse() -> SparseArrays.SparseMatrixCSC{Complex{Float64},Int64}
getYsparse(factor::Bool) -> SparseArrays.SparseMatrixCSC{Complex{Float64},Int64}

Return SparseMatrixCSC of ComplexF64

source