another trait bound
This commit is contained in:
parent
8a89fcefc6
commit
0d5092cd84
@ -50,6 +50,7 @@ macro_rules! impl_wide_matrix_operations {
|
||||
where
|
||||
$matrix_inner<U>:$crate::Transpose,
|
||||
$struct_inner<T>:fixed_wide_traits::wide::WideDot<U>,
|
||||
$struct_outer<$struct_inner<T>>:fixed_wide_traits::wide::WideDot<<$matrix_inner<U> as $crate::Transpose>::Inner>,
|
||||
{
|
||||
type Output=$struct_outer<<$struct_inner<T> as fixed_wide_traits::wide::WideDot<U>>::Output>;
|
||||
#[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user