Changeset 514 in Sophya for trunk/SophyaLib/NTools/tmatrix.h


Ignore:
Timestamp:
Oct 25, 1999, 6:43:04 PM (26 years ago)
Author:
ansari
Message:

elimination des OVector/OMatrix au profit des TVector/TMatrix cmv 25/10/99

File:
1 edited

Legend:

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

    r508 r514  
    5050  inline uint_4 NRows() const {return mNr;}
    5151  inline uint_4 NCols() const {return mNc;}
     52  inline uint_4 NCol() const {return mNc;} // back-compat Peida
    5253  inline T const& operator()(uint_4 r,uint_4 c) const
    5354                            {return *(mNDBlock.Begin()+r*mNc+c);}
     
    139140
    140141////////////////////////////////////////////////////////////////
    141 // Surcharge d'operateurs A (+=,-=,*=,/=) (T) x
     142// Surcharge d'operateurs A (+,-,*,/) (T) x
    142143
    143144template <class T> inline TMatrix<T> operator + (const TMatrix<T>& a, T b)
Note: See TracChangeset for help on using the changeset viewer.