Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MnMatrix.h
Go to the documentation of this file.
1// @(#)root/minuit2:$Id$
2// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4/**********************************************************************
5 * *
6 * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7 * *
8 **********************************************************************/
9
10#ifndef ROOT_Minuit2_MnMatrix
11#define ROOT_Minuit2_MnMatrix
12
13// add MnConfig file to define before everything compiler
14// dependent macros
15
16#include "Minuit2/MnConfig.h"
17
18#include "Minuit2/LASymMatrix.h"
19#include "Minuit2/LAVector.h"
20#include "Minuit2/LaInverse.h"
22
23namespace ROOT {
24
25namespace Minuit2 {
26
29
30} // namespace Minuit2
31
32} // namespace ROOT
33
34#endif // ROOT_Minuit2_MnMatrix
Class describing a symmetric matrix of size n.
Definition LASymMatrix.h:45
LAVector MnAlgebraicVector
Definition MnMatrix.h:28
LASymMatrix MnAlgebraicSymMatrix
Definition MnMatrix.h:27
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...