Perform or if entries are complex. No default implementation available. More...
#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 or if entries are complex. | |
Perform or if entries are complex. No default implementation available.
Simple specializations can be created with the macro CODI_CREATE_TRANSPOSE.
T_Jacobian | Deduced type of the Jacobian. |