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