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


Ignore:
Timestamp:
Jun 12, 2001, 6:21:13 PM (24 years ago)
Author:
ansari
Message:

Rajout classe ComplexMathArray pour operations sur tableaux complexes (real(), imag() ,...) - Ajout fonctions TArray::ReadASCII() (pas encore implementee) et TArray::WriteASCII() - Reza 12/6/2001

File:
1 edited

Legend:

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

    r1389 r1517  
    6262
    6363  // Returns true if ndim and sizes are equal
    64   virtual bool CompareSizes(const BaseArray& a, bool& smo);
     64  virtual bool CompareSizes(const BaseArray& a, bool& smo) const;
    6565
    6666  // Compacts \b size=1 array dimensions
     
    143143  // Pour recuperer pas et numero d'axe pour operations sur deux arrays
    144144  void   GetOpeParams(const BaseArray& a, bool smo, int_4& ax, int_4& axa, sa_size_t& step,
    145                       sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa);
     145                      sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) const;
    146146  // Impression, I/O, ...
    147147  void           Show(ostream& os, bool si=false) const;
Note: See TracChangeset for help on using the changeset viewer.