[eigen] New true array class ? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi,I have some questions relative to Gael's work on true Array class (with component wise operations) :
- Has its fork been merged with main development branch ? - How do we declare a vector and apply sin() to it ? The following code does not compile (with both branches) : Eigen::ArrayXd v1(N); //... Eigen::ArrayXd v2 = sin(v1); Thanks a lot, Boris.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |