XLL+ Class Library (7.0)

matrix<T>::operator=

Assignment operator

const COper& operator=(
   const matrix<T>& t
);

Parameters

t

matrix object whose size and contents will be copied over this matrix.

Remarks

These are a standard constructor and a standard copy constructor.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods