Re: [eigen] sse transcendental functions

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


On Thu, Mar 26, 2009 at 6:09 PM, Rohit Garg <rpg.314@xxxxxxxxx> wrote:

>>> 3) any particular reason why the sincos4f from the Julian's sources
>>> hasn't made it in yet?
>>
>> because currently there is no sincos function in eigen.
> Well that's exactly what I was asking, sincos function has been
> implemented by Julian, then why was it not committed. AFAICS, is it
> because the return values are passed by pointer to it?

I meant there is no mat.cwise().sincos() function yet, which I guess
should be an "in place" function taking two matrices. its
implementation is not completely trivial (not difficult though)
because we cannot reuse existing Eigen's mechanism. Said that I can
still add the low level ei_psincos() function, but it won't be used
until someone write the high level function.

hm... I'm thinking that perhaps the trick we used for swap could work
here too....


> --
> Rohit Garg
>
> http://rpg-314.blogspot.com/
>
> Senior Undergraduate
> Department of Physics
> Indian Institute of Technology
> Bombay
>
>
>



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