Skip to content

Commit e14e9c8

Browse files
committed
Add explanatory commment
1 parent 75af4c0 commit e14e9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/operations.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ fn reduction_over_zero_axes<T: Element>(
204204
}
205205
};
206206
let result = match order {
207+
// Account for the fact that map always
208+
// iterates in C-order.
207209
Some(Order::F) => array.t().map(func),
208210
_ => array.map(func),
209211
};

0 commit comments

Comments
 (0)