template <class T> void new_Matrix_Init (Matrix<T> *& myptr, const Matrix<T> & Holder)

Template new_Matrix_Init allocates a new Matrix of type T

Documentation

Template new_Matrix_Init allocates a new Matrix of type T. The new Matrix will have the same dimensions and the same entries as 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