v1.0
Macros
|
Functions
ref_1.cpp File Reference
#include "../Eigen/Core"
Macros
#define
CV_QUALIFIER
Functions
void
call_ref
(
Ref
< VectorXf >
a
)
int
main
()
Macro Definition Documentation
◆
CV_QUALIFIER
#define CV_QUALIFIER
Function Documentation
◆
call_ref()
void call_ref
(
Ref
< VectorXf >
a
)
11
{}
Referenced by
main()
.
◆
main()
int
main
(
)
13
{
14
VectorXf
a
(10);
15
CV_QUALIFIER
VectorXf& ac(
a
);
16
call_ref
(ac);
17
}
a
const Scalar * a
Definition:
level2_cplx_impl.h:32
CV_QUALIFIER
#define CV_QUALIFIER
Definition:
ref_1.cpp:6
call_ref
void call_ref(Ref< VectorXf > a)
Definition:
ref_1.cpp:11
References
a
,
call_ref()
, and
CV_QUALIFIER
.
Eigen
failtest
ref_1.cpp
Generated on Wed Aug 27 2025 17:05:06 for MercuryDPM by
1.9.1