Searched refs:householder (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | householder.cpp | 13 template<typename MatrixType> void householder(const MatrixType& m) in householder() function 129 CALL_SUBTEST_1( householder(Matrix<double,2,2>()) ); in test_householder() 130 CALL_SUBTEST_2( householder(Matrix<float,2,3>()) ); in test_householder() 131 CALL_SUBTEST_3( householder(Matrix<double,3,5>()) ); in test_householder() 132 CALL_SUBTEST_4( householder(Matrix<float,4,4>()) ); in test_householder() 133 …CALL_SUBTEST_5( householder(MatrixXd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random… in test_householder() 134 …CALL_SUBTEST_6( householder(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::rando… in test_householder() 135 …CALL_SUBTEST_7( householder(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random… in test_householder() 136 CALL_SUBTEST_8( householder(Matrix<double,1,1>()) ); in test_householder()
|
D | CMakeLists.txt | 212 ei_add_test(householder)
|
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 65 const MatrixType& householder() const { return m_householder; } in householder() function
|