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

OpenDSSDirect.YMatrix.getYsparseFunction
getYsparse(
    dss::DSSContext
) -> SparseArrays.SparseMatrixCSC{ComplexF64, Int64}
getYsparse(
    dss::DSSContext,
    factor::Bool
) -> SparseArrays.SparseMatrixCSC{ComplexF64, Int64}

Return SparseMatrixCSC of ComplexF64

source
OpenDSSDirect.YMatrix.SolveSystemFunction
SolveSystem(
    dss::DSSContext,
    NodeV::Vector{ComplexF64}
) -> Int64

Solve System for a given V vector

source
SolveSystem(dss::DSSContext) -> Int64

Solve System for the internal V vector

source