source: Sophya/trunk/SophyaLib/TArray/array.h@ 4068

Last change on this file since 4068 was 4055, checked in by cmv, 13 years ago

Vecteurs de bits, cmv 30/03/2012

File size: 549 bytes
Line 
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
4// All the necessari include files for array manipulation
5
6#ifndef AllTArray_SEEN
7#define AllTArray_SEEN
8
9#include "bitvector.h"
10#include "tarray.h"
11#include "tmatrix.h"
12#include "tvector.h"
13#include "matharr.h"
14#include "fioarr.h"
15#include "sopemtx.h"
16#include "arrctcast.h"
17#include "spesqmtx.h"
18#include "diagmtx.h"
19#include "trngmtx.h"
20#include "symmtx.h"
21
22#endif
Note: See TracBrowser for help on using the repository browser.