template <class T> void new_Vector_Init (Vector<T> *& myptr, const Vector<T> & Holder)

Template new_Vector_Init allocates a new Vector of type T, length dim, and initializes all entries to the corresponding values in Holder

Documentation

Template new_Vector_Init allocates a new Vector of type T, length dim, and initializes all entries to the corresponding values in Holder. The user should send in myptr as just a null pointer.
Returns:
void
Parameters:
myptr - pointer to an object of type T
Holder - the Vector from which to initialize the newly allocated Vector

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de