Tirthankar Mazumder
Tirthankar Mazumder
> Where does the "pointer-to-data constructor" output come from? I put `std::cout` statements on every single constructor. I only reproduced two of them here, as examples. If you want, I...
>>Also I guess this issue should be solved when we merge the variadic constructor implementation. Could you check if you have the same kind of issue on this [branch](https://github.com/xtensor-stack/xsimd/tree/fix/dispatching-initializer-list-alternate)? >...
> @wermos worth nothing that might actually be because of your `std::cout` statements - I suspect that in Release builds a completely delegating constructor (i.e. one with no extra code...
>>> Also I guess this issue should be solved when we merge the variadic constructor implementation. Could you check if you have the same kind of issue on this [branch](https://github.com/xtensor-stack/xsimd/tree/fix/dispatching-initializer-list-alternate)?...
Hi, I have a processor capable of running AVX 512 instructions, so I ran the tests in your branch and all of them passed. Is it possible to run the...
@soma2000-lang To work on issues, you need not ask. You can just start working, and if you need help with a specific aspect, you can ask here, and someone will...
Hi, I just tried out a dummy program in VS 2022 with the alternative operator representations without the `ciso646` header and it compiled and ran successfully: ```cpp %:include int main()
Implementing the solvers already present in SymPy in SymEngine is a pretty big undertaking (it is listed as a Long GSoC project, requiring 350 hours) and is currently listed as...
I thought I'd mention that the requested feature is now present in the Lark-based LaTeX parser.
@oscarbenjamin while working on this issue, I realized that the `SymPyDeprecationWarning` raised because in one of the test code snippets, a variable is named `sum`, which coincides with the Python...