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>
|
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 45 of file FunctionGradient.h.
|
inline |
Definition at line 40 of file FunctionGradient.h.
|
inline |
Definition at line 46 of file FunctionGradient.h.
|
inline |
Definition at line 44 of file FunctionGradient.h.
|
inline |
Definition at line 42 of file FunctionGradient.h.
|
inline |
Definition at line 41 of file FunctionGradient.h.
|
private |
Definition at line 57 of file FunctionGradient.h.