ROOT
6.13/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
<
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Functions
<
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
a
b
c
e
g
k
l
p
q
s
+
Typedefs
c
d
f
g
i
l
m
o
p
q
r
s
u
x
Enumerations
+
Enumerator
b
c
k
o
s
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
f
h
i
k
l
m
n
p
r
s
t
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
i
m
p
r
s
t
v
x
y
+
Enumerations
e
y
+
Enumerator
d
k
m
n
+
Related Functions
c
f
g
h
i
k
l
m
o
s
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
b
c
e
f
g
i
k
m
o
p
r
s
t
v
x
y
z
+
Typedefs
e
g
h
k
m
r
s
t
u
v
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
math
smatrix
inc
LinkDefD32.h
Go to the documentation of this file.
1
// @(#)root/smatrix:$Id$
2
// Authors: L. Moneta 2005
3
4
5
6
7
#ifdef __CINT__
8
9
#pragma link off all globals;
10
#pragma link off all classes;
11
#pragma link off all functions;
12
13
#pragma link C++ nestedclass;
14
15
//#pragma link C++ namespace tvmet;
16
17
//#pragma link C++ typedef value_type;
18
19
20
//#pragma link C++ class ROOT::Math::SMatrixIdentity+;
21
22
//generate from 3x3 up to 6x6
23
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,3,3>+;
24
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,4,4>+;
25
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,5,5>+;
26
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,6,6>+;
27
28
29
#pragma link C++ class ROOT::Math::MatRepStd<Double32_t,3,3>+;
30
#pragma link C++ class ROOT::Math::MatRepStd<Double32_t,4,4>+;
31
#pragma link C++ class ROOT::Math::MatRepStd<Double32_t,5,5>+;
32
#pragma link C++ class ROOT::Math::MatRepStd<Double32_t,6,6>+;
33
34
35
#pragma link C++ class ROOT::Math::SVector<Double32_t,3>+;
36
#pragma link C++ class ROOT::Math::SVector<Double32_t,4>+;
37
#pragma link C++ class ROOT::Math::SVector<Double32_t,5>+;
38
#pragma link C++ class ROOT::Math::SVector<Double32_t,6>+;
39
40
#pragma link C++ class ROOT::Math::MatRepSym<Double32_t,3>+;
41
#pragma link C++ class ROOT::Math::MatRepSym<Double32_t,4>+;
42
#pragma link C++ class ROOT::Math::MatRepSym<Double32_t,5>+;
43
#pragma link C++ class ROOT::Math::MatRepSym<Double32_t,6>+;
44
45
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >+;
46
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,4,4,ROOT::Math::MatRepSym<Double32_t,4> >+;
47
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,5,5,ROOT::Math::MatRepSym<Double32_t,5> >+;
48
#pragma link C++ class ROOT::Math::SMatrix<Double32_t,6,6,ROOT::Math::MatRepSym<Double32_t,6> >+;
49
50
51
#endif