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 }
const Scalar * a
Definition: level2_cplx_impl.h:32
#define CV_QUALIFIER
Definition: ref_1.cpp:6
void call_ref(Ref< VectorXf > a)
Definition: ref_1.cpp:11

References a, call_ref(), and CV_QUALIFIER.