We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efa9e3 commit 24e3f74Copy full SHA for 24e3f74
source/mir/algorithm/iteration.d
@@ -23,7 +23,7 @@ $(T2 isSymmetric, Checks if the matrix is symmetric.)
23
$(T2 maxElement, Returns the maximum.)
24
$(T2 maxIndex, Finds index of the maximum.)
25
$(T2 maxPos, Finds backward index of the maximum.)
26
-$(T2 maxIndex, Returns the minimum.)
+$(T2 minElement, Returns the minimum.)
27
$(T2 minIndex, Finds index of the minimum.)
28
$(T2 minmaxIndex, Finds indices of the minimum and the maximum.)
29
$(T2 minmaxPos, Finds backward indices of the minimum and the maximum.)
0 commit comments