template <class T> void new_Matrix (Matrix<T> *& myptr, long dim1, long dim2) Template new_Matrix allocates a new Matrix of type T, of dimensions dim1 by dim2, and initializes all entries to zero
Template new_Matrix allocates a new Matrix of type T, of dimensions dim1 by dim2, and initializes all entries to zero. The user should send in myptr as just a null pointer.
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