Rev | Line | |
---|
[3809] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // --- SOPHYA software - TArray module ---
|
---|
| 3 | // (C) UPS+LAL IN2P3/CNRS (C) DAPNIA-SPP/CEA
|
---|
[804] | 4 | // All the necessari include files for array manipulation
|
---|
[3809] | 5 |
|
---|
[804] | 6 | #ifndef AllTArray_SEEN
|
---|
| 7 | #define AllTArray_SEEN
|
---|
| 8 |
|
---|
[4055] | 9 | #include "bitvector.h"
|
---|
[804] | 10 | #include "tarray.h"
|
---|
| 11 | #include "tmatrix.h"
|
---|
| 12 | #include "tvector.h"
|
---|
| 13 | #include "matharr.h"
|
---|
| 14 | #include "fioarr.h"
|
---|
| 15 | #include "sopemtx.h"
|
---|
[3416] | 16 | #include "arrctcast.h"
|
---|
[3809] | 17 | #include "spesqmtx.h"
|
---|
| 18 | #include "diagmtx.h"
|
---|
| 19 | #include "trngmtx.h"
|
---|
| 20 | #include "symmtx.h"
|
---|
[804] | 21 |
|
---|
| 22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.