Changeset 303 in Sophya for trunk/SophyaLib/NTools/cvector.cc


Ignore:
Timestamp:
May 18, 1999, 3:29:12 PM (26 years ago)
Author:
ansari
Message:

construction Vector a partir TVector<r_8> cmv 18/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/cvector.cc

    r244 r303  
    33#include "cvector.h"
    44#include "generalfit.h"
     5#include "tvector.h"
    56
    67//++
     
    6263  memcpy(data, a.data, a.nr * sizeof(double));
    6364  END_CONSTRUCTOR
     65}
     66
     67//++
     68Vector::Vector(const TVector<r_8>& v)
     69//
     70//      Constructeur par "copie" a partir d'un TVector<r_8>.
     71//      Attention, les donnees sont partagees.
     72//--
     73: Matrix(v)
     74{
    6475}
    6576
Note: See TracChangeset for help on using the changeset viewer.