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