Public Types

coefficient< FactorType, ExpressionType > Struct Template Reference

User metafunction for extracting the coefficient of a variable or sub-expression from an expression. More...

#include <coefficient.hpp>

Public Types

typedef
viennamath::result_of::expand
< ExpressionType >::type 
expanded_expression
typedef
detail::coefficient_impl
< FactorType,
expanded_expression >::type 
type

Detailed Description

template<typename FactorType, typename ExpressionType>
struct viennamath::result_of::coefficient< FactorType, ExpressionType >

User metafunction for extracting the coefficient of a variable or sub-expression from an expression.

Template Parameters:
FactorType The variable or sub-expression to be extracted
ExpressionType The expression from which the coefficient is to be extracted

Member Typedef Documentation


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