Changeset 2917 in Sophya for trunk/SophyaLib/TArray/basarr.h


Ignore:
Timestamp:
Feb 23, 2006, 2:50:26 PM (20 years ago)
Author:
ansari
Message:

Documentation + debug Range et extraction sous-tableaux , Reza 23/02/2006

File:
1 edited

Legend:

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

    r2888 r2917  
    6868  virtual bool CompareSizes(const BaseArray& a, bool& smo) const;
    6969
    70   // Compacts \b size=1 array dimensions
    71   virtual void CompactAllDim(); // suppresses all size==1 dimensions
    72   virtual void CompactTrailingDim(); // suppresses size==1 dimensions after the last size>1 dimension
    73 
    7470  // Array dimensions
    7571  //! Return true if the array was allocated ( Rank() > 0 )
     
    170166  inline int_4 CheckDI(int_4 ka, int msg) const ;
    171167  inline void CheckBound(sa_size_t ix, sa_size_t iy, sa_size_t iz, sa_size_t it, sa_size_t iu, int msg) const ;
     168  // Compacts size=1 array dimensions
     169  void CompactAllDim(); // suppresses all size==1 dimensions
     170  void CompactTrailingDim(); // suppresses size==1 dimensions after the last size>1 dimension
    172171  // Changing Sizes/NDim ... return true if OK
    173172  bool UpdateSizes(int_4 ndim, const sa_size_t * siz, sa_size_t step, sa_size_t offset, string & exmsg);
Note: See TracChangeset for help on using the changeset viewer.