Thanks for the update. Regards, Thilina
On Tue, Sep 24, 2013 at 1:50 AM, Ondřej Čertík <[email protected]>wrote: > On Mon, Sep 23, 2013 at 2:15 PM, Thilina Rathnayake > <[email protected]> wrote: > > Thank you for the reply Ondrej. > > > > I will be more than happy to implement those algorithms in CSymPy > > also. I have done a little bit of programming with C++, but I have not > > worked with Teuchos. > > Note that I don't use Teuchos anymore, but instead simply implemented > the necessary reference counted pointers myself, and they store the > refcount > in the objects themselves for speed reasons: > > https://github.com/certik/csympy/blob/master/src/csympy_rcp.h > > syntax-wise they are 100% compatible with Teuchos though and I test on > Travis > that CSymPy still compiles against Teuchos. > > > I'll try to go through the code as I get time. I will contact you > whenever > > I run into trouble or get stuck in the process. > > Excellent, looking forward. > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
