Last change
on this file since 2277 was 804, checked in by ansari, 25 years ago |
Amelioation / debugging de la classe TArray<T> - TVector et TMatrix
heritent maintenant de TArray<T> - Classe RCMatrix rendu prive au fichier
sopemtx.cc - linfit.cc integre a sopemtx.cc
Reza 03/04/2000
|
File size:
355 bytes
|
Rev | Line | |
---|
[804] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // All the necessari include files for array manipulation
|
---|
| 3 | // R. Ansari, C.Magneville 03/2000
|
---|
| 4 |
|
---|
| 5 | #ifndef AllTArray_SEEN
|
---|
| 6 | #define AllTArray_SEEN
|
---|
| 7 |
|
---|
| 8 | #include "tarray.h"
|
---|
| 9 | #include "tmatrix.h"
|
---|
| 10 | #include "tvector.h"
|
---|
| 11 | #include "matharr.h"
|
---|
| 12 | #include "fioarr.h"
|
---|
| 13 | #include "sopemtx.h"
|
---|
| 14 |
|
---|
| 15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.