mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Change EXPAND_AS_DEFINED doxygen configuration option.
Add macros so that MatrixBase::cwiseProduct() and ArrayBase::min() are documented, and remove one macro which is no longer used.
This commit is contained in:
parent
140ad0908d
commit
c36316f284
@ -1217,12 +1217,14 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
|
|||||||
# The macro definition that is found in the sources will be used.
|
# The macro definition that is found in the sources will be used.
|
||||||
# Use the PREDEFINED tag if you want to use a different macro definition.
|
# Use the PREDEFINED tag if you want to use a different macro definition.
|
||||||
|
|
||||||
EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \
|
EXPAND_AS_DEFINED = EIGEN_MAKE_TYPEDEFS \
|
||||||
EIGEN_MAKE_TYPEDEFS \
|
|
||||||
EIGEN_MAKE_FIXED_TYPEDEFS \
|
EIGEN_MAKE_FIXED_TYPEDEFS \
|
||||||
EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
|
EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
|
||||||
|
EIGEN_MAKE_CWISE_BINARY_OP \
|
||||||
EIGEN_CWISE_UNOP_RETURN_TYPE \
|
EIGEN_CWISE_UNOP_RETURN_TYPE \
|
||||||
EIGEN_CWISE_BINOP_RETURN_TYPE \
|
EIGEN_CWISE_BINOP_RETURN_TYPE \
|
||||||
|
EIGEN_CWISE_PRODUCT_RETURN_TYPE \
|
||||||
|
EIGEN_CURRENT_STORAGE_BASE_CLASS \
|
||||||
_EIGEN_GENERIC_PUBLIC_INTERFACE
|
_EIGEN_GENERIC_PUBLIC_INTERFACE
|
||||||
|
|
||||||
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
||||||
|
Loading…
Reference in New Issue
Block a user