Changeset 976 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


Ignore:
Timestamp:
Apr 27, 2000, 7:55:14 PM (25 years ago)
Author:
ansari
Message:

modifs doc cmv 27/4/00

File:
1 edited

Legend:

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

    r970 r976  
    1 // $Id: tmatrix.cc,v 1.10 2000-04-26 17:55:10 ansari Exp $
     1// $Id: tmatrix.cc,v 1.11 2000-04-27 17:53:51 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    4343
    4444//! Constructor by copy
    45 /*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */
     45/*!
     46  \warning datas are \b SHARED with \b a.
     47  \sa NDataBlock::NDataBlock(const NDataBlock<T>&)
     48*/
    4649template <class T>
    4750TMatrix<T>::TMatrix(const TMatrix<T>& a)
     
    103106}
    104107
    105 //! Set matirx equal to \b a and return *this
     108//! Set matrix equal to \b a and return *this
     109/*!
     110  \warning Datas are copied (cloned) from \b a.
     111  \sa NDataBlock::operator=(const NDataBlock<T>&)
     112*/
    106113template <class T>
    107114TArray<T>& TMatrix<T>::Set(const TArray<T>& a)
Note: See TracChangeset for help on using the changeset viewer.