v1.0
Macros
|
Functions
const_qualified_block_method_retval_1.cpp File Reference
#include "../Eigen/Core"
Macros
#define
CV_QUALIFIER
Functions
void
foo
(
CV_QUALIFIER
Matrix3d &
m
)
int
main
()
Macro Definition Documentation
◆
CV_QUALIFIER
#define CV_QUALIFIER
Function Documentation
◆
foo()
void foo
(
CV_QUALIFIER
Matrix3d &
m
)
11
{
12
Block<Matrix3d>
b
(
m
.block(0, 0, 3, 3));
13
EIGEN_UNUSED_VARIABLE
(
b
);
14
}
EIGEN_UNUSED_VARIABLE
#define EIGEN_UNUSED_VARIABLE(var)
Definition:
Macros.h:966
b
Scalar * b
Definition:
benchVecAdd.cpp:17
Eigen::Block
Expression of a fixed-size or dynamic-size block.
Definition:
Block.h:110
m
int * m
Definition:
level2_cplx_impl.h:294
References
b
,
EIGEN_UNUSED_VARIABLE
, and
m
.
◆
main()
int
main
(
)
16
{}
Eigen
failtest
const_qualified_block_method_retval_1.cpp
Generated on Wed Aug 27 2025 17:04:54 for MercuryDPM by
1.9.1