Changeset 3809 in Sophya for trunk/SophyaLib/TArray/array.h


Ignore:
Timestamp:
Jul 26, 2010, 4:06:56 PM (15 years ago)
Author:
ansari
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/array.h

    r3416 r3809  
    1 // This may look like C code, but it is really -*- C++ -*-
     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
    24//  All the necessari include files for array manipulation
    3 //                     R. Ansari, C.Magneville   03/2000
    4 
     5                   
    56#ifndef AllTArray_SEEN
    67#define AllTArray_SEEN
     
    1314#include "sopemtx.h"
    1415#include "arrctcast.h"
     16#include "spesqmtx.h"
     17#include "diagmtx.h"
     18#include "trngmtx.h"
     19#include "symmtx.h"
    1520
    1621#endif
Note: See TracChangeset for help on using the changeset viewer.