İçindekiler
English
Matrix transpose
Request
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix_a | point | JSON Array | Matrix will change in to the transpose. Should be written in JSON Array form. Form : [1,5,6],[3.4,6,6],[4.66,8,9] |
Response
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix | point | JSON Array | Transpose result. Should be written in JSON Array form. Form : [1,3.4,4.66],[5,6,8],[6,6,9] |