COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | List of all members
TransposeTransform::impl< ExprT, StateT, DataT > Struct Template Reference

#include <EigenTransforms.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef boost::remove_reference< typename impl::state_param >::type RealStateT
 
typedef boost::mpl::if_< boost::is_same< Real, typename boost::remove_const< RealStateT >::type >, Real, Eigen::Transpose< RealStateT > >::type result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 
template<typename T >
result_type apply (T &mat) const
 
Real apply (const Real val) const
 

Detailed Description

template<typename ExprT, typename StateT, typename DataT>
struct cf3::solver::actions::Proto::TransposeTransform::impl< ExprT, StateT, DataT >

Definition at line 265 of file EigenTransforms.hpp.

Member Typedef Documentation

typedef boost::remove_reference<typename impl::state_param>::type RealStateT

Definition at line 267 of file EigenTransforms.hpp.

typedef boost::mpl::if_< boost::is_same<Real, typename boost::remove_const<RealStateT>::type>, Real, Eigen::Transpose<RealStateT> >::type result_type

Definition at line 269 of file EigenTransforms.hpp.

Member Function Documentation

result_type apply ( T &  mat) const
inline

Definition at line 277 of file EigenTransforms.hpp.

Real apply ( const Real  val) const
inline

Definition at line 282 of file EigenTransforms.hpp.

result_type operator() ( typename impl< ExprT, StateT, DataT >::expr_param  expr,
typename impl< ExprT, StateT, DataT >::state_param  state,
typename impl< ExprT, StateT, DataT >::data_param  data 
) const
inline

Definition at line 271 of file EigenTransforms.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin