Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ G4SimplexDownhill()

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(); }

◆ ~G4SimplexDownhill()

template<class T >
G4SimplexDownhill< T >::~G4SimplexDownhill ( )

Member Function Documentation

◆ GetMinimum()

template<class T >
G4double G4SimplexDownhill< T >::GetMinimum ( )

◆ GetMinimumPoint()

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

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