File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/docs/types Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ interface Namespace {
246246 * @returns output ndarray
247247 *
248248 * @example
249- * var ndarray2array = require( '@stdlib/ndarray/to-array' );
250249 * var scalar2ndarray = require( '@stdlib/ndarray/base/from-scalar' );
251250 * var ndarray = require( '@stdlib/ndarray/base/ctor' );
252251 *
@@ -259,13 +258,10 @@ interface Namespace {
259258 * var initial = scalar2ndarray( 0.0, 'generic', 'row-major' );
260259 *
261260 * var v = ns.gcusum( [ x, y, initial ] );
262- * // returns <ndarray>
261+ * // returns <ndarray>[ 1.0, 4.0, 8.0, 10.0 ]
263262 *
264263 * var bool = ( v === y );
265264 * // returns true
266- *
267- * var arr = ndarray2array( v );
268- * // returns [ 1.0, 4.0, 8.0, 10.0 ]
269265 */
270266 gcusum : typeof gcusum ;
271267
You can’t perform that action at this time.
0 commit comments