Perform 

#include <computationTraits.hpp>
Public Types | |
| using | Jacobian = T_Jacobian |
| See TransposeImpl. | |
| using | Return = int |
| Deduced return type. | |
Static Public Member Functions | |
| static Return | transpose (Jacobian const &jacobian) |
| Perform | |
Perform 

Simple specializations can be created with the macro CODI_CREATE_TRANSPOSE.
| T_Jacobian | Deduced type of the Jacobian. |