![]() |
|
#include "main.h"Functions | |
| template<typename MatrixType > | |
| void | array_for_matrix (const MatrixType &m) |
| template<typename MatrixType > | |
| void | comparisons (const MatrixType &m) |
| template<typename VectorType > | |
| void | lpNorm (const VectorType &v) |
| template<typename MatrixType > | |
| void | cwise_min_max (const MatrixType &m) |
| template<typename MatrixTraits > | |
| void | resize (const MatrixTraits &t) |
| template<int > | |
| void | regression_bug_654 () |
| template<int > | |
| void | regrrssion_bug_1410 () |
| EIGEN_DECLARE_TEST (array_for_matrix) | |
| void array_for_matrix | ( | const MatrixType & | m | ) |
References cols, m, m1, m2(), matrix(), rows, VERIFY, VERIFY_IS_APPROX, VERIFY_IS_EQUAL, VERIFY_IS_MUCH_SMALLER_THAN, and oomph::PseudoSolidHelper::Zero.
Referenced by EIGEN_DECLARE_TEST().
| void comparisons | ( | const MatrixType & | m | ) |
References abs(), calibrate::c, cols, i, j, m, m1, m2(), matrix(), UniformPSDSelfTest::r, rows, anonymous_namespace{skew_symmetric_matrix3.cpp}::transpose(), VERIFY, VERIFY_IS_APPROX, and oomph::PseudoSolidHelper::Zero.
Referenced by EIGEN_DECLARE_TEST().
| void cwise_min_max | ( | const MatrixType & | m | ) |
References cols, SYCL::cwiseMax(), SYCL::cwiseMin(), isnan, m, m1, rows, VERIFY, and VERIFY_IS_APPROX.
Referenced by EIGEN_DECLARE_TEST().
| EIGEN_DECLARE_TEST | ( | array_for_matrix | ) |
References array_for_matrix(), CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, CALL_SUBTEST_6, CALL_SUBTEST_7, CALL_SUBTEST_8, comparisons(), cwise_min_max(), EIGEN_TEST_MAX_SIZE, Eigen::g_repeat, i, lpNorm(), and resize().
| void lpNorm | ( | const VectorType & | v | ) |
References Eigen::bfloat16_impl::pow(), sqrt(), v, and VERIFY_IS_APPROX.
Referenced by EIGEN_DECLARE_TEST().
| void regression_bug_654 | ( | ) |
| void regrrssion_bug_1410 | ( | ) |
References Eigen::LvalueBit, and VERIFY.
| void resize | ( | const MatrixTraits & | t | ) |