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