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) | |
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 | HasG2 () const |
bool | IsAnalytical () const |
bool | IsValid () const |
const MnAlgebraicVector & | Vec () const |
Private Attributes | |
std::shared_ptr< Data > | fPtr |
#include <Minuit2/FunctionGradient.h>
|
inlineexplicit |
Definition at line 25 of file FunctionGradient.h.
|
inlineexplicit |
Definition at line 30 of file FunctionGradient.h.
|
inline |
Definition at line 35 of file FunctionGradient.h.
|
inline |
Definition at line 41 of file FunctionGradient.h.
|
inline |
Definition at line 51 of file FunctionGradient.h.
|
inline |
Definition at line 46 of file FunctionGradient.h.
|
inline |
Definition at line 52 of file FunctionGradient.h.
|
inline |
Definition at line 50 of file FunctionGradient.h.
|
inline |
Definition at line 49 of file FunctionGradient.h.
|
inline |
Definition at line 48 of file FunctionGradient.h.
|
inline |
Definition at line 47 of file FunctionGradient.h.
|
private |
Definition at line 64 of file FunctionGradient.h.