nope
This commit is contained in:
parent
2312ee27b7
commit
607706ee2a
@ -38,8 +38,9 @@ macro_rules! impl_matrix {
|
|||||||
where
|
where
|
||||||
T:core::ops::Mul<U,Output=V>+Copy,
|
T:core::ops::Mul<U,Output=V>+Copy,
|
||||||
V:core::iter::Sum,
|
V:core::iter::Sum,
|
||||||
|
U:Clone,
|
||||||
{
|
{
|
||||||
let mut array_of_iterators=rhs.array.map(|axis|axis.into_iter());
|
let mut array_of_iterators=rhs.array.map(|axis|axis.into_iter().cycle());
|
||||||
Matrix{
|
Matrix{
|
||||||
array:self.array.map(|axis|
|
array:self.array.map(|axis|
|
||||||
core::array::from_fn(|_|
|
core::array::from_fn(|_|
|
||||||
|
Loading…
Reference in New Issue
Block a user