Home
last modified time | relevance | path

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

/external/eigen/test/
Dproduct_notemporary.cpp29 template<typename MatrixType> void product_notemporary(const MatrixType& m) in product_notemporary() function
133 CALL_SUBTEST_1( product_notemporary(MatrixXf(s, s)) ); in test_product_notemporary()
135 CALL_SUBTEST_2( product_notemporary(MatrixXd(s, s)) ); in test_product_notemporary()
137 CALL_SUBTEST_3( product_notemporary(MatrixXcf(s,s)) ); in test_product_notemporary()
139 CALL_SUBTEST_4( product_notemporary(MatrixXcd(s,s)) ); in test_product_notemporary()
DCMakeLists.txt173 ei_add_test(product_notemporary)