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

Last change on this file since 4044 was 3809, checked in by ansari, 15 years ago

1/ Ajout fichiers / classes de matrices carrees speciales (DiagonalMatrix<T>,

SymmetricMatrix<T> LowerTriangularMatrix<T>

2/ Suppression fichier triangmtx.h et la classe TriangularMatrix<T>
3/ adaptation array.h et enregistrement handlers PPF

Reza, 26/07/2010

File size: 526 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 "tarray.h"
10#include "tmatrix.h"
11#include "tvector.h"
12#include "matharr.h"
13#include "fioarr.h"
14#include "sopemtx.h"
15#include "arrctcast.h"
16#include "spesqmtx.h"
17#include "diagmtx.h"
18#include "trngmtx.h"
19#include "symmtx.h"
20
21#endif
Note: See TracBrowser for help on using the repository browser.