pub trait ContractSecondIndexWithFirstIndexOf<TJN> {
type Output;
// Required method
fn contract_second_index_with_first_index_of(
&self,
tensor_rank_2: TJN,
) -> Self::Output;
}
pub trait ContractSecondIndexWithFirstIndexOf<TJN> {
type Output;
// Required method
fn contract_second_index_with_first_index_of(
&self,
tensor_rank_2: TJN,
) -> Self::Output;
}