transpose-matrix
Guide: guide/algorithms/transpose-matrix
Signature:
transposeMatrix(matrix);
Params:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| matrix | TypeArrayMatrix | + | Must be matrix N*N |
Guide: guide/algorithms/transpose-matrix
transposeMatrix(matrix);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| matrix | TypeArrayMatrix | + | Must be matrix N*N |
TypeArrayMatrixIllegalAgrumentException when given array is not a matrix