10#ifndef ROOT_Minuit2_MnCovarianceSqueeze 
   11#define ROOT_Minuit2_MnCovarianceSqueeze 
   19class MnUserCovariance;
 
Class describing a symmetric matrix of size n.
 
MinimumError keeps the inv.
 
class to reduce the covariance matrix when a parameter is fixed by removing the corresponding row and...
 
MnUserCovariance operator()(const MnUserCovariance &, unsigned int) const
 
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...