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

Documentation

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.
Returns:
void
Parameters:
myptr - pointer to an object of type T
dim1 - number of rows in the new Matrix
dim2 - number of columns in the new Matrix

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