1 | #ifdef TSNMLUPG4
|
---|
2 | /* This is a specific declaration file to cope with two level
|
---|
3 | name look-up scheme , introduced by gcc >= 3.4
|
---|
4 | THIS FILE SHOULD NOT NORMALLY BE INCLUDED IN USER PROGRAMS
|
---|
5 | R. Ansari - Jan 2006
|
---|
6 | */
|
---|
7 | using SOPHYA::TArray<T>::MemoryMapping ;
|
---|
8 | using SOPHYA::TArray<T>::AutoMemoryMapping ;
|
---|
9 | using SOPHYA::TArray<T>::SameMemoryMapping ;
|
---|
10 | using SOPHYA::TArray<T>::CMemoryMapping ;
|
---|
11 | using SOPHYA::TArray<T>::FortranMemoryMapping ;
|
---|
12 |
|
---|
13 | using SOPHYA::TArray<T>::VectorType ;
|
---|
14 | using SOPHYA::TArray<T>::AutoVectorType ;
|
---|
15 | using SOPHYA::TArray<T>::SameVectorType ;
|
---|
16 | using SOPHYA::TArray<T>::ColumnVector ;
|
---|
17 | using SOPHYA::TArray<T>::RowVector ;
|
---|
18 |
|
---|
19 | using SOPHYA::TArray<T>::NbDimensions ;
|
---|
20 | using SOPHYA::TArray<T>::RowsKA ;
|
---|
21 | using SOPHYA::TArray<T>::ColsKA ;
|
---|
22 | using SOPHYA::TArray<T>::VectKA ;
|
---|
23 | using SOPHYA::TArray<T>::Size ;
|
---|
24 |
|
---|
25 | using SOPHYA::TArray<T>::GetMatProdOpt ;
|
---|
26 | using SOPHYA::TArray<T>::SetMemoryMapping ;
|
---|
27 | using SOPHYA::TArray<T>::GetMemoryMapping ;
|
---|
28 | using SOPHYA::TArray<T>::GetDefaultMemoryMapping ;
|
---|
29 | using SOPHYA::TArray<T>::UpdateMemoryMapping ;
|
---|
30 |
|
---|
31 | using SOPHYA::TArray<T>::SubArray ;
|
---|
32 |
|
---|
33 | // using SOPHYA::TArray<T>:: ;
|
---|
34 |
|
---|
35 | using SOPHYA::TArray<T>::max_nprt_ ;
|
---|
36 | using SOPHYA::TArray<T>::ndim_ ;
|
---|
37 | using SOPHYA::TArray<T>::size_ ;
|
---|
38 | using SOPHYA::TArray<T>::totsize_ ;
|
---|
39 | using SOPHYA::TArray<T>::offset_ ;
|
---|
40 | using SOPHYA::TArray<T>::step_ ;
|
---|
41 | using SOPHYA::TArray<T>::minstep_ ;
|
---|
42 | using SOPHYA::TArray<T>::moystep_ ;
|
---|
43 |
|
---|
44 | using SOPHYA::TArray<T>::marowi_ ;
|
---|
45 | using SOPHYA::TArray<T>::macoli_ ;
|
---|
46 | using SOPHYA::TArray<T>::veceli_ ;
|
---|
47 | using SOPHYA::TArray<T>::arrtype_ ;
|
---|
48 |
|
---|
49 | using SOPHYA::TArray<T>::mNDBlock ;
|
---|
50 |
|
---|
51 | using SOPHYA::TArray<T>::SetSeq ;
|
---|
52 | using SOPHYA::TArray<T>::SetBA ;
|
---|
53 | using SOPHYA::TArray<T>::Show ;
|
---|
54 |
|
---|
55 | #endif /* TSNMLUPG4 */
|
---|