pub fn lindist3flow_connection_incidence(
configuration: Configuration,
terminal_count: usize,
channel_count: usize,
) -> Result<Vec<Vec<f64>>>Expand description
Build the physical-channel incidence matrix for a typed connection.
ยงErrors
The terminal and channel arities do not describe a supported grounded-wye, single-phase, or delta connection.