Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Minuit2::FunctionGradient Class Reference

Definition at line 21 of file FunctionGradient.h.

Classes

struct  Data
 

Public Member Functions

 FunctionGradient (const MnAlgebraicVector &grd)
 
 FunctionGradient (const MnAlgebraicVector &grd, const MnAlgebraicVector &g2, const MnAlgebraicVector &gstep)
 
 FunctionGradient (unsigned int n)
 
const MnAlgebraicVector & G2 () const
 
const MnAlgebraicVector & Grad () const
 
const MnAlgebraicVector & Gstep () const
 
bool IsAnalytical () const
 
bool IsValid () const
 
const MnAlgebraicVector & Vec () const
 

Private Attributes

std::shared_ptr< Data > fPtr
 

#include <Minuit2/FunctionGradient.h>

Constructor & Destructor Documentation

◆ FunctionGradient() [1/3]

ROOT::Minuit2::FunctionGradient::FunctionGradient ( unsigned int  n)
inlineexplicit

Definition at line 25 of file FunctionGradient.h.

◆ FunctionGradient() [2/3]

ROOT::Minuit2::FunctionGradient::FunctionGradient ( const MnAlgebraicVector &  grd)
inlineexplicit

Definition at line 30 of file FunctionGradient.h.

◆ FunctionGradient() [3/3]

ROOT::Minuit2::FunctionGradient::FunctionGradient ( const MnAlgebraicVector &  grd,
const MnAlgebraicVector &  g2,
const MnAlgebraicVector &  gstep 
)
inline

Definition at line 35 of file FunctionGradient.h.

Member Function Documentation

◆ G2()

const MnAlgebraicVector & ROOT::Minuit2::FunctionGradient::G2 ( ) const
inline

Definition at line 45 of file FunctionGradient.h.

◆ Grad()

const MnAlgebraicVector & ROOT::Minuit2::FunctionGradient::Grad ( ) const
inline

Definition at line 40 of file FunctionGradient.h.

◆ Gstep()

const MnAlgebraicVector & ROOT::Minuit2::FunctionGradient::Gstep ( ) const
inline

Definition at line 46 of file FunctionGradient.h.

◆ IsAnalytical()

bool ROOT::Minuit2::FunctionGradient::IsAnalytical ( ) const
inline

Definition at line 44 of file FunctionGradient.h.

◆ IsValid()

bool ROOT::Minuit2::FunctionGradient::IsValid ( ) const
inline

Definition at line 42 of file FunctionGradient.h.

◆ Vec()

const MnAlgebraicVector & ROOT::Minuit2::FunctionGradient::Vec ( ) const
inline

Definition at line 41 of file FunctionGradient.h.

Member Data Documentation

◆ fPtr

std::shared_ptr<Data> ROOT::Minuit2::FunctionGradient::fPtr
private

Definition at line 57 of file FunctionGradient.h.

Libraries for ROOT::Minuit2::FunctionGradient:

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