My Project
Public Types | Public Member Functions
S1< T > Class Template Reference

List of all members.

Public Types

typedef binary_function< T, T,
T >::result_type 
result_type
typedef binary_function< T, T,
T >::first_argument_type 
first_argument_type
typedef binary_function< T, T,
T >::second_argument_type 
second_argument_type

Public Member Functions

result_type operator() (first_argument_type arg1, second_argument_type arg2)

Detailed Description

template<class T>
class S1< T >

binary function object used in ElementContainer::Ave() and ElementContainer::Integrate()

S1 is used to calculate (E[i] * (X[i+1] - X[i]))^2 instead of normal inner_product which calculates E[i]*(X[i+1]-X[i])


The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends