vsl icon indicating copy to clipboard operation
vsl copied to clipboard

V library to develop Artificial Intelligence and High-Performance Scientific Computations

Results 44 vsl issues
Sort by recently updated
recently updated
newest added

we need to make this [PR](https://github.com/vlang/vsl/pull/90) work

holder66.hamnn CI workflow using windows-latest: https://github.com/holder66/hamnn/runs/5589144170?check_suite_focus=true **VSL version:** **OS:** **What did you do?** **What did you expect to see?** **What did you see instead?**

**VSL version:** Module { name: 'vsl' description: 'The V Scientific Library' version: '0.1.45' license: 'MIT' repo_url: 'https://github.com/vlang/vsl' dependencies: [] } **OS:** ~$ v doctor OS: linux, Ubuntu 18.04.6 LTS Processor:...

Would be nice, for plots, to have titles over at least two lines.

good first issue
Hacktoberfest

**VSL version:** 0.1.45 **OS:** macos **What did you do?** On a lines+markers plot, changing an annotation align property from 'center' to 'left' or 'right' **What did you expect to see?**...

good first issue
Hacktoberfest

**VSL version:** 0.1.45 **OS:** Windows 11 Pro 21H2 22000.318 **What did you do?** Generated combinations with iter.permutations() **What did you expect to see?** An array of unique combinations **What did...

good first issue
Hacktoberfest

We have different types defined as structs in vsl, such as `Matrix` at `vsl.la`, among others. Would be good to override missing operators `+, -, *, /, %, . ....

good first issue
Hacktoberfest

Add comments with the modules you think we need to modify adding docs and examples 👌🏻

A recent research has shown [significant precision improvement](https://blog.sigplan.org/2021/08/26/high-performance-correctly-rounded-math-libraries-for-32-bit-floating-point-representations/ ) for binary float computations if used as in https://github.com/rutgers-apl/rlibm-32 . This new approach is (much) faster than the current state of...