CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::ComputationTraits::TransposeImpl< T_Jacobian, typename > Struct Template Reference

Perform $ a^T $ or $ a^H $ 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 $ a^T $ or $ a^H $ if entries are complex.
 

Detailed Description

template<typename T_Jacobian, typename = void>
struct codi::ComputationTraits::TransposeImpl< T_Jacobian, typename >

Perform $ a^T $ or $ a^H $ if entries are complex. No default implementation available.

Simple specializations can be created with the macro CODI_CREATE_TRANSPOSE.

Template Parameters
T_JacobianDeduced type of the Jacobian.

The documentation for this struct was generated from the following file: