Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
BFGSErrorUpdator.cxx File Reference
#include "Minuit2/BFGSErrorUpdator.h"
#include "Minuit2/MinimumState.h"
#include "Minuit2/LaSum.h"
#include "Minuit2/LaProd.h"
#include "Minuit2/MnPrint.h"
#include <vector>
Include dependency graph for BFGSErrorUpdator.cxx:

Classes

class  ROOT::Minuit2::LASquareMatrix
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Minuit2
 

Functions

double ROOT::Minuit2::inner_product (const LAVector &, const LAVector &)
 
LASquareMatrix ROOT::Minuit2::MatrixProduct (const LASymMatrix &m1, const LASquareMatrix &m2)
 
LASquareMatrix ROOT::Minuit2::OuterProduct (const LAVector &v1, const LAVector &v2)
 
double ROOT::Minuit2::similarity (const LAVector &, const LASymMatrix &)
 
double ROOT::Minuit2::sum_of_elements (const LASymMatrix &)