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 |
|
---|
8 | using SOPHYA::TMatrix<T>::MemoryMapping ;
|
---|
9 | using SOPHYA::TMatrix<T>::AutoMemoryMapping ;
|
---|
10 | using SOPHYA::TMatrix<T>::SameMemoryMapping ;
|
---|
11 | using SOPHYA::TMatrix<T>::CMemoryMapping ;
|
---|
12 | using SOPHYA::TMatrix<T>::FortranMemoryMapping ;
|
---|
13 |
|
---|
14 | using SOPHYA::TMatrix<T>::VectorType ;
|
---|
15 | using SOPHYA::TMatrix<T>::AutoVectorType ;
|
---|
16 | using SOPHYA::TMatrix<T>::SameVectorType ;
|
---|
17 | using SOPHYA::TMatrix<T>::ColumnVector ;
|
---|
18 | using SOPHYA::TMatrix<T>::RowVector ;
|
---|
19 |
|
---|
20 | using SOPHYA::TMatrix<T>::SelectVectorType ;
|
---|
21 | using SOPHYA::TMatrix<T>::GetDefaultVectorType ;
|
---|
22 | using SOPHYA::TMatrix<T>::GetVectorType ;
|
---|
23 |
|
---|
24 |
|
---|
25 | using SOPHYA::TMatrix<T>::NbDimensions ;
|
---|
26 | using SOPHYA::TMatrix<T>::RowsKA ;
|
---|
27 | using SOPHYA::TMatrix<T>::ColsKA ;
|
---|
28 | using SOPHYA::TMatrix<T>::VectKA ;
|
---|
29 | using SOPHYA::TMatrix<T>::Size ;
|
---|
30 |
|
---|
31 | using SOPHYA::TMatrix<T>::GetMatProdOpt ;
|
---|
32 | using SOPHYA::TMatrix<T>::SetMemoryMapping ;
|
---|
33 | using SOPHYA::TMatrix<T>::GetMemoryMapping ;
|
---|
34 | using SOPHYA::TMatrix<T>::GetDefaultMemoryMapping ;
|
---|
35 | using SOPHYA::TMatrix<T>::UpdateMemoryMapping ;
|
---|
36 |
|
---|
37 | using SOPHYA::TMatrix<T>::SubArray ;
|
---|
38 |
|
---|
39 | using SOPHYA::TMatrix<T>::NRows ;
|
---|
40 | using SOPHYA::TMatrix<T>::NCols ;
|
---|
41 |
|
---|
42 | // using SOPHYA::TMatrix<T>:: ;
|
---|
43 |
|
---|
44 | using SOPHYA::TMatrix<T>::max_nprt_ ;
|
---|
45 | using SOPHYA::TMatrix<T>::ndim_ ;
|
---|
46 | using SOPHYA::TMatrix<T>::size_ ;
|
---|
47 | using SOPHYA::TMatrix<T>::totsize_ ;
|
---|
48 | using SOPHYA::TMatrix<T>::offset_ ;
|
---|
49 | using SOPHYA::TMatrix<T>::step_ ;
|
---|
50 | using SOPHYA::TMatrix<T>::minstep_ ;
|
---|
51 | using SOPHYA::TMatrix<T>::moystep_ ;
|
---|
52 |
|
---|
53 | using SOPHYA::TMatrix<T>::marowi_ ;
|
---|
54 | using SOPHYA::TMatrix<T>::macoli_ ;
|
---|
55 | using SOPHYA::TMatrix<T>::veceli_ ;
|
---|
56 | using SOPHYA::TMatrix<T>::arrtype_ ;
|
---|
57 |
|
---|
58 | using SOPHYA::TMatrix<T>::mNDBlock ;
|
---|
59 |
|
---|
60 | using SOPHYA::TMatrix<T>::SetSeq ;
|
---|
61 | using SOPHYA::TMatrix<T>::SetBA ;
|
---|
62 | using SOPHYA::TMatrix<T>::Show ;
|
---|
63 |
|
---|
64 | #endif /* TSNMLUPG4 */
|
---|
65 |
|
---|