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 a4c7f4f commit d190eeaCopy full SHA for d190eea
lib/node_modules/@stdlib/types/index.d.ts
@@ -1604,6 +1604,11 @@ declare module '@stdlib/types/ndarray' {
1604
*/
1605
type OutputPolicy = StrictOutputPolicy | 'boolean_and_generic' | 'integer_index_and_generic' | 'boolean_index_and_generic' | 'mask_index_and_generic' | 'numeric_and_generic' | 'real_and_generic' | 'floating_point_and_generic' | 'real_floating_point_and_generic' | 'complex_floating_point_and_generic' | 'integer_and_generic' | 'signed_integer_and_generic' | 'unsigned_integer_and_generic';
1606
1607
+ /**
1608
+ * Input ndarray casting policy.
1609
+ */
1610
+ type InputCastingPolicy = 'none' | 'promoted' | 'output';
1611
+
1612
/**
1613
* Array order.
1614
*
0 commit comments