Changeset 2806 in Sophya for trunk/SophyaLib/TArray/toeplitzMatrix.cc
- Timestamp:
- Jun 9, 2005, 6:37:47 PM (20 years ago)
- File:
-
- 1 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 {
Note:
See TracChangeset
for help on using the changeset viewer.