template <class T> void new_Vector (Vector<T> *& myptr, long dim)

Template new_Vector allocates a new Vector of type T, length dim, and initializes all entries to zero

Documentation

Template new_Vector allocates a new Vector of type T, length dim, and initializes all entries to zero. The user should send in myptr as just a null pointer.
Returns:
void
Parameters:
myptr - pointer to an object of type T
dim - the desired length of the new 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