pub trait ContractThirdFourthIndicesWithFirstSecondIndicesOf<TKL> {
type Output;
// Required method
fn contract_third_fourth_indices_with_first_second_indices_of(
&self,
tensor_rank_2: TKL,
) -> Self::Output;
}
pub trait ContractThirdFourthIndicesWithFirstSecondIndicesOf<TKL> {
type Output;
// Required method
fn contract_third_fourth_indices_with_first_second_indices_of(
&self,
tensor_rank_2: TKL,
) -> Self::Output;
}