Contents
Namespaces
Functions
Namespace proxsuite::proxqp::concepts::aux
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((template<typename…> class F, typename… Ts), detected, detail::DetectedImpl<void, void, F, Ts…>::value)
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_view, (LDLT_CONCEPT(aux::matrix_base<unref<Mat>>)&&LDLT_CONCEPT(aux::has_data_expr<Mat, T const>)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_view_mut, (LDLT_CONCEPT(aux::matrix_base<unref<Mat>>)&&LDLT_CONCEPT(aux::has_data_expr<Mat, T>)&&!LDLT_CONCEPT(aux::tmp_matrix<Mat>)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_strided_vector_view, (LDLT_CONCEPT(eigen_view<Mat, T>)&&(eigen::CompTimeCols<unref<Mat>>::value==1)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_strided_vector_view_mut, (LDLT_CONCEPT(eigen_view_mut<Mat, T>)&&(eigen::CompTimeCols<unref<Mat>>::value==1)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_vector_view, (LDLT_CONCEPT(eigen_strided_vector_view<Mat, T>)&&(eigen::CompTimeInnerStride<unref<Mat>>::value==1)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT(typename T, rvalue_ref, std::is_rvalue_reference<T>::value)
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT((typename Mat, typename T), eigen_vector_view_mut, (LDLT_CONCEPT(eigen_strided_vector_view_mut<Mat, T>)&&(eigen::CompTimeInnerStride<unref<Mat>>::value==1)))
Function proxsuite::proxqp::concepts::VEG_DEF_CONCEPT(typename T, lvalue_ref, std::is_lvalue_reference<T>::value)