Changeset 2806 in Sophya for trunk/SophyaLib
- Timestamp:
- Jun 9, 2005, 6:37:47 PM (20 years ago)
- Location:
- trunk/SophyaLib/TArray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/toeplitzMatrix.cc
r2615 r2806 3 3 #include "toeplitzMatrix.h" 4 4 #include "timing.h" 5 6 /*! 7 \class SOPHYA::Toeplitz 8 \ingroup TArray 9 Class for describing a real Toeplitz or complex matrix. 10 Symmetic (/hermitian) or not. 11 Conjugate gradient system solver (for symmetric or hermitian matrices 12 only 13 */ 14 15 5 16 Toeplitz::Toeplitz() : hermitian_(false) 6 17 { -
trunk/SophyaLib/TArray/toeplitzMatrix.h
r2322 r2806 27 27 // Methodes de gradient conjugues pour resolution de systemes (uniquement 28 28 // pour symetriques ou hermitiennes, pour le moment) 29 30 namespace SOPHYA { 29 31 30 32 class Toeplitz … … 173 175 174 176 177 } // Fin du namespace 178 175 179 #endif
Note:
See TracChangeset
for help on using the changeset viewer.