![]() |
|
Functions | |
template<typename MatrixType > | |
void | reverse (const MatrixType &m) |
template<int > | |
void | array_reverse_extra () |
template<typename MatrixType > | |
EIGEN_DONT_INLINE void | bug1684_job1 (MatrixType &m1, MatrixType &m2) |
template<typename MatrixType > | |
EIGEN_DONT_INLINE void | bug1684_job2 (MatrixType &m1, MatrixType &m2) |
template<typename MatrixType > | |
EIGEN_DONT_INLINE void | bug1684_job3 (MatrixType &m1, MatrixType &m2) |
template<int > | |
void | bug1684 () |
EIGEN_DECLARE_TEST (array_reverse) | |
void array_reverse_extra | ( | ) |
References VERIFY, plotDoE::x, and y.
void bug1684 | ( | ) |
References bug1684_job1(), bug1684_job2(), m1, m2(), and VERIFY_IS_APPROX.
EIGEN_DONT_INLINE void bug1684_job1 | ( | MatrixType & | m1, |
MatrixType & | m2 | ||
) |
EIGEN_DONT_INLINE void bug1684_job2 | ( | MatrixType & | m1, |
MatrixType & | m2 | ||
) |
EIGEN_DONT_INLINE void bug1684_job3 | ( | MatrixType & | m1, |
MatrixType & | m2 | ||
) |
EIGEN_DECLARE_TEST | ( | array_reverse | ) |
References CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, CALL_SUBTEST_6, CALL_SUBTEST_7, CALL_SUBTEST_8, CALL_SUBTEST_9, EIGEN_TEST_MAX_SIZE, Eigen::g_repeat, i, and reverse().
void reverse | ( | const MatrixType & | m | ) |
References calibrate::c, cols, i, j, m, m1, m2(), UniformPSDSelfTest::r, rows, v1(), VERIFY_IS_APPROX, and plotDoE::x.
Referenced by Eigen::TensorEvaluator< const TensorReverseOp< ReverseDimensions, ArgType >, Device >::block(), check_indexed_view(), check_tutorial_examples(), dotcw(), dotuw(), EIGEN_DECLARE_TEST(), NurbsSurface::flipOrientation(), oomph::TriangleMeshPolyLine::reverse(), Eigen::DenseBase< Derived >::reverseInPlace(), Eigen::HouseholderSequence< VectorsType, CoeffsType, Side >::setReverseFlag(), swap(), test_eval_tensor_reverse(), test_execute_reverse_rvalue(), and testVectorType().