Changeset 804 in Sophya for trunk/SophyaLib/TArray/utilarr.cc


Ignore:
Timestamp:
Apr 3, 2000, 7:36:01 PM (25 years ago)
Author:
ansari
Message:

Amelioation / debugging de la classe TArray<T> - TVector et TMatrix

heritent maintenant de TArray<T> - Classe RCMatrix rendu prive au fichier
sopemtx.cc - linfit.cc integre a sopemtx.cc

Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/utilarr.cc

    r785 r804  
    2727}
    2828
     29/*
    2930Range & Range::operator = (uint_4 start)
    3031{
     
    3435  return (*this);
    3536}
     37*/
     38
     39
     40IdentityMatrix::IdentityMatrix(double diag, uint_4 n)
     41{
     42  size_ = n;
     43  diag_ = diag;
     44}
Note: See TracChangeset for help on using the changeset viewer.