File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -861,10 +861,12 @@ namespace xt
861861 }
862862
863863 /* *
864- * Find position of minimal value in xexpression
864+ * Find position of minimal value in xexpression.
865+ * By default, the returned index is into the flattened array.
866+ * If `axis` is specified, the indices are along the specified axis.
865867 *
866868 * @param e input xexpression
867- * @param axis select axis (or none )
869+ * @param axis select axis (optional )
868870 *
869871 * @return returns xarray with positions of minimal value
870872 */
@@ -887,9 +889,11 @@ namespace xt
887889
888890 /* *
889891 * Find position of maximal value in xexpression
892+ * By default, the returned index is into the flattened array.
893+ * If `axis` is specified, the indices are along the specified axis.
890894 *
891895 * @param e input xexpression
892- * @param axis select axis (or none )
896+ * @param axis select axis (optional )
893897 *
894898 * @return returns xarray with positions of maximal value
895899 */
You can’t perform that action at this time.
0 commit comments