File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/blas/ext/base/ndarray/gcusumors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ limitations under the License.
2020
2121# gcusumors
2222
23- > Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
23+ > Compute the cumulative sum of a one-dimensional ndarray using ordinary
24+ recursive summation.
2425
2526<section class =" intro " >
2627
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
2525/**
2626* Computes the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
2727*
28- * @param arrays - array-like object containing an input ndarray, an output ndarray, and ndarray containing the initial sum
28+ * @param arrays - array-like object containing an input ndarray, an output ndarray, and an ndarray containing the initial sum
2929* @returns output ndarray
3030*
3131* @example
You can’t perform that action at this time.
0 commit comments