Home
last modified time | relevance | path

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

/external/eigen/test/
Dproduct_selfadjoint.cpp12 template<typename MatrixType> void product_selfadjoint(const MatrixType& m) in product_selfadjoint() function
67 CALL_SUBTEST_1( product_selfadjoint(Matrix<float, 1, 1>()) ); in test_product_selfadjoint()
68 CALL_SUBTEST_2( product_selfadjoint(Matrix<float, 2, 2>()) ); in test_product_selfadjoint()
69 CALL_SUBTEST_3( product_selfadjoint(Matrix3d()) ); in test_product_selfadjoint()
72 CALL_SUBTEST_4( product_selfadjoint(MatrixXcf(s, s)) ); in test_product_selfadjoint()
76 CALL_SUBTEST_5( product_selfadjoint(MatrixXcd(s,s)) ); in test_product_selfadjoint()
80 CALL_SUBTEST_6( product_selfadjoint(MatrixXd(s,s)) ); in test_product_selfadjoint()
84 CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) ); in test_product_selfadjoint()
DCMakeLists.txt196 ei_add_test(product_selfadjoint)