Changeset 926 in Sophya for trunk/SophyaLib/TArray/tmatrix.h


Ignore:
Timestamp:
Apr 13, 2000, 8:39:39 PM (25 years ago)
Author:
ansari
Message:

documentation cmv 13/4/00

File:
1 edited

Legend:

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

    r920 r926  
    99namespace SOPHYA {
    1010
    11 //! Class of matrixes
    12 /*!
    13   \class SOPHYA::TMatrix
    14   \ingroup TArray
    15   \sa TArray
    16  */
    17 
     11//! Class of matrices
    1812template <class T>
    1913class TMatrix : public TArray<T> {
Note: See TracChangeset for help on using the changeset viewer.