15 #ifndef GAUDIKERNEL_GENERICMATRIXTYPES_H
16 #define GAUDIKERNEL_GENERICMATRIXTYPES_H 1
19 #include "Math/SMatrix.h"
33 typedef ROOT::Math::SMatrix<double, 1, 1>
Matrix1x1;
34 typedef ROOT::Math::SMatrix<double, 2, 2>
Matrix2x2;
35 typedef ROOT::Math::SMatrix<double, 3, 3>
Matrix3x3;
36 typedef ROOT::Math::SMatrix<double, 4, 4>
Matrix4x4;
37 typedef ROOT::Math::SMatrix<double, 5, 5>
Matrix5x5;
38 typedef ROOT::Math::SMatrix<double, 6, 6>
Matrix6x6;
39 typedef ROOT::Math::SMatrix<double, 7, 7>
Matrix7x7;
40 typedef ROOT::Math::SMatrix<double, 8, 8>
Matrix8x8;
41 typedef ROOT::Math::SMatrix<double, 9, 9>
Matrix9x9;
43 typedef ROOT::Math::SMatrix<double, 1, 3>
Matrix1x3;
44 typedef ROOT::Math::SMatrix<double, 1, 5>
Matrix1x5;
45 typedef ROOT::Math::SMatrix<double, 1, 6>
Matrix1x6;
46 typedef ROOT::Math::SMatrix<double, 4, 3>
Matrix4x3;
47 typedef ROOT::Math::SMatrix<double, 3, 4>
Matrix3x4;
48 typedef ROOT::Math::SMatrix<double, 3, 5>
Matrix3x5;
49 typedef ROOT::Math::SMatrix<double, 3, 6>
Matrix3x6;
50 typedef ROOT::Math::SMatrix<double, 2, 3>
Matrix2x3;
51 typedef ROOT::Math::SMatrix<double, 3, 2>
Matrix3x2;
53 typedef ROOT::Math::SMatrix<float, 1, 1>
Matrix1x1F;
54 typedef ROOT::Math::SMatrix<float, 2, 2>
Matrix2x2F;
55 typedef ROOT::Math::SMatrix<float, 3, 3>
Matrix3x3F;
56 typedef ROOT::Math::SMatrix<float, 4, 4>
Matrix4x4F;
57 typedef ROOT::Math::SMatrix<float, 5, 5>
Matrix5x5F;
58 typedef ROOT::Math::SMatrix<float, 6, 6>
Matrix6x6F;
59 typedef ROOT::Math::SMatrix<float, 7, 7>
Matrix7x7F;
60 typedef ROOT::Math::SMatrix<float, 8, 8>
Matrix8x8F;
61 typedef ROOT::Math::SMatrix<float, 9, 9>
Matrix9x9F;
63 typedef ROOT::Math::SMatrix<float, 1, 5>
Matrix1x5F;
64 typedef ROOT::Math::SMatrix<float, 4, 3>
Matrix4x3F;
65 typedef ROOT::Math::SMatrix<float, 3, 4>
Matrix3x4F;
66 typedef ROOT::Math::SMatrix<float, 2, 3>
Matrix2x3F;
67 typedef ROOT::Math::SMatrix<float, 3, 2>
Matrix3x2F;
70 #endif // KERNEL_GENERICMATRIXTYPES_H
ROOT::Math::SMatrix< double, 8, 8 > Matrix8x8
Generic 8x8 matrix (double)
ROOT::Math::SMatrix< double, 4, 4 > Matrix4x4
Generic 4x4 matrix (double)
ROOT::Math::SMatrix< double, 3, 5 > Matrix3x5
Generic 3x5 matrix (double)
ROOT::Math::SMatrix< float, 8, 8 > Matrix8x8F
Generic 8x8 matrix (float)
ROOT::Math::SMatrix< float, 9, 9 > Matrix9x9F
Generic 9x9 matrix (float)
ROOT::Math::SMatrix< float, 3, 4 > Matrix3x4F
Generic 3x4 matrix (float)
ROOT::Math::SMatrix< double, 9, 9 > Matrix9x9
Generic 9x9 matrix (double)
ROOT::Math::SMatrix< double, 3, 3 > Matrix3x3
Generic 3x3 matrix (double)
ROOT::Math::SMatrix< double, 3, 2 > Matrix3x2
Generic 3x2 matrix (double)
ROOT::Math::SMatrix< float, 3, 3 > Matrix3x3F
Generic 3x3 matrix (float)
ROOT::Math::SMatrix< double, 1, 1 > Matrix1x1
Generic 1x1 matrix (double)
ROOT::Math::SMatrix< float, 1, 1 > Matrix1x1F
Generic 1x1 matrix (float)
ROOT::Math::SMatrix< double, 3, 6 > Matrix3x6
Generic 3x6 matrix (double)
ROOT::Math::SMatrix< double, 4, 3 > Matrix4x3
Generic 4x3 matrix (double)
ROOT::Math::SMatrix< double, 2, 3 > Matrix2x3
Generic 2x3 matrix (double)
ROOT::Math::SMatrix< double, 1, 6 > Matrix1x6
Generic 1x6 matrix (double)
ROOT::Math::SMatrix< double, 6, 6 > Matrix6x6
Generic 6x6 matrix (double)
ROOT::Math::SMatrix< float, 2, 3 > Matrix2x3F
Generic 2x3 matrix (float)
ROOT::Math::SMatrix< float, 7, 7 > Matrix7x7F
Generic 7x7 matrix (float)
ROOT::Math::SMatrix< double, 5, 5 > Matrix5x5
Generic 5x5 matrix (double)
ROOT::Math::SMatrix< double, 7, 7 > Matrix7x7
Generic 7x7 matrix (double)
ROOT::Math::SMatrix< double, 1, 5 > Matrix1x5
Generic 1x5 matrix (double)
ROOT::Math::SMatrix< double, 2, 2 > Matrix2x2
Generic 2x2 matrix (double)
ROOT::Math::SMatrix< float, 2, 2 > Matrix2x2F
Generic 2x2 matrix (float)
ROOT::Math::SMatrix< double, 1, 3 > Matrix1x3
Generic 1x3 matrix (double)
ROOT::Math::SMatrix< float, 5, 5 > Matrix5x5F
Generic 5x5 matrix (float)
ROOT::Math::SMatrix< float, 4, 3 > Matrix4x3F
Generic 4x3 matrix (float)
ROOT::Math::SMatrix< float, 4, 4 > Matrix4x4F
Generic 4x4 matrix (float)
ROOT::Math::SMatrix< double, 3, 4 > Matrix3x4
Generic 3x4 matrix (double)
ROOT::Math::SMatrix< float, 6, 6 > Matrix6x6F
Generic 6x6 matrix (float)
Helper functions to set/get the application return code.
ROOT::Math::SMatrix< float, 3, 2 > Matrix3x2F
Generic 3x2 matrix (float)
ROOT::Math::SMatrix< float, 1, 5 > Matrix1x5F
Generic 1x5 matrix (float)