Assignment operator
[C++] const COper& operator=( const matrix<T>& t );
matrix object whose size and contents will be copied over this matrix.
These are a standard constructor and a standard copy constructor.
Header: matrix.h
matrix<T> Class | matrix<T> Methods