Prototypes | Header File(s) | |
template <class T> | ||
RWGenMat<T> |
transpose(const RWGenMat<T>&) |
<rw/math/genmat.h> |
Takes a matrix x as an argument and returns the transpose yik = xki. The matrix returned is a new view of the same data as the argument matrix. Use copy() or deepenShallowCopy() to make the views distinct.