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

Definition at line 30 of file BFGSErrorUpdator.cxx.

Public Member Functions

 LASquareMatrix (unsigned int n)
 
unsigned int Nrow () const
 
doubleoperator() (unsigned int row, unsigned int col)
 
double operator() (unsigned int row, unsigned int col) const
 

Private Attributes

std::vector< doublefData
 
unsigned int fNRow
 

Constructor & Destructor Documentation

◆ LASquareMatrix()

ROOT::Minuit2::LASquareMatrix::LASquareMatrix ( unsigned int  n)
inline

Definition at line 32 of file BFGSErrorUpdator.cxx.

Member Function Documentation

◆ Nrow()

unsigned int ROOT::Minuit2::LASquareMatrix::Nrow ( ) const
inline

Definition at line 46 of file BFGSErrorUpdator.cxx.

◆ operator()() [1/2]

double & ROOT::Minuit2::LASquareMatrix::operator() ( unsigned int  row,
unsigned int  col 
)
inline

Definition at line 40 of file BFGSErrorUpdator.cxx.

◆ operator()() [2/2]

double ROOT::Minuit2::LASquareMatrix::operator() ( unsigned int  row,
unsigned int  col 
) const
inline

Definition at line 34 of file BFGSErrorUpdator.cxx.

Member Data Documentation

◆ fData

std::vector<double> ROOT::Minuit2::LASquareMatrix::fData
private

Definition at line 50 of file BFGSErrorUpdator.cxx.

◆ fNRow

unsigned int ROOT::Minuit2::LASquareMatrix::fNRow
private

Definition at line 49 of file BFGSErrorUpdator.cxx.

  • math/minuit2/src/BFGSErrorUpdator.cxx