Go to the source code of this file.
◆ corbo_CAT
◆ corbo_CAT_I
#define corbo_CAT_I |
( |
|
a, |
|
|
|
b |
|
) |
| a##b |
◆ corbo_DEPRECATED
◆ corbo_FORCE_INLINE
#define corbo_FORCE_INLINE inline |
◆ corbo_STRINGIZE
◆ corbo_STRINGIZE_I
#define corbo_STRINGIZE_I |
( |
|
text | ) |
#text |
◆ EXPECT_EQ_MATRIX
#define EXPECT_EQ_MATRIX |
( |
|
A, |
|
|
|
B, |
|
|
|
tol |
|
) |
| |
Value:{ \
EXPECT_EQ((
A).rows(), (
B).rows()); \
EXPECT_EQ((
A).cols(), (
B).cols()); \
}
MatrixType A(a, *n, *n, *lda)
#define corbo_STRINGIZE(text)
MatrixType B(b, *n, *nrhs, *ldb)
EIGEN_DEVICE_FUNC bool isApprox(const Scalar &x, const Scalar &y, const typename NumTraits< Scalar >::Real &precision=NumTraits< Scalar >::dummy_precision())
Definition at line 39 of file macros.h.
◆ EXPECT_NEQ_MATRIX
#define EXPECT_NEQ_MATRIX |
( |
|
A, |
|
|
|
B, |
|
|
|
tol |
|
) |
| |
Value:{ \
EXPECT_EQ((
A).rows(), (
B).rows()); \
EXPECT_EQ((
A).cols(), (
B).cols()); \
}
MatrixType A(a, *n, *n, *lda)
#define corbo_STRINGIZE(text)
MatrixType B(b, *n, *nrhs, *ldb)
EIGEN_DEVICE_FUNC bool isApprox(const Scalar &x, const Scalar &y, const typename NumTraits< Scalar >::Real &precision=NumTraits< Scalar >::dummy_precision())
Definition at line 46 of file macros.h.
◆ EXPECT_ZERO_MATRIX
#define EXPECT_ZERO_MATRIX |
( |
|
A, |
|
|
|
tol |
|
) |
| |
Value: << ". "
MatrixType A(a, *n, *n, *lda)
#define corbo_STRINGIZE(text)
Definition at line 53 of file macros.h.
◆ static_if