Searched refs:vectorwiseop_matrix (Results 1 – 1 of 1) sorted by relevance
107 template<typename MatrixType> void vectorwiseop_matrix(const MatrixType& m) in vectorwiseop_matrix() function169 CALL_SUBTEST_4(vectorwiseop_matrix(Matrix4cf())); in test_vectorwiseop()170 CALL_SUBTEST_5(vectorwiseop_matrix(Matrix<float,4,5>())); in test_vectorwiseop()171 CALL_SUBTEST_6(vectorwiseop_matrix(MatrixXd(7,2))); in test_vectorwiseop()