Paul Jurczak

Results 29 comments of Paul Jurczak

I'm a noob on Linux, but I'm using indicator-cpufreq on Xubuntu and it allows to set both the governor and specific CPU frequency. I selected the maximum non-turbo frequency and...

I'm running kernel 3.8 and it seems that indicator-cpufreq app sets fixed CPU frequency just fine.

> could you explain why do you use unsigned char and give a reason why should it be supported here? Some geometry problems can be represented on a small discrete...

@awulkiew I ended up reusing and writing my own code for this experiment. Boost.Geometry was just one of options I quickly evaluated for this task. You are right that unless...

Is it intentional that `scene.visuals.Text` is rendered always on top of the image? Both cases below render on top of the image in my tests: ``` t = Text("42", pos=[42,...

This would also allow for code like this: ``` Tensor v{0, 1, 2, 3, 4, 5, 6, 7, 8}; v({6, 3, 0}) = v({1, 2, 3}); ``` which is possible...

Do you mean that they should use `xt::norm_sq()` instead of ` xt::linalg::norm()` and the performance would be on par with Eigen, Blaze and Fastor?

I freshly installed FSearch on Ubuntu 18.04, the only included directory is `/` and I'm getting search results in duplicate. The annoying thing is that on another system I have...

@tknopp There is also `width-request` vs `width_request`.