proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
Functions | |
VEG_DEF_CONCEPT ((typename Mat, typename T), has_data_expr, LDLT_CONCEPT(detected< detail::DataExpr, Mat, T >)) | |
VEG_DEF_CONCEPT ((typename Mat), matrix_base, decltype(detail::is_eigen_matrix_base_impl(static_cast< Mat * >(nullptr)))::value) | |
VEG_DEF_CONCEPT ((typename Mat), is_plain_object_base, decltype(detail::is_eigen_owning_matrix_base_impl(static_cast< Mat * >(nullptr)))::value) | |
VEG_DEF_CONCEPT ((typename Mat), tmp_matrix,(LDLT_CONCEPT(aux::is_plain_object_base< unref< Mat > >) &&!LDLT_CONCEPT(lvalue_ref< Mat >))) | |
proxsuite::proxqp::concepts::aux::VEG_DEF_CONCEPT | ( | (typename Mat, typename T) | , |
has_data_expr | , | ||
LDLT_CONCEPT(detected< detail::DataExpr, Mat, T >) | ) |
proxsuite::proxqp::concepts::aux::VEG_DEF_CONCEPT | ( | (typename Mat) | , |
matrix_base | , | ||
decltype(detail::is_eigen_matrix_base_impl(static_cast< Mat * >(nullptr)))::value | ) |
proxsuite::proxqp::concepts::aux::VEG_DEF_CONCEPT | ( | (typename Mat) | , |
is_plain_object_base | , | ||
decltype(detail::is_eigen_owning_matrix_base_impl(static_cast< Mat * >(nullptr)))::value | ) |
proxsuite::proxqp::concepts::aux::VEG_DEF_CONCEPT | ( | (typename Mat) | , |
tmp_matrix | , | ||
(LDLT_CONCEPT(aux::is_plain_object_base< unref< Mat > >) &&!LDLT_CONCEPT(lvalue_ref< Mat >)) | ) |