CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::Derivative< X, RatioStruct< A, B > > Struct Template Reference

#include <Derivative.h>

Public Types

typedef Ratio< typename Difference< typename Product< typename Derivative< X, A >::type, B >::type, typename Product< A, typename Derivative< X, B >::type >::type >::type, typename Square< B >::type >::type type
 

Static Public Member Functions

static type get (const RatioStruct< A, B > &_)
 

Detailed Description

template<typename X, typename A, typename B>
struct funct::Derivative< X, RatioStruct< A, B > >

Definition at line 71 of file Derivative.h.

Member Typedef Documentation

template<typename X , typename A , typename B >
typedef Ratio< typename Difference< typename Product< typename Derivative< X , A >::type , B >::type , typename Product< A , typename Derivative< X , B >::type >::type >::type , typename Square< B >::type >::type funct::Derivative< X, RatioStruct< A, B > >::type

Definition at line 71 of file Derivative.h.

Member Function Documentation

template<typename X , typename A , typename B >
static type funct::Derivative< X, RatioStruct< A, B > >::get ( const RatioStruct< A, B > &  _)
inlinestatic