Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing options.

Hierarchy

  • Options

Index

Properties

Properties

Optional dtype

dtype: DataType

Output array data type.

Notes

  • By default, the output array data type is inferred from the input array.

Optional order

order: Order

Output array order (either 'row-major' (C-style) or 'column-major' (Fortran-style)).

Notes

  • By default, the output array order is inferred from the input array.