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 |
TypeArrayMatrix
IllegalAgrumentException
when given array is not a matrix