Home
last modified time | relevance | path

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

/external/eigen/test/
Drvalue_types.cpp18 void rvalue_copyassign(const MatrixType& m) in rvalue_copyassign() function
43 void rvalue_copyassign(const MatrixType&) {} in rvalue_copyassign() function
48 CALL_SUBTEST_1(rvalue_copyassign( MatrixXf::Random(50,50).eval() )); in test_rvalue_types()
49 CALL_SUBTEST_1(rvalue_copyassign( ArrayXXf::Random(50,50).eval() )); in test_rvalue_types()
51 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,1,Dynamic>::Random(50).eval() )); in test_rvalue_types()
52 CALL_SUBTEST_1(rvalue_copyassign( Array<float,1,Dynamic>::Random(50).eval() )); in test_rvalue_types()
54 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,Dynamic,1>::Random(50).eval() )); in test_rvalue_types()
55 CALL_SUBTEST_1(rvalue_copyassign( Array<float,Dynamic,1>::Random(50).eval() )); in test_rvalue_types()
57 CALL_SUBTEST_2(rvalue_copyassign( Array<float,2,1>::Random().eval() )); in test_rvalue_types()
58 CALL_SUBTEST_2(rvalue_copyassign( Array<float,3,1>::Random().eval() )); in test_rvalue_types()
[all …]