Vassil Vassilev

Results 292 comments of Vassil Vassilev

Can you rebase your PR, I think we have fixed the bot failures.

Hi @FROL256, This works for me. Can you give a standalone example which crashes? I use `Ubuntu clang version 12.0.1-++20210630032957+fed41342a82f-1~exp1~20210630133716.134` ```cpp cat array.cpp #include "clad/Differentiator/Differentiator.h" void h(float a[3], float b,...

I can reproduce the crash if I change `clad::gradient` to `clad::jacobian`. @Nirhar, can you take a look what is wrong here?

Hi @frhack, when is your presentation deadline. I am available to meet tomorrow afternoon Geneva time. Can you send me an email and we can schedule a zoom call to...

@frhack, I have not received it. Can you try joining [snip] I will be there...

Hi @frhack, here is the output I get: The file with slight modifications (eg `std::` prefix) ```cpp cat TT.cpp #include "clad/Differentiator/Differentiator.h" double derivative_fn(double x) { return (std::exp(x)*(std::cos(3*x) + std::sin(3*x)/2 +...

> @vgvassilev wonderful thanks, just one more thing... can you please repeat the calculations replacing every occurrence of "double" with "long double" in order to see how the error change?...

I had some suggestions but this is good to go. Please squash and format.

@grimmmyshini apologies for the delay, can you rebase?