Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MnMatrixfwd.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_MnMatrixfwd
11#define ROOT_Minuit2_MnMatrixfwd
12
13
14namespace ROOT {
15
16namespace Minuit2 {
17
18class LASymMatrix;
19class LAVector;
20
23
24} // namespace Minuit2
25
26} // namespace ROOT
27
28#endif // ROOT_Minuit2_MnMatrixfwd
Class describing a symmetric matrix of size n.
Definition LASymMatrix.h:45
LAVector MnAlgebraicVector
Definition MnMatrixfwd.h:22
LASymMatrix MnAlgebraicSymMatrix
Definition MnMatrixfwd.h:21
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...