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


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

    r220 r303  
    66
    77class GeneralFit;
     8#include "tvector.h"
     9//cmv template <class T> class TVector;
    810
    911// <summary> Vecteur colonne pour operations matricielles </summary>
     
    1113// des operations matricielles.
    1214class Vector : public Matrix {
     15  friend class TVector<r_8>;
    1316public:
    1417  // Constructeur, n = nombre d'elements.
     
    2124  // <thrown> sizeMismatchErr </thrown>
    2225  Vector(const Matrix& a);
     26  // Constructeur par copie a partir d'un TVector<r_8>
     27  Vector(const TVector<r_8>& v);
    2328
    2429  // Construction automatique pour PPF
Note: See TracChangeset for help on using the changeset viewer.