XLL+ Class Library (7.0)

mtx_flat<T>::mtx_flat

Constructs a mtx_flat<T> object

mtx_flat( );
mtx_flat(
   size_t dim0,
   size_t dim1
);
mtx_flat(
   const mtx_flat<T>& mat
);

Parameters

dim0

The initial size of dimension 0

dim1

The initial size of dimension 1

mat

A reference to a mtx_flat<T> object.

Remarks

The third version of the contructor copies the contents of its argument into the new matrix object.

Requirements

Header: plemtx.h

See Also

mtx_flat<T> Class | mtx_flat<T> Methods