Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101897848
const_qualified_block_method_retval_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:37
Size
240 B
Mime Type
text/x-c
Expires
Sun, Feb 16, 21:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24240428
Attached To
rDLMA Diffusion limited mixed aggregation
const_qualified_block_method_retval_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
foo
(
CV_QUALIFIER
Matrix3d
&
m
){
Block
<
Matrix3d
>
b
(
m
.
block
(
0
,
0
,
3
,
3
));
}
int
main
()
{}
Event Timeline
Log In to Comment