Searched defs:adjoint (Results 1 – 6 of 6) sorted by relevance
109 inline AdjointReturnType adjoint() const in adjoint() function
67 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
243 const LDLT& adjoint() const { return *this; }; in adjoint() function
193 const LLT& adjoint() const { return *this; }; in adjoint() function
351 const AdjointReturnType adjoint() const { return AdjointReturnType(transpose()); } in adjoint() function
62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint() function