Home
last modified time | relevance | path

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

/external/eigen/test/
Dref.cpp33 template<typename MatrixType> void ref_matrix(const MatrixType& m) in ref_matrix() function
270 CALL_SUBTEST_1( ref_matrix(Matrix<float, 1, 1>()) ); in test_ref()
271 CALL_SUBTEST_2( ref_matrix(Matrix4d()) ); in test_ref()
272 CALL_SUBTEST_1( ref_matrix(Matrix<float,3,5>()) ); in test_ref()
273 … CALL_SUBTEST_4( ref_matrix(MatrixXcf(internal::random<int>(1,10),internal::random<int>(1,10))) ); in test_ref()
274 CALL_SUBTEST_4( ref_matrix(Matrix<std::complex<double>,10,15>()) ); in test_ref()
275 CALL_SUBTEST_5( ref_matrix(MatrixXi(internal::random<int>(1,10),internal::random<int>(1,10))) ); in test_ref()