Constructs a mtx_ptrs<T> object
[C++]
mtx_ptrs();
mtx_ptrs(
size_t dim0,
size_t dim1
);
mtx_ptrs(
const mtx_ptrs<T>& mat
);
The initial size of dimension 0
The initial size of dimension 1
A reference to a mtx_ptrs<T> object.
The third version of the contructor copies the contents of its argument into
the new matrix object.
Header: plemtx.h