Changeset 3870 in Sophya for trunk


Ignore:
Timestamp:
Aug 12, 2010, 5:19:59 PM (15 years ago)
Author:
ansari
Message:

correction commentaires pour doxygen, Reza 12/08/2010

Location:
trunk/SophyaLib/TArray
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/diagmtx.h

    r3819 r3870  
    11// This may look like C code, but it is really -*- C++ -*-
     2// This code is part of the SOPHYA library
     3//  (C) Univ. Paris-Sud   (C) LAL-IN2P3/CNRS   (C) IRFU-CEA
     4//  (C) R. Ansari, C.Magneville    2009-2010 
    25
    36#ifndef DIAGMTX_H_SEEN
     
    69#include "spesqmtx.h"
    710
    8 // doit etre mis en dehors du namespace
     11namespace SOPHYA {
     12
    913/*!
    10   \class SOPHYA::DiagonalMatrix
     14  \class DiagonalMatrix
    1115  \ingroup TArray
    1216  \brief Class representing a diagonal matrix.
     
    1721*/
    1822
    19 namespace SOPHYA {
    20 
    21 //! Class for inferior triangular matrix (base class for the class Alm)
    2223template <class T>
    2324class DiagonalMatrix : public SpecialSquareMatrix<T> {
  • trunk/SophyaLib/TArray/spesqmtx.h

    r3831 r3870  
    22// This code is part of the SOPHYA library
    33//  (C) Univ. Paris-Sud   (C) LAL-IN2P3/CNRS   (C) IRFU-CEA
    4 //  (C) R. Ansari, C.Magneville    2009 
     4//  (C) R. Ansari, C.Magneville    2009-2010 
    55
    66#ifndef SPESQMTX_H_SEEN
  • trunk/SophyaLib/TArray/symmtx.h

    r3809 r3870  
    11// This may look like C code, but it is really -*- C++ -*-
     2// This code is part of the SOPHYA library
     3//  (C) Univ. Paris-Sud   (C) LAL-IN2P3/CNRS   (C) IRFU-CEA
     4//  (C) R. Ansari, C.Magneville    2009-2010 
    25
    36#ifndef SYMMTX_H_SEEN
     
    69#include "spesqmtx.h"
    710
    8 // doit etre mis en dehors du namespace
     11namespace SOPHYA {
     12
    913/*!
    10   \class SOPHYA::SymmetricMatrix
     14  \class SymmetricMatrix
    1115  \ingroup TArray
    1216  \brief Class representing a symmetric matrix.
     
    2731  sub matrix extraction method.
    2832*/
    29 
    30 namespace SOPHYA {
    3133 
    32 //! Class for inferior triangular matrix (base class for the class Alm)
    3334template <class T>
    3435class SymmetricMatrix : public SpecialSquareMatrix<T> {
  • trunk/SophyaLib/TArray/trngmtx.h

    r3809 r3870  
    11// This may look like C code, but it is really -*- C++ -*-
     2// This code is part of the SOPHYA library
     3//  (C) Univ. Paris-Sud   (C) LAL-IN2P3/CNRS   (C) IRFU-CEA
     4//  (C) R. Ansari, C.Magneville    2009-2010 
    25
    36#ifndef TRNGMTX_H_SEEN
     
    69#include "spesqmtx.h"
    710
    8 // doit etre mis en dehors du namespace
     11
     12namespace SOPHYA {
     13
    914/*!
    10   \class SOPHYA::LowerTriangularMatrix
     15  \class LowerTriangularMatrix
    1116  \ingroup TArray
    1217  \brief Class representing a lower (inferior) triangular matrix. This is the
     
    2934  sub matrix extraction method.
    3035*/
    31 
    32 namespace SOPHYA {
    3336 
    34 //! Class for inferior triangular matrix (base class for the class Alm)
    3537template <class T>
    3638class LowerTriangularMatrix : public SpecialSquareMatrix<T> {
Note: See TracChangeset for help on using the changeset viewer.