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

/external/eigen/Eigen/src/Core/
H A DTranspose.h225 * Instead, use the adjointInPlace() method:
227 * m.adjointInPlace();
234 * \sa adjointInPlace(), transpose(), conjugate(), class Transpose, class internal::scalar_conjugate_op */
290 * \sa transpose(), adjoint(), adjointInPlace() */
306 * m.adjointInPlace();
323 inline void MatrixBase<Derived>::adjointInPlace() function in class:Eigen::MatrixBase

Completed in 43 milliseconds