pub trait ContractAllIndicesWithFirstIndicesOf<TIM, TJN, TKO, TLP> {
type Output;
// Required method
fn contract_all_indices_with_first_indices_of(
&self,
tensor_rank_2_a: TIM,
tensor_rank_2_b: TJN,
tensor_rank_2_c: TKO,
tensor_rank_2_d: TLP,
) -> Self::Output;
}