![]() |
|
Macros | |
#define | EIGEN_RUNTIME_NO_MALLOC |
Functions | |
template<typename MatrixType > | |
void | rvalue_copyassign (const MatrixType &m) |
template<typename TranspositionsType > | |
void | rvalue_transpositions (Index rows) |
template<typename MatrixType > | |
void | rvalue_move (const MatrixType &m) |
EIGEN_DECLARE_TEST (rvalue_types) | |
#define EIGEN_RUNTIME_NO_MALLOC |
EIGEN_DECLARE_TEST | ( | rvalue_types | ) |
References CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, Eigen::Dynamic, EIGEN_TEST_MAX_SIZE, eval(), Eigen::g_repeat, i, rvalue_copyassign(), rvalue_move(), and rvalue_transpositions().
void rvalue_copyassign | ( | const MatrixType & | m | ) |
References Eigen::PlainObjectBase< Derived >::data(), Eigen::Dynamic, m, n, tmp, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
void rvalue_move | ( | const MatrixType & | m | ) |
void rvalue_transpositions | ( | Index | rows | ) |
References Eigen::randomPermutationVector(), rows, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().