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


Ignore:
Timestamp:
Apr 21, 2000, 6:31:26 PM (25 years ago)
Author:
ansari
Message:

doc pour preparation inverse logique de NDataBlock cmv 21/4/00

File:
1 edited

Legend:

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

    r958 r967  
    2525  virtual TArray<T>& Set(const TArray<T>& a);
    2626  //! Operator = between matrices
     27  /*! \sa NDataBlock::operator=(const NDataBlock<T>&) */
    2728  inline  TMatrix<T>& operator = (const TMatrix<T>& a)
    2829                     { Set(a);  return(*this); }
Note: See TracChangeset for help on using the changeset viewer.