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