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

/external/eigen/test/
H A Dproduct_notemporary.cpp14 template<typename MatrixType> void product_notemporary(const MatrixType& m) function
150 CALL_SUBTEST_1( product_notemporary(MatrixXf(s, s)) );
151 CALL_SUBTEST_2( product_notemporary(MatrixXd(s, s)) );
155 CALL_SUBTEST_3( product_notemporary(MatrixXcf(s,s)) );
156 CALL_SUBTEST_4( product_notemporary(MatrixXcd(s,s)) );

Completed in 76 milliseconds