Searched defs:transposeInPlace (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DTranspose.h187 * Instead, use the transposeInPlace() method:
189 * m.transposeInPlace();
196 * \sa transposeInPlace(), adjoint() */
208 * \sa transposeInPlace(), adjoint() */
275 * m.transposeInPlace();
292 inline void DenseBase<Derived>::transposeInPlace() function in class:Eigen::DenseBase
295 && "transposeInPlace() called on a non-square non-resizable matrix");
321 * \sa transpose(), adjoint(), transposeInPlace() */
393 && "aliasing detected during transposition, use transposeInPlace() "

Completed in 121 milliseconds