My Project
Public Types | Public Member Functions
S2< 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 S2< T >

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

S2 is used to calculate 1 / (Error[i] * Error[i])


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