| Last change
 on this file since 3891 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 | 
      
      
| 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 |  | 
|---|
|  | 9 | #include "tarray.h" | 
|---|
|  | 10 | #include "tmatrix.h" | 
|---|
|  | 11 | #include "tvector.h" | 
|---|
|  | 12 | #include "matharr.h" | 
|---|
|  | 13 | #include "fioarr.h" | 
|---|
|  | 14 | #include "sopemtx.h" | 
|---|
| [3416] | 15 | #include "arrctcast.h" | 
|---|
| [3809] | 16 | #include "spesqmtx.h" | 
|---|
|  | 17 | #include "diagmtx.h" | 
|---|
|  | 18 | #include "trngmtx.h" | 
|---|
|  | 19 | #include "symmtx.h" | 
|---|
| [804] | 20 |  | 
|---|
|  | 21 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.