|
FairRoot/PandaRoot
|
Go to the source code of this file.
Classes | |
| class | F64vec1 |
Macros | |
| #define | _f2(A, B, F) F64vec1 z; z.v[0] = F(A.v[0],B.v[0]); return z; |
| #define | _f1(A, F) F64vec1 z; z.v[0] = F(A.v[0]); return z; |
| #define | _op(A, B, O) F64vec1 z; z.v[0] = A.v[0] O B.v[0]; return z; |
| #define | _fvecalignment |
Typedefs | |
| typedef F64vec1 | fvec |
| typedef double | fscal |
Variables | |
| const int | fvecLen = 1 |
Definition at line 39 of file PSEUDO_F64vec1.h.
Definition at line 38 of file PSEUDO_F64vec1.h.
| #define _fvecalignment |
Definition at line 89 of file PSEUDO_F64vec1.h.
Definition at line 40 of file PSEUDO_F64vec1.h.
| typedef double fscal |
Definition at line 85 of file PSEUDO_F64vec1.h.
Definition at line 83 of file PSEUDO_F64vec1.h.
| const int fvecLen = 1 |
Definition at line 84 of file PSEUDO_F64vec1.h.
1.8.8