RE: [eigen] Large matrix problem |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Thanks all. I solve the problem by using vector<MatrixXf> a(22); for(int i=0; i<22; i++) (a[i])=MatrixXf::Zero(14000, 14000); Is this way less efficient? PS: can’t find the Eigen 3. Looking forward to its formal
release. Cheers, Jian From: Listengine
[mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of Benoit Jacob Hi, 2010/7/1 Christoph Keller <Christoph-Keller@xxxxxx> Hi,
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |