Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101898127
eigensolver_cplx.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:42
Size
276 B
Mime Type
text/x-c
Expires
Sun, Feb 16, 21:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24240463
Attached To
rDLMA Diffusion limited mixed aggregation
eigensolver_cplx.cpp
View Options
#include "../Eigen/Eigenvalues"
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
#define SCALAR std::complex<double>
#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