Searched refs:product_notemporary (Results 1 – 2 of 2) sorted by relevance
29 template<typename MatrixType> void product_notemporary(const MatrixType& m) in product_notemporary() function133 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()
173 ei_add_test(product_notemporary)