Go to the source code of this file.
◆ EIGEN_NO_STATIC_ASSERT
#define EIGEN_NO_STATIC_ASSERT |
◆ TEST_ENABLE_TEMPORARY_TRACKING
#define TEST_ENABLE_TEMPORARY_TRACKING |
◆ TEST_PARTIAL_REDUX_BASIC
#define TEST_PARTIAL_REDUX_BASIC |
( |
|
FUNC, |
|
|
|
ROW, |
|
|
|
COL, |
|
|
|
PREPROCESS |
|
) |
| |
Value:{ \
ROW =
m1 PREPROCESS .colwise().FUNC ; \
COL =
m1 PREPROCESS .rowwise().FUNC ; \
}
#define VERIFY_IS_APPROX(a, b)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
vectorwiseop |
| ) |
|
◆ vectorwiseop_array()
template<typename ArrayType >
void vectorwiseop_array |
( |
const ArrayType & |
m | ) |
|
◆ vectorwiseop_matrix()
template<typename MatrixType >