FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

[Feature Request] Vector.linspace

Open kMutagene opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. numpy.linspace (https://numpy.org/doc/stable/reference/generated/numpy.linspace.html) - a function creating a evenly spaced vector in a specified range - is used in every python tutorial/blogpost ever. Adding this simple function would reduce boilerplate code needed to translate such samples

Describe the solution you'd like a function Vector.linspace

Describe alternatives you've considered meh

kMutagene avatar Sep 26 '22 09:09 kMutagene