Home
last modified time | relevance | path

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

/external/eigen/test/
Dhouseholder.cpp99 SquareMatrixType hseq_mat = hseq; in householder() local
104 VERIFY_IS_APPROX(hseq_mat.adjoint(), hseq_mat_adj); in householder()
105 VERIFY_IS_APPROX(hseq_mat.conjugate(), hseq_mat_conj); in householder()
106 VERIFY_IS_APPROX(hseq_mat.transpose(), hseq_mat_trans); in householder()
107 VERIFY_IS_APPROX(hseq_mat * m6, hseq_mat * m6); in householder()
108 VERIFY_IS_APPROX(hseq_mat.adjoint() * m6, hseq_mat_adj * m6); in householder()
109 VERIFY_IS_APPROX(hseq_mat.conjugate() * m6, hseq_mat_conj * m6); in householder()
110 VERIFY_IS_APPROX(hseq_mat.transpose() * m6, hseq_mat_trans * m6); in householder()
111 VERIFY_IS_APPROX(m6 * hseq_mat, m6 * hseq_mat); in householder()
112 VERIFY_IS_APPROX(m6 * hseq_mat.adjoint(), m6 * hseq_mat_adj); in householder()
[all …]