MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::ScalarUnaryOperation< ScalarUnaryFunction, ScalarExpr > Class Template Reference

#include <matvec.h>

Public Types

typedef BasicScalarType
< ScalarExpr >::ScalarType 
ScalarType
 
typedef
ScalarUnaryExpressionTraits
< ScalarUnaryFunction,
ScalarType, ScalarExpr >
::ExpressionType 
ExpressionType
 

Static Public Member Functions

static ExpressionType f (const ScalarExpr &u)
 

Detailed Description

template<typename ScalarUnaryFunction, typename ScalarExpr>
class grad::ScalarUnaryOperation< ScalarUnaryFunction, ScalarExpr >

Definition at line 405 of file matvec.h.

Member Typedef Documentation

template<typename ScalarUnaryFunction , typename ScalarExpr >
typedef ScalarUnaryExpressionTraits<ScalarUnaryFunction, ScalarType, ScalarExpr>::ExpressionType grad::ScalarUnaryOperation< ScalarUnaryFunction, ScalarExpr >::ExpressionType

Definition at line 411 of file matvec.h.

template<typename ScalarUnaryFunction , typename ScalarExpr >
typedef BasicScalarType<ScalarExpr>::ScalarType grad::ScalarUnaryOperation< ScalarUnaryFunction, ScalarExpr >::ScalarType

Definition at line 407 of file matvec.h.

Member Function Documentation

template<typename ScalarUnaryFunction , typename ScalarExpr >
static ExpressionType grad::ScalarUnaryOperation< ScalarUnaryFunction, ScalarExpr >::f ( const ScalarExpr &  u)
inlinestatic

Definition at line 413 of file matvec.h.

413  {
414  return ExpressionType(u);
415  }
ScalarUnaryExpressionTraits< ScalarUnaryFunction, ScalarType, ScalarExpr >::ExpressionType ExpressionType
Definition: matvec.h:411

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