![]() |
|
Functions | |
template<typename MatrixType > | |
void | inverse_for_fixed_size (const MatrixType &, std::enable_if_t< MatrixType::SizeAtCompileTime==Dynamic > *=0) |
template<typename MatrixType > | |
void | inverse_for_fixed_size (const MatrixType &m1, std::enable_if_t< MatrixType::SizeAtCompileTime !=Dynamic > *=0) |
template<typename MatrixType > | |
void | inverse (const MatrixType &m) |
template<typename Scalar > | |
void | inverse_zerosized () |
EIGEN_DECLARE_TEST (inverse) | |
EIGEN_DECLARE_TEST | ( | inverse | ) |
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, Eigen::g_repeat, i, inverse(), s, and TEST_SET_BUT_UNUSED_VARIABLE.
void inverse | ( | const MatrixType & | m | ) |
References cols, Eigen::createRandomPIMatrixOfRank(), inverse_for_fixed_size(), m, m1, m2(), rows, VERIFY_IS_APPROX, and VERIFY_RAISES_ASSERT.
Referenced by array_complex(), array_real(), Eigen::MatrixBase< Derived >::computeInverseAndDetWithCheck(), EIGEN_DECLARE_TEST(), Eigen::internal::kissfft_impl< Scalar_ >::get_plan(), Eigen::internal::fftw_impl< Scalar_ >::get_plan(), Eigen::internal::kiss_cpx_fft< Scalar_ >::make_twiddles(), Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 2 >::run(), Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 3 >::run(), Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 >::run(), test_3d(), and test_unary_builtins_for_assignement().
void inverse_for_fixed_size | ( | const MatrixType & | , |
std::enable_if_t< MatrixType::SizeAtCompileTime==Dynamic > * | = 0 |
||
) |
Referenced by inverse().
void inverse_for_fixed_size | ( | const MatrixType & | m1, |
std::enable_if_t< MatrixType::SizeAtCompileTime !=Dynamic > * | = 0 |
||
) |
References abs(), m1, m2(), Eigen::PlainObjectBase< Derived >::setRandom(), VERIFY, VERIFY_IS_APPROX, and VERIFY_IS_MUCH_SMALLER_THAN.
void inverse_zerosized | ( | ) |
References b, VERIFY_IS_EQUAL, and plotDoE::x.