![]() |
|
Functions | |
template<class Container , class Position > | |
Container::iterator | get (Container &c, Position position) |
template<class Container , class Position , class Value > | |
void | set (Container &c, Position position, const Value &value) |
template<typename MatrixType > | |
void | check_stdlist_matrix (const MatrixType &m) |
template<typename TransformType > | |
void | check_stdlist_transform (const TransformType &) |
template<typename QuaternionType > | |
void | check_stdlist_quaternion (const QuaternionType &) |
EIGEN_DECLARE_TEST (stdlist_overload) | |
void check_stdlist_matrix | ( | const MatrixType & | m | ) |
References cols, get(), i, m, rows, set(), v, VERIFY, VERIFY_IS_APPROX, w, plotDoE::x, y, and oomph::PseudoSolidHelper::Zero.
Referenced by EIGEN_DECLARE_TEST().
void check_stdlist_quaternion | ( | const QuaternionType & | ) |
References get(), i, set(), v, VERIFY, VERIFY_IS_APPROX, w, plotDoE::x, and y.
Referenced by EIGEN_DECLARE_TEST().
void check_stdlist_transform | ( | const TransformType & | ) |
References get(), i, matrix(), set(), v, VERIFY, VERIFY_IS_APPROX, w, plotDoE::x, and y.
Referenced by EIGEN_DECLARE_TEST().
EIGEN_DECLARE_TEST | ( | stdlist_overload | ) |
References CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, check_stdlist_matrix(), check_stdlist_quaternion(), and check_stdlist_transform().
Container::iterator get | ( | Container & | c, |
Position | position | ||
) |
References calibrate::c.
Referenced by check_stdlist_matrix(), check_stdlist_quaternion(), check_stdlist_transform(), Eigen::IndexPairList< FirstType, OtherTypes >::operator[](), Eigen::internal::index_statically_eq_impl< IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_eq_impl< const IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_ne_impl< IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_ne_impl< const IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_gt_impl< IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_gt_impl< const IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_lt_impl< IndexList< FirstType, OtherTypes... > >::run(), Eigen::internal::index_statically_lt_impl< const IndexList< FirstType, OtherTypes... > >::run(), and Eigen::internal::run_serialized().
void set | ( | Container & | c, |
Position | position, | ||
const Value & | value | ||
) |
References calibrate::c, and Eigen::value.
Referenced by HourGlass2D::actionsAfterTimeStep(), HourGlass::actionsAfterTimeStep(), GranularCollapse::actionsAfterTimeStep(), Tutorial11::actionsAfterTimeStep(), oomph::ElementWithExternalElement::assign_external_interaction_data_local_eqn_numbers(), check-makefile-subdirs::check_makefileam(), check_stdlist_matrix(), check_stdlist_quaternion(), check_stdlist_transform(), Eigen::internal::simpl_chol_helper< Scalar, StorageIndex >::DisjointSet::DisjointSet(), Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, OuterProduct >::evalTo(), NurbsSurface::NurbsSurface(), oomph::TriangleMesh< ELEMENT >::output_boundary_coordinates(), oomph::ImmersedRigidBodyElement::set_drag_mesh(), and oomph::OcTree::setup_static_data().