Type: lib.numpy.manipulation.TransposeArray

Namespace: lib.numpy.manipulation

Description

Transpose the dimensions of the input array. array, transpose, reshape, dimensions

Use cases:
- Convert row vectors to column vectors
- Rearrange data for compatibility with other operations
- Implement certain linear algebra operations

Properties

Property Type Description Default
values np_array Array to transpose {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}

Outputs

Output Type Description
output np_array  

Metadata

Browse other nodes in the lib.numpy.manipulation namespace.