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

/external/eigen/Eigen/src/QR/
H A DHouseholderQR_MKL.h56 hCoeffs.adjointInPlace(); \
H A DColPivHouseholderQR_MKL.h74 m_hCoeffs.adjointInPlace(); \
/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
H A DMatrixBase.h214 void adjointInPlace();
/external/eigen/test/
H A Dadjoint.cpp114 m3.adjointInPlace();

Completed in 154 milliseconds