Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102001379
const_qualified_diagonal_method_retval.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
Sun, Feb 16, 01:32
Size
239 B
Mime Type
text/x-c
Expires
Tue, Feb 18, 01:32 (2 d)
Engine
blob
Format
Raw Data
Handle
24240307
Attached To
rDLMA Diffusion limited mixed aggregation
const_qualified_diagonal_method_retval.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
){
Diagonal
<
Matrix3d
>
b
(
m
.
diagonal
());
}
int
main
()
{}
Event Timeline
Log In to Comment