← Back to team overview

yade-dev team mailing list archive

Re: WM3 -> Eigen migration

 

Vaclav, plaese, have a look on r16. Seems it is ok now (tests show identical
results).

But, please, check my Cross() implementation. Is it ok?
Also, please, check lines 40-44 in test2.cpp. I needed to do it, because a+b
gives normal result, but the output is strange (each coef in a separate
row).
std::ostream & operator<< (.... does not work in that case.

Thanks for help
______________________________


Anton Gladkyy


2010/2/1 Anton Gladky <gladky.anton@xxxxxxxxx>

> So, it seems, I have almost done the "wrapper" for Vector3r. Vaclav,
> please, have a look, if you have time. If it is ok, I would like to finish
> with that tomorrow.
> Sorry, it is a new for me, so maybe I have done some stupid mistakes.
>
> I have some questions:
> 1. Please, see at "arithmetic operations". I do not think it is a good way
> to do several "conversion". Maybe it is better to rewrite those functions
> from scratch?
> 2. I do not know why, but OUT(a+2) works, but b=a+2 does not. Why is it so?
>
>
> Thank you for help.
> ______________________________
>
> Anton Gladkyy
>
>

Follow ups

References