powerio-matrix
powerio-matrix builds sparse matrices and graph outputs from powerio::Network.
It re-exports the powerio data layer so one import covers parsing and matrix
construction.
use ;
let net = parse_matpower_file?;
let view = new;
let bprime = build_bprime?;
Outputs include B', B'', Y_bus components, LACPF, incidence, weighted Laplacians, PTDF, LODF, DC OPF bundles, adjacency, and a petgraph graph. The workspace README has the full format and validation overview: https://github.com/eigenergy/powerio.