Loïc Pottier

Results 4 issues of Loïc Pottier

This PR fix eval and sorted_3_ function, they returned wrong results. The new eval function is now faster and return the correct result: ``` C:\Users\loicp\Documents\GitHub\vsl\poly>v run . time for 10000...

This PR cleans up some naming issues that slipped through when I added Perlin and Simplex noise. Some functions were named like noisetype_dimension, while others used noisetypedimensions without underscore. It...

This PR resolves issue #202, where the Jacobi eigenvalue algorithm in `vsl.la` produced incorrect results. The original rotation logic failed to zero off-diagonal elements and broke the symmetry of the...

### Describe the bug In the following code, the match is covering all cases but compiling still trigger an error saying an else is required. ### Reproduction Steps ```v fn...

Bug
Unit: Checker