Nil Goyette

Results 15 issues of Nil Goyette

I have an image denoising algorithm that uses `symmetric_eigen`.It worked on several thousands of images but now I got an infinite loop. I found that `symmetric_eigen doesn't like this f32...

As discussed in #2924 and "hinted" in #2555 and maybe others, a per-type skip would be nice. I don't have tens of use-case, in fact I have only one: the...

feature-request
a-rustfmt::skip

One of the method I coded in Rust is the "Conjugate gradient solver for positive-definite matrices." I see that you already coded this method. I didn't compare them yet because...

One of my function needs to create a new array with the same order as the input. I know I can use `clone()` when both arrays have the same dimension,...

enhancement
good first issue

I work with big 4D images, often iterating on `Axis(3)` to modify it or create a new image. In some cases, I need to iterate only on some indices: let...

Sorry to create an issue for this but I don't know where else to ask. - 11 months without any activity on master, 28 PR waiting. - "The first release...

When calling a binary, some users forget how some arguments work and simply add a `-h` to see the help again, without removing all parameters. job a/long/path.gz another/long/path.gz a/long/path/again.gz -h...

I don't know much about the computer science behind 2D/3D delaunay so this might be a bad question, but I might as well as it anyway! I've been looking for...

How can I multiply a matrix and a vector "row-wise" in nalgebra? Like I would do in numpy >>> m = np.eye(3) >>> v = np.array([1, 2, 3]) >>> m...

The code in this repository doesn't seem to be formatted by rustfmt, which can lead to useless discussions and back and forth in the PRs. The advantages of a standard...