OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjointInPlace
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/QR/
HouseholderQR_MKL.h
58
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
212
void
adjointInPlace
();
/external/eigen/test/
adjoint.cpp
114
m3.
adjointInPlace
();
Completed in 822 milliseconds