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


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.cc

    r1389 r1517  
    290290  in this case.
    291291*/
    292 bool BaseArray::CompareSizes(const BaseArray& a, bool& smo)
     292bool BaseArray::CompareSizes(const BaseArray& a, bool& smo) const
    293293{
    294294  if (ndim_ != a.ndim_)  return(false);
     
    454454//! return various parameters for double loop operations on two arrays.
    455455void BaseArray::GetOpeParams(const BaseArray& a, bool smo, int_4& ax, int_4& axa, sa_size_t& step,
    456                              sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa)
     456                             sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) const
    457457{
    458458  if (smo) { // Same memory organisation
Note: See TracChangeset for help on using the changeset viewer.