another trait bound

This commit is contained in:
Quaternions 2024-08-31 10:47:55 -07:00
parent 8a89fcefc6
commit 0d5092cd84

View File

@ -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]