Browse Source

Cleanup: no longer mention CodePlex in file headers, deprecate its release archive

pull/385/head
Christoph Ruegg 10 years ago
parent
commit
36a46bd7fc
  1. 2
      CONTRIBUTING.md
  2. 2
      README.md
  3. 2
      docs/content/Build.md
  4. 6
      docs/content/Packages.md
  5. 1
      src/FSharp/AssemblyInfo.fs
  6. 1
      src/FSharp/Compatibility.fs
  7. 1
      src/FSharp/Differentiate.fs
  8. 1
      src/FSharp/Distributions.fs
  9. 1
      src/FSharp/FindRoots.fs
  10. 1
      src/FSharp/Fit.fs
  11. 1
      src/FSharp/Generate.fs
  12. 1
      src/FSharp/LinearAlgebra.Matrix.fs
  13. 1
      src/FSharp/LinearAlgebra.Vector.fs
  14. 1
      src/FSharp/Quaternion.fs
  15. 1
      src/FSharp/Random.fs
  16. 1
      src/FSharp/Statistics.fs
  17. 1
      src/Numerics/ArrayExtensions.cs
  18. 1
      src/Numerics/Combinatorics.cs
  19. 1
      src/Numerics/Complex32.cs
  20. 1
      src/Numerics/Complex64.cs
  21. 1
      src/Numerics/ComplexExtensions.cs
  22. 1
      src/Numerics/Constants.cs
  23. 1
      src/Numerics/Control.cs
  24. 1
      src/Numerics/Differentiate.cs
  25. 1
      src/Numerics/Differentiation/FiniteDifferenceCoefficients.cs
  26. 1
      src/Numerics/Differentiation/NumericalDerivative.cs
  27. 1
      src/Numerics/Differentiation/NumericalHessian.cs
  28. 1
      src/Numerics/Differentiation/NumericalJacobian.cs
  29. 1
      src/Numerics/Distance.cs
  30. 1
      src/Numerics/Distributions/Bernoulli.cs
  31. 1
      src/Numerics/Distributions/Beta.cs
  32. 1
      src/Numerics/Distributions/BetaScaled.cs
  33. 1
      src/Numerics/Distributions/Binomial.cs
  34. 1
      src/Numerics/Distributions/Categorical.cs
  35. 1
      src/Numerics/Distributions/Cauchy.cs
  36. 1
      src/Numerics/Distributions/Chi.cs
  37. 1
      src/Numerics/Distributions/ChiSquared.cs
  38. 1
      src/Numerics/Distributions/ContinuousUniform.cs
  39. 1
      src/Numerics/Distributions/ConwayMaxwellPoisson.cs
  40. 1
      src/Numerics/Distributions/Dirichlet.cs
  41. 1
      src/Numerics/Distributions/DiscreteUniform.cs
  42. 1
      src/Numerics/Distributions/Erlang.cs
  43. 1
      src/Numerics/Distributions/Exponential.cs
  44. 1
      src/Numerics/Distributions/FisherSnedecor.cs
  45. 1
      src/Numerics/Distributions/Gamma.cs
  46. 1
      src/Numerics/Distributions/Geometric.cs
  47. 1
      src/Numerics/Distributions/Hypergeometric.cs
  48. 1
      src/Numerics/Distributions/IContinuousDistribution.cs
  49. 1
      src/Numerics/Distributions/IDiscreteDistribution.cs
  50. 1
      src/Numerics/Distributions/IDistribution.cs
  51. 1
      src/Numerics/Distributions/IUnivariateDistribution.cs
  52. 1
      src/Numerics/Distributions/InverseGamma.cs
  53. 1
      src/Numerics/Distributions/InverseWishart.cs
  54. 1
      src/Numerics/Distributions/Laplace.cs
  55. 1
      src/Numerics/Distributions/LogNormal.cs
  56. 1
      src/Numerics/Distributions/MatrixNormal.cs
  57. 1
      src/Numerics/Distributions/Multinomial.cs
  58. 1
      src/Numerics/Distributions/NegativeBinomial.cs
  59. 1
      src/Numerics/Distributions/Normal.cs
  60. 1
      src/Numerics/Distributions/NormalGamma.cs
  61. 1
      src/Numerics/Distributions/Pareto.cs
  62. 1
      src/Numerics/Distributions/Poisson.cs
  63. 1
      src/Numerics/Distributions/Rayleigh.cs
  64. 1
      src/Numerics/Distributions/Stable.cs
  65. 1
      src/Numerics/Distributions/StudentT.cs
  66. 1
      src/Numerics/Distributions/Triangular.cs
  67. 1
      src/Numerics/Distributions/Weibull.cs
  68. 1
      src/Numerics/Distributions/Wishart.cs
  69. 1
      src/Numerics/Distributions/Zipf.cs
  70. 1
      src/Numerics/Euclid.cs
  71. 1
      src/Numerics/ExcelFunctions.cs
  72. 1
      src/Numerics/Financial/AbsoluteReturnMeasures.cs
  73. 1
      src/Numerics/Financial/AbsoluteRiskMeasures.cs
  74. 1
      src/Numerics/FindRoots.cs
  75. 1
      src/Numerics/Fit.cs
  76. 1
      src/Numerics/Generate.cs
  77. 1
      src/Numerics/GlobalizationHelper.cs
  78. 1
      src/Numerics/GoodnessOfFit.cs
  79. 1
      src/Numerics/IntegralTransforms/Fourier.Bluestein.cs
  80. 1
      src/Numerics/IntegralTransforms/Fourier.Naive.cs
  81. 1
      src/Numerics/IntegralTransforms/Fourier.RadixN.cs
  82. 1
      src/Numerics/IntegralTransforms/Fourier.cs
  83. 1
      src/Numerics/IntegralTransforms/FourierOptions.cs
  84. 1
      src/Numerics/IntegralTransforms/Hartley.Naive.cs
  85. 1
      src/Numerics/IntegralTransforms/Hartley.cs
  86. 1
      src/Numerics/IntegralTransforms/HartleyOptions.cs
  87. 1
      src/Numerics/Integrate.cs
  88. 1
      src/Numerics/Integration/DoubleExponentialTransformation.cs
  89. 1
      src/Numerics/Integration/GaussLegendreRule.cs
  90. 3
      src/Numerics/Integration/GaussRule/GaussLegendrePointFactory.cs
  91. 1
      src/Numerics/Integration/GaussRule/GaussPoint.cs
  92. 1
      src/Numerics/Integration/NewtonCotesTrapeziumRule.cs
  93. 1
      src/Numerics/Integration/SimpsonRule.cs
  94. 1
      src/Numerics/Interpolate.cs
  95. 1
      src/Numerics/Interpolation/Barycentric.cs
  96. 1
      src/Numerics/Interpolation/BulirschStoerRationalInterpolation.cs
  97. 1
      src/Numerics/Interpolation/CubicSpline.cs
  98. 1
      src/Numerics/Interpolation/IInterpolation.cs
  99. 1
      src/Numerics/Interpolation/LinearSpline.cs
  100. 1
      src/Numerics/Interpolation/LogLinear.cs

2
CONTRIBUTING.md

@ -35,7 +35,7 @@ If you're extending some feature which is similar and close to existing code, fo
### When adding new features ...
If you intend to add completely new features, say some spatial routines for geometrical transformations, we recommend to [talk to us](http://mathnetnumerics.codeplex.com/discussions) first. This is mostly to avoid wasting your time in case we decide not to accept it, or require major refactoring. If the features is quite small it is perfectly fine to just open a pull request though. Sometimes it's easier to just show code instead of lengthy explanations.
If you intend to add completely new features, say some spatial routines for geometrical transformations, we recommend to [talk to us](http://discuss.mathdotnet.com/c/numerics) first. This is mostly to avoid wasting your time in case we decide not to accept it, or require major refactoring. If the features is quite small it is perfectly fine to just open a pull request though. Sometimes it's easier to just show code instead of lengthy explanations.
Note that your work does not need to be finished or complete at the time you open the pull request (but please do mention this in the message), as GitHub pull requests are an excellent tool to discuss an early prototype or skeleton before it is fully implemented.

2
README.md

@ -26,7 +26,7 @@ Math.NET Numerics is covered under the terms of the [MIT/X11](LICENSE.md) licens
Installation Instructions
-------------------------
The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/). Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases).
The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/).
Core Package:

2
docs/content/Build.md

@ -166,7 +166,7 @@ Official Release Process (Maintainers only)
In theory there is also a `Publish` target to do this in one step, unfortunately
publishing to the NuGet gallery is quite unreliable.
* Create new Codeplex and GitHub release, attach Zip files (to be automated)
* Create new GitHub release, attach Zip files (to be automated)
* Copy artifacts to [release archive](http://1drv.ms/1lMtdNi) (to be automated)
* Consider a tweet via [@MathDotNet](https://twitter.com/MathDotNet)
* Consider a post to the [Google+ site](https://plus.google.com/112484567926928665204)

6
docs/content/Packages.md

@ -3,11 +3,7 @@ NuGet Packages & Binaries
The recommended way to get Math.NET Numerics is NuGet. The following packages are
provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/).
Some but not all releases are also available as Zip files on
[CodePlex Downloads](http://mathnetnumerics.codeplex.com/releases) or in the
[GitHub Releases](https://github.com/mathnet/mathnet-numerics/releases).
The complete set of Zip and NuGet packages including symbol packages is available in
The complete set of Zip and NuGet packages including symbol packages is also available in the
[release archive](http://1drv.ms/1NlUeDT).
*We're currently planning what platforms we should support in the future.

1
src/FSharp/AssemblyInfo.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009 Math.NET
//

1
src/FSharp/Compatibility.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/FSharp/Differentiate.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/FSharp/Distributions.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/FSharp/FindRoots.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/FSharp/Fit.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/FSharp/Generate.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/FSharp/LinearAlgebra.Matrix.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/FSharp/LinearAlgebra.Vector.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/FSharp/Quaternion.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2016 Math.NET
//

1
src/FSharp/Random.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/FSharp/Statistics.fs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/ArrayExtensions.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2011 Math.NET
//

1
src/Numerics/Combinatorics.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Complex32.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/Complex64.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/ComplexExtensions.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/Constants.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/Control.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Differentiate.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Differentiation/FiniteDifferenceCoefficients.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Differentiation/NumericalDerivative.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Differentiation/NumericalHessian.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Differentiation/NumericalJacobian.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Distance.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Bernoulli.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Beta.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Distributions/BetaScaled.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Distributions/Binomial.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Categorical.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Cauchy.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Chi.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/ChiSquared.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/ContinuousUniform.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/ConwayMaxwellPoisson.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Dirichlet.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2011 Math.NET
//

1
src/Numerics/Distributions/DiscreteUniform.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Erlang.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Exponential.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/FisherSnedecor.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Gamma.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Geometric.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Hypergeometric.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/IContinuousDistribution.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/IDiscreteDistribution.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/IDistribution.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/IUnivariateDistribution.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/InverseGamma.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/InverseWishart.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Laplace.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/LogNormal.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/MatrixNormal.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Multinomial.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/NegativeBinomial.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Normal.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Distributions/NormalGamma.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Pareto.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Poisson.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Rayleigh.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Stable.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/StudentT.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Distributions/Triangular.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Weibull.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Wishart.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Distributions/Zipf.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Euclid.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/ExcelFunctions.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Financial/AbsoluteReturnMeasures.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Financial/AbsoluteRiskMeasures.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/FindRoots.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Fit.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/Generate.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/GlobalizationHelper.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/GoodnessOfFit.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation

1
src/Numerics/IntegralTransforms/Fourier.Bluestein.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/IntegralTransforms/Fourier.Naive.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/IntegralTransforms/Fourier.RadixN.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/IntegralTransforms/Fourier.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2015 Math.NET
//

1
src/Numerics/IntegralTransforms/FourierOptions.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/IntegralTransforms/Hartley.Naive.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/IntegralTransforms/Hartley.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/IntegralTransforms/HartleyOptions.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2010 Math.NET
//

1
src/Numerics/Integrate.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2016 Math.NET
//

1
src/Numerics/Integration/DoubleExponentialTransformation.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Integration/GaussLegendreRule.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2016 Math.NET
//

3
src/Numerics/Integration/GaussRule/GaussLegendrePointFactory.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2016 Math.NET
//
@ -102,7 +101,7 @@ namespace MathNet.Numerics.Integration.GaussRule
/// <summary>
/// Computes the Gauss-Legendre abscissas/weights.
/// See <see cref="http://www.holoborodko.com/pavel/numerical-methods/numerical-integration/" >Pavel Holoborodko</see> for a description of the algorithm.
/// See <see href="http://www.holoborodko.com/pavel/numerical-methods/numerical-integration/" >Pavel Holoborodko</see> for a description of the algorithm.
/// </summary>
/// <param name="order">Defines an Nth order Gauss-Legendre rule. The order also defines the number of abscissas and weights for the rule.</param>
/// <param name="eps">Required precision to compute the abscissas/weights. 1e-10 is usually fine.</param>

1
src/Numerics/Integration/GaussRule/GaussPoint.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2016 Math.NET
//

1
src/Numerics/Integration/NewtonCotesTrapeziumRule.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Integration/SimpsonRule.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Interpolate.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Interpolation/Barycentric.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Interpolation/BulirschStoerRationalInterpolation.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Interpolation/CubicSpline.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Interpolation/IInterpolation.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2013 Math.NET
//

1
src/Numerics/Interpolation/LinearSpline.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

1
src/Numerics/Interpolation/LogLinear.cs

@ -2,7 +2,6 @@
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
// http://mathnetnumerics.codeplex.com
//
// Copyright (c) 2009-2014 Math.NET
//

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save