Re: [eigen] Uninitialized memory?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

Yes I am calling analyzePattern.

                SparseLU<SparseMatrix<Real, ColMajor>, COLAMDOrdering<int> > solver;

                solver.analyzePattern(matrixA); 

                solver.factorize(matrixA);





On Sat, Jul 4, 2015 at 11:32 AM, Christoph Hertzberg <chtz@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Am 04.07.2015 um 10:09 schrieb Billy Araujo:
I am calling:

                 solver.factorize(matrixA);

Did you call analyzePattern(matrixA) before that? Or could the structure of matrixA have changed?
You can use solver.compute(matrixA), if you are not sure about either of the above.

Christoph



--
----------------------------------------------
Dipl.-Inf., Dipl.-Math. Christoph Hertzberg
Cartesium 0.049
Universität Bremen
Enrique-Schmidt-Straße 5
28359 Bremen

Tel: +49 (421) 218-64252
----------------------------------------------





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/