Re: [eigen] wrong result when not inlining (at least with vs.net)

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


On Fri, May 15, 2009 at 4:33 AM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> 1) did msvc accept your program? you pass argv as "char*" instead of
> "char**". Just FYI, you can omit the arguments to main() if you don't
> use them.
Oooops, I forgot the brackets. At some point I decided to stick to
(int argc, char* argv[]) - but I should adapt the empty parameter
version again. Its less to type :)

> 2) instead of rowwise().sum().sum() you can do directly sum(), that's
> not only for vectors.
Good to know.

- Hauke



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