Home
last modified time | relevance | path

Searched defs:adjoint (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
DSolverBase.h109 inline AdjointReturnType adjoint() const in adjoint() function
/external/eigen/test/
Dadjoint.cpp67 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
/external/eigen/Eigen/src/Cholesky/
DLDLT.h243 const LDLT& adjoint() const { return *this; }; in adjoint() function
DLLT.h193 const LLT& adjoint() const { return *this; }; in adjoint() function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h351 const AdjointReturnType adjoint() const { return AdjointReturnType(transpose()); } in adjoint() function
/external/eigen/Eigen/src/Jacobi/
DJacobi.h62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint() function