Array Operations

Hyperbolic
Functions

sinh() - Compute the hyperbolic sine of an array

  • cosh() - Compute the hyperbolic cosine of an array

  • tanh() - Compute the hyperbolic tangent of an array

  • arcsinh() - Compute the inverse hyperbolic sine of an array

  • arccosh() - Compute the inverse hyperbolic cosine of an array

  • arctanh() - Compute the inverse hyperbolic tangent of an array

Array
Manipulation

Reshaping arrays

Concatenating arrays

  • concatenate() - Joining multiple arrays together

  • stack() - Stacking arrays along a new axis

  • hstack() - Stacking arrays horizontally (column-wise)

  • vstack() - Stacking arrays vertically (row-wise)

Fancy Indexing

Boolean indexing

Advanced indexing