Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101896294
ref_1.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 21:08
Size
263 B
Mime Type
text/x-c
Expires
Sun, Feb 16, 21:08 (2 d)
Engine
blob
Format
Raw Data
Handle
24240438
Attached To
rDLMA Diffusion limited mixed aggregation
ref_1.cpp
View Options
#include "../Eigen/Core"
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
#define CV_QUALIFIER const
#else
#define CV_QUALIFIER
#endif
using
namespace
Eigen
;
void
call_ref
(
Ref
<
VectorXf
>
a
)
{
}
int
main
()
{
VectorXf
a
(
10
);
CV_QUALIFIER
VectorXf
&
ac
(
a
);
call_ref
(
ac
);
}
Event Timeline
Log In to Comment