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 |
User metafunction for extracting the coefficient of a variable or sub-expression from an expression.
FactorType | The variable or sub-expression to be extracted | |
ExpressionType | The expression from which the coefficient is to be extracted |
typedef viennamath::result_of::expand<ExpressionType>::type expanded_expression |
typedef detail::coefficient_impl<FactorType, expanded_expression>::type type |