MATRIX TRANSPOSE¶
Transposes a 2-D matrix by swapping its rows and columns. Use this worker whenever you need to reorient a matrix (e.g., convert a row-vector dataset into a column-vector dataset) within a d3VIEW workflow.
When to use¶
Classification: process.
Tagged: linear_algebra, matrix, reshape, transformation, transpose.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Matrix To Be Transposed | matrixtobetransposed | text | — | The input matrix (provided as text/tabular data) whose rows and columns will be swapped; supply any rectangular 2-D matrix — leave empty only if the matrix is injected upstream in the workflow. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| matrix_transpose_output_1 | matrix_transpose_output_1 | matrix | The transposed matrix (matrix type) with rows and columns interchanged relative to the input — dimensions become [N_cols_in × N_rows_in]. |
Disciplines¶
- data.dataset.transform
Auto-generated from transformation schema. Worker id: matrix_transpose. Schema hash: a8c0e09dc16b. Hand-curated docs in workerexamples/ override this page when present.