Changeset 3012 in Sophya


Ignore:
Timestamp:
Jul 7, 2006, 1:23:24 PM (19 years ago)
Author:
ansari
Message:

petite correction dans la doc / commentaires de TArray , Reza 07/07/2006

File:
1 edited

Legend:

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

    r2883 r3012  
    1616////////////////////////////////////////////////////////////////
    1717
    18 /*!
     18/*! \cond
    1919  \class SOPHYA::TMatrixRC
    2020  \ingroup TArray
    2121  Class for representing rows, columns and diagonal of a matrix.
    2222  \sa TMatrix TArray
    23   */
    24 
    25 //! Class of line, column or diagonal of a TMatrix
    26 /*!
    27   A TMatrixRC represents a line, a column or the diagonal of a TMatrix
    28  */
     23*/
     24
     25/*! \endcond */
     26
    2927namespace SOPHYA {
    3028template <class T>
Note: See TracChangeset for help on using the changeset viewer.