Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101851889
eigensolver_int.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, 09:29
Size
259 B
Mime Type
text/x-c
Expires
Sun, Feb 16, 09:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24242259
Attached To
rDLMA Diffusion limited mixed aggregation
eigensolver_int.cpp
View Options
#include "../Eigen/Eigenvalues"
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
#define SCALAR int
#else
#define SCALAR float
#endif
using namespace Eigen;
int main()
{
EigenSolver<Matrix<SCALAR,Dynamic,Dynamic> > eig(Matrix<SCALAR,Dynamic,Dynamic>::Random(10,10));
}
Event Timeline
Log In to Comment