Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.64 transpose()

PrototypesHeader File(s)
template <class T>
RWGenMat<T>
transpose(const RWGenMat<T>&)
<rw/math/genmat.h>

10.64.1 Description

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.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.