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

Definition at line 24 of file BFGSErrorUpdator.cxx.

Public Member Functions

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

Private Attributes

std::vector< double > fData
 
unsigned int fNRow
 

Constructor & Destructor Documentation

◆ LASquareMatrix()

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

Definition at line 26 of file BFGSErrorUpdator.cxx.

Member Function Documentation

◆ Nrow()

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

Definition at line 40 of file BFGSErrorUpdator.cxx.

◆ operator()() [1/2]

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

Definition at line 34 of file BFGSErrorUpdator.cxx.

◆ operator()() [2/2]

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

Definition at line 28 of file BFGSErrorUpdator.cxx.

Member Data Documentation

◆ fData

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

Definition at line 44 of file BFGSErrorUpdator.cxx.

◆ fNRow

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

Definition at line 43 of file BFGSErrorUpdator.cxx.

  • math/minuit2/src/BFGSErrorUpdator.cxx