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

File:
1 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  {
Note: See TracChangeset for help on using the changeset viewer.