List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes
utl::CorrelationMatrix Class Reference

#include <CorrelationMatrix.h>

Public Member Functions

 CorrelationMatrix (const int nPar)
 
double Get (const int iPar, const int jPar) const
 
unsigned int GetNParameter () const
 
double operator() (const int iPar, const int jPar) const
 
void Set (const int iPar, const int jPar, const double corr)
 

Private Types

typedef std::vector< double > Elements
 

Private Member Functions

int Index (const int iPar, const int jPar) const
 

Private Attributes

Elements fElements
 
int fNParameter
 

Detailed Description

Definition at line 9 of file CorrelationMatrix.h.

Member Typedef Documentation

typedef std::vector<double> utl::CorrelationMatrix::Elements
private

Definition at line 23 of file CorrelationMatrix.h.

Constructor & Destructor Documentation

CorrelationMatrix::CorrelationMatrix ( const int  nPar)

Definition at line 26 of file CorrelationMatrix.cc.

References fElements.

Member Function Documentation

double utl::CorrelationMatrix::Get ( const int  iPar,
const int  jPar 
) const
inline
unsigned int utl::CorrelationMatrix::GetNParameter ( ) const
inline
int CorrelationMatrix::Index ( const int  iPar,
const int  jPar 
) const
inlineprivate

Definition at line 10 of file CorrelationMatrix.cc.

Referenced by operator()(), and Set().

double CorrelationMatrix::operator() ( const int  iPar,
const int  jPar 
) const

Definition at line 52 of file CorrelationMatrix.cc.

References fElements, and Index().

Referenced by Get().

void CorrelationMatrix::Set ( const int  iPar,
const int  jPar,
const double  corr 
)

Member Data Documentation

Elements utl::CorrelationMatrix::fElements
private

Definition at line 28 of file CorrelationMatrix.h.

Referenced by CorrelationMatrix(), operator()(), and Set().

int utl::CorrelationMatrix::fNParameter
private

Definition at line 27 of file CorrelationMatrix.h.

Referenced by GetNParameter().


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

, generated on Tue Sep 26 2023.