Re: [eigen] Specialized QR

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


On Wed, May 20, 2009 at 12:57 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> (Others:opinions on decompositions storing such references?)

As you can guess from the mail I just send you I would prefer a const
pointer to the matrix. The life-time requirements for both approaches
are the same while a reference can only be assigned via a constructor
prohibiting a public compute method (as I would like to see them in
all decompositions) the pointer can be assigned/set at any time.

- Hauke



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