Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102000984
initializer_list_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
Sun, Feb 16, 01:25
Size
183 B
Mime Type
text/x-c
Expires
Tue, Feb 18, 01:25 (2 d)
Engine
blob
Format
Raw Data
Handle
24240317
Attached To
rDLMA Diffusion limited mixed aggregation
initializer_list_1.cpp
View Options
#include "../Eigen/Core"
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
#define ROWS Dynamic
#else
#define ROWS 3
#endif
using
namespace
Eigen
;
int
main
()
{
Matrix
<
int
,
ROWS
,
1
>
{
1
,
2
,
3
};
}
Event Timeline
Log In to Comment