Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4SimplexDownhill< T > Class Template Reference

#include <G4SimplexDownhill.hh>

Public Member Functions

 G4SimplexDownhill (T *tp, G4int n)
 
 ~G4SimplexDownhill ()
 
G4double GetMinimum ()
 
std::vector< G4doubleGetMinimumPoint ()
 

Detailed Description

template<class T>
class G4SimplexDownhill< T >

Definition at line 49 of file G4SimplexDownhill.hh.

Constructor & Destructor Documentation

template<class T>
G4SimplexDownhill< T >::G4SimplexDownhill ( T *  tp,
G4int  n 
)
inline

Definition at line 54 of file G4SimplexDownhill.hh.

55  : currentValue(0.), target(tp), numberOfVariable(n)
56  { init(); }
const XML_Char * target
const G4int n
template<class T>
G4SimplexDownhill< T >::~G4SimplexDownhill ( )

Member Function Documentation

template<class T>
G4double G4SimplexDownhill< T >::GetMinimum ( )
template<class T>
std::vector< G4double > G4SimplexDownhill< T >::GetMinimumPoint ( )

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