mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Doc: makes the global unary math functions visible to doxygen (and docuement them)
This commit is contained in:
@@ -226,9 +226,9 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
|
||||
"nonstableyet=\warning This is not considered to be part of the stable public API yet. Changes may happen in future releases. See \ref Experimental \"Experimental parts of Eigen\"" \
|
||||
"implsparsesolverconcept=This class follows the \link TutorialSparseSolverConcept sparse solver concept \endlink." \
|
||||
"blank= " \
|
||||
"cpp11=<span class='cpp11'>[c++11]</a>" \
|
||||
"cpp14=<span class='cpp14'>[c++14]</a>" \
|
||||
"cpp17=<span class='cpp17'>[c++17]</a>"
|
||||
"cpp11=<span class='cpp11'>[c++11]</span>" \
|
||||
"cpp14=<span class='cpp14'>[c++14]</span>" \
|
||||
"cpp17=<span class='cpp17'>[c++17]</span>"
|
||||
|
||||
|
||||
ALIASES += "eigenAutoToc= "
|
||||
@@ -1590,7 +1590,8 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
|
||||
EIGEN_STRONG_INLINE=inline \
|
||||
EIGEN_DEVICE_FUNC= \
|
||||
"EIGEN_MAKE_CWISE_BINARY_OP(METHOD,FUNCTOR)=template<typename OtherDerived> const CwiseBinaryOp<FUNCTOR<Scalar>, const Derived, const OtherDerived> METHOD(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const;" \
|
||||
"EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS)=CwiseBinaryOp<internal::scalar_product_op<typename LHS::Scalar, typename RHS::Scalar >, const LHS, const RHS>"
|
||||
"EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS)=CwiseBinaryOp<internal::scalar_product_op<typename LHS::Scalar, typename RHS::Scalar >, const LHS, const RHS>"\
|
||||
DOXCOMMA=,
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
||||
# this tag can be used to specify a list of macro names that should be expanded.
|
||||
@@ -1605,7 +1606,9 @@ EXPAND_AS_DEFINED = EIGEN_MAKE_TYPEDEFS \
|
||||
EIGEN_CWISE_BINOP_RETURN_TYPE \
|
||||
EIGEN_CURRENT_STORAGE_BASE_CLASS \
|
||||
EIGEN_MATHFUNC_IMPL \
|
||||
_EIGEN_GENERIC_PUBLIC_INTERFACE
|
||||
_EIGEN_GENERIC_PUBLIC_INTERFACE \
|
||||
EIGEN_ARRAY_DECLARE_GLOBAL_UNARY \
|
||||
EIGEN_EMPTY
|
||||
|
||||
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
||||
# doxygen's preprocessor will remove all references to function-like macros
|
||||
|
||||
Reference in New Issue
Block a user