Changeset 2806 in Sophya


Ignore:
Timestamp:
Jun 9, 2005, 6:37:47 PM (20 years ago)
Author:
ansari
Message:

MAJ documentation+ namespace pour module TArray - Reza 9 Juin 2005

Location:
trunk/SophyaLib/TArray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/toeplitzMatrix.cc

    r2615 r2806  
    33#include "toeplitzMatrix.h"
    44#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
    516Toeplitz::Toeplitz() : hermitian_(false)
    617  {
  • trunk/SophyaLib/TArray/toeplitzMatrix.h

    r2322 r2806  
    2727// Methodes de gradient conjugues pour resolution de systemes (uniquement
    2828// pour symetriques ou hermitiennes, pour le moment)
     29
     30namespace SOPHYA {
    2931
    3032class Toeplitz
     
    173175
    174176
     177}  // Fin du namespace
     178
    175179#endif
Note: See TracChangeset for help on using the changeset viewer.