source: Sophya/trunk/SophyaLib/TArray/tvector_tsnl.h@ 4020

Last change on this file since 4020 was 2884, checked in by ansari, 20 years ago

Modifs pour compilation avec g++ 4 (V >= 3.4) - Reza 4 Jan 2006

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