HomeSort by relevance Sort by last modified time
    Searched full:ref_matrix (Results 1 - 1 of 1) sorted by null

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

Completed in 56 milliseconds