Loading [MathJax]/extensions/tex2jax.js
ROOT
6.12/07
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
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
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
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
w
x
+
Enumerations
a
e
f
g
m
p
t
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
w
+
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
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
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related 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
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
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
+
Variables
_
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
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
v
w
+
Macros
1
2
3
4
5
6
7
8
9
_
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
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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