Home
last modified time | relevance | path

Searched refs:hseq_mat_adj (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dhouseholder.cpp101 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder() local
104 VERIFY_IS_APPROX(hseq_mat.adjoint(), hseq_mat_adj); in householder()
108 VERIFY_IS_APPROX(hseq_mat.adjoint() * m6, hseq_mat_adj * m6); in householder()
112 VERIFY_IS_APPROX(m6 * hseq_mat.adjoint(), m6 * hseq_mat_adj); in householder()