Home
last modified time | relevance | path

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

/external/eigen/test/
Dhouseholder.cpp88 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() local
89 hseq.setLength(hc.size()).setShift(shift); in householder()
90 VERIFY(hseq.length() == hc.size()); in householder()
91 VERIFY(hseq.shift() == shift); in householder()
95 VERIFY_IS_APPROX(hseq * m5, m1); // test applying hseq directly in householder()
96 m3 = hseq; in householder()
99 SquareMatrixType hseq_mat = hseq; in householder()
100 SquareMatrixType hseq_mat_conj = hseq.conjugate(); in householder()
101 SquareMatrixType hseq_mat_adj = hseq.adjoint(); in householder()
102 SquareMatrixType hseq_mat_trans = hseq.transpose(); in householder()