source: Sophya/trunk/SophyaLib/TArray/spesqmtx_tsnl.h@ 4062

Last change on this file since 4062 was 3809, checked in by ansari, 15 years ago

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 size: 893 bytes
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*/
6
7using SOPHYA::SpecialSquareMatrix<T>::mType ;
8using SOPHYA::SpecialSquareMatrix<T>::mNrows ;
9using SOPHYA::SpecialSquareMatrix<T>::mElems ;
10using SOPHYA::SpecialSquareMatrix<T>::mInfo ;
11
12using SOPHYA::SpecialSquareMatrix<T>::SetSize ;
13using SOPHYA::SpecialSquareMatrix<T>::ReSize ;
14using SOPHYA::SpecialSquareMatrix<T>::ReSizeRow ;
15
16using SOPHYA::SpecialSquareMatrix<T>::Info ;
17
18using SOPHYA::SpecialSquareMatrix<T>::MtxType ;
19using SOPHYA::SpecialSquareMatrix<T>::NRows ;
20using SOPHYA::SpecialSquareMatrix<T>::NCols ;
21using SOPHYA::SpecialSquareMatrix<T>::Size ;
22using SOPHYA::SpecialSquareMatrix<T>::SetSeq ;
23
24/*
25using SOPHYA::SpecialSquareMatrix<T> ;
26*/
27
28#endif /* TSNMLUPG4 */
Note: See TracBrowser for help on using the repository browser.