File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/docs/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { typedndarray , genericndarray } from '@stdlib/types/ndarray' ;
23+ import { typedndarray } from '@stdlib/types/ndarray' ;
2424
2525/**
2626* Sorts a one-dimensional ndarray using heapsort.
@@ -50,7 +50,7 @@ import { typedndarray, genericndarray } from '@stdlib/types/ndarray';
5050* var out = gsorthp( [ x, ord ] );
5151* // returns <ndarray>[ -4.0, -2.0, 1.0, 3.0 ]
5252*/
53- declare function gsorthp < T extends typedndarray < unknown > | genericndarray < unknown > = typedndarray < unknown > > ( arrays : [ T , typedndarray < number > ] ) : T ;
53+ declare function gsorthp < T extends typedndarray < unknown > = typedndarray < unknown > > ( arrays : [ T , typedndarray < number > ] ) : T ;
5454
5555
5656// EXPORTS //
You can’t perform that action at this time.
0 commit comments