CoDiPack  3.1.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::ExpressionTraits::ActiveResultImpl< std::complex< T_InnerReal >, T_Tape, false > Struct Template Reference

Specialization of ActiveResultImpl for std::complex. More...

#include <stdComplex.hpp>

Inheritance diagram for codi::ExpressionTraits::ActiveResultImpl< std::complex< T_InnerReal >, T_Tape, false >:

Public Types

using ActiveResult = std::complex<InnerActiveResult>
 The resulting active type of an expression.
 
using ActiveResult
 The resulting active type of an expression.
 
using InnerActiveResult = ExpressionTraits::ActiveResult<InnerReal, Tape, false>
 Active result of the inner type.
 
using InnerReal = T_InnerReal
 See ActiveResultImpl.
 
using Real
 See ActiveResultImpl.
 
using Tape = T_Tape
 See ActiveResultImpl.
 
using Tape
 See ActiveResultImpl.
 

Detailed Description

template<typename T_InnerReal, typename T_Tape>
struct codi::ExpressionTraits::ActiveResultImpl< std::complex< T_InnerReal >, T_Tape, false >

Specialization of ActiveResultImpl for std::complex.


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