ScalarFunctionBuilder::Simplifier::BinaryOperatorProduct Struct Reference

List of all members.

Static Public Member Functions

static real_t eval (const real_t &x, const real_t &y)


Detailed Description

Definition at line 97 of file ScalarFunctionBuilder.cpp.


Member Function Documentation

static real_t ScalarFunctionBuilder::Simplifier::BinaryOperatorProduct::eval ( const real_t &  x,
const real_t &  y 
) [inline, static]

Static evaluation of product of values

Parameters:
x first operand
y second operand
Returns:
$ x\cdot y $

Definition at line 107 of file ScalarFunctionBuilder.cpp.

00107 { return x*y; }


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

Generated on Wed Nov 19 00:12:53 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6