Geant4 10.7.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 47 of file G4SimplexDownhill.hh.

Constructor & Destructor Documentation

◆ G4SimplexDownhill()

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

Definition at line 50 of file G4SimplexDownhill.hh.

51 : currentValue(0.)
52 , target(tp)
53 , numberOfVariable(n)
54 {
55 init();
56 }

◆ ~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: