| 533 | |
| 534 | template<class Form, class Cmpt, direction Mrows, direction Ncols> |
| 535 | inline typename typeOfTranspose<Cmpt, Form>::type T |
| 536 | ( |
| 537 | const MatrixSpace<Form, Cmpt, Ncols, Mrows>& matrix |
| 538 | ) |
| 539 | { |
| 540 | return matrix.T(); |
| 541 | } |
| 542 | |
| 543 | |
| 544 | template<class Form, class Cmpt, direction Ncmpts> |
no test coverage detected