首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏林德熙的博客

    C# double 好用的扩展

    复制 ///

    /// Double 的扩展 /// //SOURCE: [https://github.com/mathnet/mathnet-numerics /blob/master/src/Numerics/Precision.cs](https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics /Precision.cs ) // [https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Precision.Equality.cs ](https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Precision.Equality.cs ) // /blob/master/src/Numerics/Precision.cs https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics

    91710发布于 2018-09-18
  • 来自专栏林德熙的博客

    C# double 好用的扩展

    return false; } return true; } 这个代码是从 https://github.com/mathnet/mathnet-numerics 复制 ///

    /// Double 的扩展 /// //SOURCE: https://github.com/mathnet/mathnet-numerics /blob/master/src/Numerics/Precision.cs // https://github.com/mathnet/mathnet-numerics/blob const double DefaultDoubleAccuracy = NegativeMachineEpsilon * 10D; } 参见: https://github.com/mathnet/mathnet-numerics /blob/master/src/Numerics/Precision.cs https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics

    54520编辑于 2022-08-04
  • 来自专栏张善友的专栏

    C#数学计算包 Math.NET

    LGPL授权 Math.NET Neodyma 提供了一个用于数字信号处理的工具箱(DSP) 自由软件, 开源,基于LGPL授权 ,https://github.com/mathnet/mathnet-numerics

    3.7K50发布于 2018-01-29
  • 来自专栏痴者工良

    .NET 平台上的开源模型训练与推理进展

    Star: 3.6k Github: https://github.com/mathnet/mathnet-numerics NET Numerics 是 Math.NET 计划的数值基础,旨在为科学、

    1.4K10编辑于 2025-04-11
  • 来自专栏DotNet NB && CloudNative

    .NET 平台上的开源模型训练与推理进展

    Star: 3.6k Github: https://github.com/mathnet/mathnet-numerics NET Numerics 是 Math.NET 计划的数值基础,旨在为科学、

    60110编辑于 2025-05-17
领券