HomeSort by relevance Sort by last modified time
    Searched refs:householder (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
householder.cpp 13 template<typename MatrixType> void householder(const MatrixType& m) function
19 Householder.h
78 // test householder sequence on the left with a shift
116 // test householder sequence on the right with a shift
129 CALL_SUBTEST_1( householder(Matrix<double,2,2>()) );
130 CALL_SUBTEST_2( householder(Matrix<float,2,3>()) );
131 CALL_SUBTEST_3( householder(Matrix<double,3,5>()) );
132 CALL_SUBTEST_4( householder(Matrix<float,4,4>()) );
133 CALL_SUBTEST_5( householder(MatrixXd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
134 CALL_SUBTEST_6( householder(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random<int>(1,EIGEN_TEST_MAX_SIZE (…)
    [all...]
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 65 const MatrixType& householder() const { return m_householder; } function in class:Eigen::internal::UpperBidiagonalization
105 // construct left householder transform in-place in m_householder
109 // apply householder transform to remaining part of m_householder on the left
117 // construct right householder transform in-place in m_householder
121 // apply householder transform to remaining part of m_householder on the left
132 /** \return the Householder QR decomposition of \c *this.

Completed in 2438 milliseconds