mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.44k stars 891 forks source link

Docs out of date? #1073

Open VikingExplorer opened 2 months ago

VikingExplorer commented 2 months ago

Trying to implement the code sample from https://numerics.mathdotnet.com/IntegralTransforms

I'm very confused where these types are coming from. Seems like any code sample should include the complete namespaces.

image

I found this example: https://github.com/mathnet/mathnet-numerics/blob/master/examples/examples-csharp/Signals/Equidistant.cs

Should the original code sample be using Generate.LinearSpacedMap instead of SignalGenerator.EquidistantInterval ?