HomeSort by relevance Sort by last modified time
    Searched refs:adjointInPlace (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/QR/
HouseholderQR_MKL.h 56 hCoeffs.adjointInPlace(); \
ColPivHouseholderQR_MKL.h 74 m_hCoeffs.adjointInPlace(); \
  /external/eigen/Eigen/src/Core/
Transpose.h 225 * 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()
MatrixBase.h 214 void adjointInPlace();
  /external/eigen/test/
adjoint.cpp 114 m3.adjointInPlace();

Completed in 1515 milliseconds