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 2505815 commit 849495eCopy full SHA for 849495e
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/docs/types/index.d.ts
@@ -582,7 +582,6 @@ interface Namespace {
582
*
583
* @example
584
* var Float64Array = require( '@stdlib/array/float64' );
585
- * var ndarray2array = require( '@stdlib/ndarray/to-array' );
586
* var scalar2ndarray = require( '@stdlib/ndarray/from-scalar' );
587
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
588
@@ -594,10 +593,7 @@ interface Namespace {
594
593
* });
595
596
* var out = ns.dsorthp( [ x, ord ] );
597
- * // returns <ndarray>
598
- *
599
- * var arr = ndarray2array( out );
600
- * // returns [ -4.0, -2.0, 1.0, 3.0 ]
+ * // returns <ndarray>[ -4.0, -2.0, 1.0, 3.0 ]
601
*/
602
dsorthp: typeof dsorthp;
603
0 commit comments