From 36a46bd7fcd3dc273fbd147bf6f27dabfdd0d586 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 14 Feb 2016 11:10:56 +0100 Subject: [PATCH] Cleanup: no longer mention CodePlex in file headers, deprecate its release archive --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/content/Build.md | 2 +- docs/content/Packages.md | 6 +----- src/FSharp/AssemblyInfo.fs | 1 - src/FSharp/Compatibility.fs | 1 - src/FSharp/Differentiate.fs | 1 - src/FSharp/Distributions.fs | 1 - src/FSharp/FindRoots.fs | 1 - src/FSharp/Fit.fs | 1 - src/FSharp/Generate.fs | 1 - src/FSharp/LinearAlgebra.Matrix.fs | 1 - src/FSharp/LinearAlgebra.Vector.fs | 1 - src/FSharp/Quaternion.fs | 1 - src/FSharp/Random.fs | 1 - src/FSharp/Statistics.fs | 1 - src/Numerics/ArrayExtensions.cs | 1 - src/Numerics/Combinatorics.cs | 1 - src/Numerics/Complex32.cs | 1 - src/Numerics/Complex64.cs | 1 - src/Numerics/ComplexExtensions.cs | 1 - src/Numerics/Constants.cs | 1 - src/Numerics/Control.cs | 1 - src/Numerics/Differentiate.cs | 1 - .../Differentiation/FiniteDifferenceCoefficients.cs | 1 - src/Numerics/Differentiation/NumericalDerivative.cs | 1 - src/Numerics/Differentiation/NumericalHessian.cs | 1 - src/Numerics/Differentiation/NumericalJacobian.cs | 1 - src/Numerics/Distance.cs | 1 - src/Numerics/Distributions/Bernoulli.cs | 1 - src/Numerics/Distributions/Beta.cs | 1 - src/Numerics/Distributions/BetaScaled.cs | 1 - src/Numerics/Distributions/Binomial.cs | 1 - src/Numerics/Distributions/Categorical.cs | 1 - src/Numerics/Distributions/Cauchy.cs | 1 - src/Numerics/Distributions/Chi.cs | 1 - src/Numerics/Distributions/ChiSquared.cs | 1 - src/Numerics/Distributions/ContinuousUniform.cs | 1 - src/Numerics/Distributions/ConwayMaxwellPoisson.cs | 1 - src/Numerics/Distributions/Dirichlet.cs | 1 - src/Numerics/Distributions/DiscreteUniform.cs | 1 - src/Numerics/Distributions/Erlang.cs | 1 - src/Numerics/Distributions/Exponential.cs | 1 - src/Numerics/Distributions/FisherSnedecor.cs | 1 - src/Numerics/Distributions/Gamma.cs | 1 - src/Numerics/Distributions/Geometric.cs | 1 - src/Numerics/Distributions/Hypergeometric.cs | 1 - src/Numerics/Distributions/IContinuousDistribution.cs | 1 - src/Numerics/Distributions/IDiscreteDistribution.cs | 1 - src/Numerics/Distributions/IDistribution.cs | 1 - src/Numerics/Distributions/IUnivariateDistribution.cs | 1 - src/Numerics/Distributions/InverseGamma.cs | 1 - src/Numerics/Distributions/InverseWishart.cs | 1 - src/Numerics/Distributions/Laplace.cs | 1 - src/Numerics/Distributions/LogNormal.cs | 1 - src/Numerics/Distributions/MatrixNormal.cs | 1 - src/Numerics/Distributions/Multinomial.cs | 1 - src/Numerics/Distributions/NegativeBinomial.cs | 1 - src/Numerics/Distributions/Normal.cs | 1 - src/Numerics/Distributions/NormalGamma.cs | 1 - src/Numerics/Distributions/Pareto.cs | 1 - src/Numerics/Distributions/Poisson.cs | 1 - src/Numerics/Distributions/Rayleigh.cs | 1 - src/Numerics/Distributions/Stable.cs | 1 - src/Numerics/Distributions/StudentT.cs | 1 - src/Numerics/Distributions/Triangular.cs | 1 - src/Numerics/Distributions/Weibull.cs | 1 - src/Numerics/Distributions/Wishart.cs | 1 - src/Numerics/Distributions/Zipf.cs | 1 - src/Numerics/Euclid.cs | 1 - src/Numerics/ExcelFunctions.cs | 1 - src/Numerics/Financial/AbsoluteReturnMeasures.cs | 1 - src/Numerics/Financial/AbsoluteRiskMeasures.cs | 1 - src/Numerics/FindRoots.cs | 1 - src/Numerics/Fit.cs | 1 - src/Numerics/Generate.cs | 1 - src/Numerics/GlobalizationHelper.cs | 1 - src/Numerics/GoodnessOfFit.cs | 1 - src/Numerics/IntegralTransforms/Fourier.Bluestein.cs | 1 - src/Numerics/IntegralTransforms/Fourier.Naive.cs | 1 - src/Numerics/IntegralTransforms/Fourier.RadixN.cs | 1 - src/Numerics/IntegralTransforms/Fourier.cs | 1 - src/Numerics/IntegralTransforms/FourierOptions.cs | 1 - src/Numerics/IntegralTransforms/Hartley.Naive.cs | 1 - src/Numerics/IntegralTransforms/Hartley.cs | 1 - src/Numerics/IntegralTransforms/HartleyOptions.cs | 1 - src/Numerics/Integrate.cs | 1 - src/Numerics/Integration/DoubleExponentialTransformation.cs | 1 - src/Numerics/Integration/GaussLegendreRule.cs | 1 - .../Integration/GaussRule/GaussLegendrePointFactory.cs | 3 +-- src/Numerics/Integration/GaussRule/GaussPoint.cs | 1 - src/Numerics/Integration/NewtonCotesTrapeziumRule.cs | 1 - src/Numerics/Integration/SimpsonRule.cs | 1 - src/Numerics/Interpolate.cs | 1 - src/Numerics/Interpolation/Barycentric.cs | 1 - .../Interpolation/BulirschStoerRationalInterpolation.cs | 1 - src/Numerics/Interpolation/CubicSpline.cs | 1 - src/Numerics/Interpolation/IInterpolation.cs | 1 - src/Numerics/Interpolation/LinearSpline.cs | 1 - src/Numerics/Interpolation/LogLinear.cs | 1 - .../Interpolation/NevillePolynomialInterpolation.cs | 1 - src/Numerics/Interpolation/QuadraticSpline.cs | 1 - src/Numerics/Interpolation/SplineBoundaryCondition.cs | 1 - src/Numerics/Interpolation/StepInterpolation.cs | 1 - src/Numerics/Interpolation/TransformedInterpolation.cs | 1 - src/Numerics/LinearAlgebra/Builder.cs | 1 - src/Numerics/LinearAlgebra/Complex/DenseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Complex/DenseVector.cs | 1 - src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs | 1 - .../LinearAlgebra/Complex/Factorization/Cholesky.cs | 1 - .../LinearAlgebra/Complex/Factorization/DenseCholesky.cs | 1 - .../LinearAlgebra/Complex/Factorization/DenseEvd.cs | 1 - .../LinearAlgebra/Complex/Factorization/DenseGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/DenseLU.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/DenseQR.cs | 1 - .../LinearAlgebra/Complex/Factorization/DenseSvd.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/Evd.cs | 1 - .../LinearAlgebra/Complex/Factorization/GramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/LU.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/QR.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/Svd.cs | 1 - .../LinearAlgebra/Complex/Factorization/UserCholesky.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/UserEvd.cs | 1 - .../LinearAlgebra/Complex/Factorization/UserGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/UserLU.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/UserQR.cs | 1 - src/Numerics/LinearAlgebra/Complex/Factorization/UserSvd.cs | 1 - src/Numerics/LinearAlgebra/Complex/Matrix.cs | 1 - src/Numerics/LinearAlgebra/Complex/Solvers/BiCgStab.cs | 1 - .../LinearAlgebra/Complex/Solvers/CompositeSolver.cs | 1 - .../LinearAlgebra/Complex/Solvers/DiagonalPreconditioner.cs | 1 - src/Numerics/LinearAlgebra/Complex/Solvers/GpBiCg.cs | 1 - .../LinearAlgebra/Complex/Solvers/ILU0Preconditioner.cs | 1 - .../LinearAlgebra/Complex/Solvers/ILUTPPreconditioner.cs | 1 - .../LinearAlgebra/Complex/Solvers/MILU0Preconditioner.cs | 1 - src/Numerics/LinearAlgebra/Complex/Solvers/MlkBiCgStab.cs | 1 - src/Numerics/LinearAlgebra/Complex/Solvers/TFQMR.cs | 1 - src/Numerics/LinearAlgebra/Complex/SparseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Complex/SparseVector.cs | 1 - src/Numerics/LinearAlgebra/Complex/Vector.cs | 1 - src/Numerics/LinearAlgebra/Complex32/DenseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Complex32/DenseVector.cs | 1 - src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs | 1 - .../LinearAlgebra/Complex32/Factorization/Cholesky.cs | 1 - .../LinearAlgebra/Complex32/Factorization/DenseCholesky.cs | 1 - .../LinearAlgebra/Complex32/Factorization/DenseEvd.cs | 1 - .../Complex32/Factorization/DenseGramSchmidt.cs | 1 - .../LinearAlgebra/Complex32/Factorization/DenseLU.cs | 1 - .../LinearAlgebra/Complex32/Factorization/DenseQR.cs | 1 - .../LinearAlgebra/Complex32/Factorization/DenseSvd.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Factorization/Evd.cs | 1 - .../LinearAlgebra/Complex32/Factorization/GramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Factorization/LU.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Factorization/QR.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Factorization/Svd.cs | 1 - .../LinearAlgebra/Complex32/Factorization/UserCholesky.cs | 1 - .../LinearAlgebra/Complex32/Factorization/UserEvd.cs | 1 - .../Complex32/Factorization/UserGramSchmidt.cs | 1 - .../LinearAlgebra/Complex32/Factorization/UserLU.cs | 1 - .../LinearAlgebra/Complex32/Factorization/UserQR.cs | 1 - .../LinearAlgebra/Complex32/Factorization/UserSvd.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Matrix.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Solvers/BiCgStab.cs | 1 - .../LinearAlgebra/Complex32/Solvers/CompositeSolver.cs | 1 - .../Complex32/Solvers/DiagonalPreconditioner.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Solvers/GpBiCg.cs | 1 - .../LinearAlgebra/Complex32/Solvers/ILU0Preconditioner.cs | 1 - .../LinearAlgebra/Complex32/Solvers/ILUTPPreconditioner.cs | 1 - .../LinearAlgebra/Complex32/Solvers/MILU0Preconditioner.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Solvers/MlkBiCgStab.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Solvers/TFQMR.cs | 1 - src/Numerics/LinearAlgebra/Complex32/SparseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Complex32/SparseVector.cs | 1 - src/Numerics/LinearAlgebra/Complex32/Vector.cs | 1 - src/Numerics/LinearAlgebra/CreateMatrix.cs | 1 - src/Numerics/LinearAlgebra/CreateVector.cs | 1 - src/Numerics/LinearAlgebra/Double/DenseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Double/DenseVector.cs | 1 - src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/Cholesky.cs | 1 - .../LinearAlgebra/Double/Factorization/DenseCholesky.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/DenseEvd.cs | 1 - .../LinearAlgebra/Double/Factorization/DenseGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/DenseLU.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/DenseQR.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/DenseSvd.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/Evd.cs | 1 - .../LinearAlgebra/Double/Factorization/GramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/LU.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/QR.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/Svd.cs | 1 - .../LinearAlgebra/Double/Factorization/UserCholesky.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/UserEvd.cs | 1 - .../LinearAlgebra/Double/Factorization/UserGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/UserLU.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/UserQR.cs | 1 - src/Numerics/LinearAlgebra/Double/Factorization/UserSvd.cs | 1 - src/Numerics/LinearAlgebra/Double/Matrix.cs | 1 - src/Numerics/LinearAlgebra/Double/Solvers/BiCgStab.cs | 1 - .../LinearAlgebra/Double/Solvers/CompositeSolver.cs | 1 - .../LinearAlgebra/Double/Solvers/DiagonalPreconditioner.cs | 1 - src/Numerics/LinearAlgebra/Double/Solvers/GpBiCg.cs | 1 - .../LinearAlgebra/Double/Solvers/ILU0Preconditioner.cs | 1 - .../LinearAlgebra/Double/Solvers/ILUTPPreconditioner.cs | 1 - .../LinearAlgebra/Double/Solvers/MILU0Preconditioner.cs | 1 - src/Numerics/LinearAlgebra/Double/Solvers/MlkBiCgStab.cs | 1 - src/Numerics/LinearAlgebra/Double/Solvers/TFQMR.cs | 1 - src/Numerics/LinearAlgebra/Double/SparseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Double/SparseVector.cs | 1 - src/Numerics/LinearAlgebra/Double/Vector.cs | 1 - src/Numerics/LinearAlgebra/Factorization/Cholesky.cs | 1 - src/Numerics/LinearAlgebra/Factorization/Evd.cs | 1 - src/Numerics/LinearAlgebra/Factorization/GramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Factorization/ISolver.cs | 1 - src/Numerics/LinearAlgebra/Factorization/LU.cs | 1 - src/Numerics/LinearAlgebra/Factorization/QR.cs | 1 - src/Numerics/LinearAlgebra/Factorization/Svd.cs | 1 - src/Numerics/LinearAlgebra/Matrix.Arithmetic.cs | 1 - src/Numerics/LinearAlgebra/Matrix.BCL.cs | 1 - src/Numerics/LinearAlgebra/Matrix.Operators.cs | 1 - src/Numerics/LinearAlgebra/Matrix.Solve.cs | 1 - src/Numerics/LinearAlgebra/Matrix.cs | 1 - src/Numerics/LinearAlgebra/MatrixExtensions.cs | 1 - src/Numerics/LinearAlgebra/Options.cs | 1 - src/Numerics/LinearAlgebra/Single/DenseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Single/DenseVector.cs | 1 - src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/Cholesky.cs | 1 - .../LinearAlgebra/Single/Factorization/DenseCholesky.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/DenseEvd.cs | 1 - .../LinearAlgebra/Single/Factorization/DenseGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/DenseLU.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/DenseQR.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/DenseSvd.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/Evd.cs | 1 - .../LinearAlgebra/Single/Factorization/GramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/LU.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/QR.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/Svd.cs | 1 - .../LinearAlgebra/Single/Factorization/UserCholesky.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/UserEvd.cs | 1 - .../LinearAlgebra/Single/Factorization/UserGramSchmidt.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/UserLU.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/UserQR.cs | 1 - src/Numerics/LinearAlgebra/Single/Factorization/UserSvd.cs | 1 - src/Numerics/LinearAlgebra/Single/Matrix.cs | 1 - src/Numerics/LinearAlgebra/Single/Solvers/BiCgStab.cs | 1 - .../LinearAlgebra/Single/Solvers/CompositeSolver.cs | 1 - .../LinearAlgebra/Single/Solvers/DiagonalPreconditioner.cs | 1 - src/Numerics/LinearAlgebra/Single/Solvers/GpBiCg.cs | 1 - .../LinearAlgebra/Single/Solvers/ILU0Preconditioner.cs | 1 - .../LinearAlgebra/Single/Solvers/ILUTPPreconditioner.cs | 1 - .../LinearAlgebra/Single/Solvers/MILU0Preconditioner.cs | 1 - src/Numerics/LinearAlgebra/Single/Solvers/MlkBiCgStab.cs | 1 - src/Numerics/LinearAlgebra/Single/Solvers/TFQMR.cs | 1 - src/Numerics/LinearAlgebra/Single/SparseMatrix.cs | 1 - src/Numerics/LinearAlgebra/Single/SparseVector.cs | 1 - src/Numerics/LinearAlgebra/Single/Vector.cs | 1 - .../LinearAlgebra/Solvers/CancellationStopCriterion.cs | 1 - src/Numerics/LinearAlgebra/Solvers/DelegateStopCriterion.cs | 1 - .../LinearAlgebra/Solvers/DivergenceStopCriterion.cs | 1 - src/Numerics/LinearAlgebra/Solvers/FailureStopCriterion.cs | 1 - .../LinearAlgebra/Solvers/IIterationStopCriterion.cs | 1 - src/Numerics/LinearAlgebra/Solvers/IIterativeSolver.cs | 1 - src/Numerics/LinearAlgebra/Solvers/IIterativeSolverSetup.cs | 1 - src/Numerics/LinearAlgebra/Solvers/IPreconditioner.cs | 1 - .../LinearAlgebra/Solvers/IterationCountStopCriterion.cs | 1 - src/Numerics/LinearAlgebra/Solvers/IterationStatus.cs | 1 - src/Numerics/LinearAlgebra/Solvers/Iterator.cs | 1 - src/Numerics/LinearAlgebra/Solvers/ResidualStopCriterion.cs | 1 - src/Numerics/LinearAlgebra/Solvers/SolverSetup.cs | 1 - src/Numerics/LinearAlgebra/Solvers/UnitPreconditioner.cs | 1 - .../LinearAlgebra/Storage/DenseColumnMajorMatrixStorage.cs | 1 - src/Numerics/LinearAlgebra/Storage/DenseVectorStorage.cs | 1 - src/Numerics/LinearAlgebra/Storage/DiagonalMatrixStorage.cs | 1 - .../LinearAlgebra/Storage/MatrixStorage.Validation.cs | 1 - src/Numerics/LinearAlgebra/Storage/MatrixStorage.cs | 1 - .../Storage/SparseCompressedRowMatrixStorage.cs | 1 - src/Numerics/LinearAlgebra/Storage/SparseVectorStorage.cs | 1 - .../LinearAlgebra/Storage/VectorStorage.Validation.cs | 1 - src/Numerics/LinearAlgebra/Storage/VectorStorage.cs | 1 - src/Numerics/LinearAlgebra/Vector.Arithmetic.cs | 1 - src/Numerics/LinearAlgebra/Vector.BCL.cs | 1 - src/Numerics/LinearAlgebra/Vector.Operators.cs | 1 - src/Numerics/LinearAlgebra/Vector.cs | 1 - src/Numerics/LinearAlgebra/VectorExtensions.cs | 1 - src/Numerics/LinearRegression/MultipleRegression.cs | 1 - src/Numerics/LinearRegression/Options.cs | 1 - src/Numerics/LinearRegression/SimpleRegression.cs | 1 - src/Numerics/LinearRegression/Util.cs | 1 - src/Numerics/LinearRegression/WeightedRegression.cs | 1 - src/Numerics/Permutation.cs | 1 - src/Numerics/Precision.Comparison.cs | 1 - src/Numerics/Precision.Equality.cs | 1 - src/Numerics/Precision.cs | 1 - .../LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs | 1 - .../Acml/AcmlLinearAlgebraProvider.Complex32.cs | 1 - .../LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Double.cs | 1 - .../LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Single.cs | 1 - .../LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex.cs | 1 - .../Cuda/CudaLinearAlgebraProvider.Complex32.cs | 1 - .../LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Double.cs | 1 - .../LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Single.cs | 1 - .../LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs | 1 - .../LinearAlgebra/Cuda/CudaProviderCapabilities.cs | 1 - .../Providers/LinearAlgebra/ILinearAlgebraProvider.cs | 1 - .../LinearAlgebra/ManagedLinearAlgebraProvider.Complex.cs | 1 - .../LinearAlgebra/ManagedLinearAlgebraProvider.Complex32.cs | 1 - .../LinearAlgebra/ManagedLinearAlgebraProvider.Double.cs | 1 - .../LinearAlgebra/ManagedLinearAlgebraProvider.Single.cs | 1 - .../Providers/LinearAlgebra/ManagedLinearAlgebraProvider.cs | 1 - .../LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs | 1 - .../LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs | 1 - .../LinearAlgebra/Mkl/MklLinearAlgebraProvider.Double.cs | 1 - .../LinearAlgebra/Mkl/MklLinearAlgebraProvider.Single.cs | 1 - .../Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.cs | 1 - .../Providers/LinearAlgebra/Mkl/MklProviderCapabilities.cs | 1 - .../OpenBlas/OpenBlasLinearAlgebraProvider.Complex.cs | 1 - .../OpenBlas/OpenBlasLinearAlgebraProvider.Complex32.cs | 1 - .../OpenBlas/OpenBlasLinearAlgebraProvider.Double.cs | 1 - .../OpenBlas/OpenBlasLinearAlgebraProvider.Single.cs | 1 - .../LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.cs | 1 - .../LinearAlgebra/OpenBlas/OpenBlasProviderCapabilities.cs | 1 - src/Numerics/Providers/NativeProviderLoader.cs | 1 - src/Numerics/Random/CryptoRandomSource.cs | 1 - src/Numerics/Random/Mcg31m1.cs | 1 - src/Numerics/Random/Mcg59.cs | 1 - src/Numerics/Random/MersenneTwister.cs | 1 - src/Numerics/Random/Mrg32k3a.cs | 1 - src/Numerics/Random/Palf.cs | 1 - src/Numerics/Random/RandomExtensions.cs | 1 - src/Numerics/Random/RandomSource.cs | 1 - src/Numerics/Random/SystemRandomSource.cs | 1 - src/Numerics/Random/WH1982.cs | 1 - src/Numerics/Random/WH2006.cs | 1 - src/Numerics/Random/Xorshift.cs | 1 - src/Numerics/RootFinding/Bisection.cs | 1 - src/Numerics/RootFinding/Brent.cs | 1 - src/Numerics/RootFinding/Broyden.cs | 1 - src/Numerics/RootFinding/Cubic.cs | 1 - src/Numerics/RootFinding/NewtonRaphson.cs | 1 - src/Numerics/RootFinding/RobustNewtonRaphson.cs | 1 - src/Numerics/RootFinding/Secant.cs | 1 - src/Numerics/RootFinding/ZeroCrossingBracketing.cs | 1 - src/Numerics/Sorting.cs | 1 - src/Numerics/SpecialFunctions/Beta.cs | 1 - src/Numerics/SpecialFunctions/Erf.cs | 1 - src/Numerics/SpecialFunctions/Evaluate.cs | 1 - src/Numerics/SpecialFunctions/ExponentialIntegral.cs | 1 - src/Numerics/SpecialFunctions/Factorial.cs | 1 - src/Numerics/SpecialFunctions/Gamma.cs | 1 - src/Numerics/SpecialFunctions/Harmonic.cs | 1 - src/Numerics/SpecialFunctions/Logistic.cs | 1 - src/Numerics/SpecialFunctions/ModifiedBessel.cs | 1 - src/Numerics/SpecialFunctions/ModifiedStruve.cs | 1 - src/Numerics/SpecialFunctions/Stability.cs | 1 - src/Numerics/SpecialFunctions/TestFunctions.cs | 1 - src/Numerics/Statistics/ArrayStatistics.Complex.cs | 1 - src/Numerics/Statistics/ArrayStatistics.Int32.cs | 1 - src/Numerics/Statistics/ArrayStatistics.Single.cs | 1 - src/Numerics/Statistics/ArrayStatistics.cs | 1 - src/Numerics/Statistics/Correlation.cs | 1 - src/Numerics/Statistics/DescriptiveStatistics.cs | 1 - src/Numerics/Statistics/Histogram.cs | 1 - src/Numerics/Statistics/MCMC/HybridMC.cs | 1 - src/Numerics/Statistics/MCMC/HybridMCGeneric.cs | 1 - src/Numerics/Statistics/MCMC/MCMCDiagnostics.cs | 1 - src/Numerics/Statistics/MCMC/MCMCSampler.cs | 1 - src/Numerics/Statistics/MCMC/MetropolisHastingsSampler.cs | 1 - src/Numerics/Statistics/MCMC/MetropolisSampler.cs | 1 - src/Numerics/Statistics/MCMC/RejectionSampler.cs | 1 - src/Numerics/Statistics/MCMC/UnivariateHybridMC.cs | 1 - src/Numerics/Statistics/MCMC/UnivariateSliceSampler.cs | 1 - src/Numerics/Statistics/MovingStatistics.cs | 1 - src/Numerics/Statistics/QuantileDefinition.cs | 1 - src/Numerics/Statistics/RankDefinition.cs | 1 - src/Numerics/Statistics/RunningStatistics.cs | 1 - src/Numerics/Statistics/SortedArrayStatistics.Single.cs | 1 - src/Numerics/Statistics/SortedArrayStatistics.cs | 1 - src/Numerics/Statistics/Statistics.cs | 1 - src/Numerics/Statistics/StreamingStatistics.cs | 1 - src/Numerics/Threading/CommonParallel.cs | 1 - src/Numerics/Trigonometry.cs | 1 - src/Numerics/Window.cs | 1 - src/UnitTests/ArrayHelpers.cs | 1 - src/UnitTests/AssertHelpers.cs | 1 - .../CombinatoricsTests/CombinatoricsCountingTest.cs | 1 - src/UnitTests/ComplexTests/Complex32Test.TextHandling.cs | 1 - src/UnitTests/ComplexTests/Complex32Test.cs | 1 - src/UnitTests/ComplexTests/ComplexTest.TextHandling.cs | 1 - src/UnitTests/ComplexTests/ComplexTest.cs | 1 - .../FiniteDifferenceCoefficientsTests.cs | 1 - .../DifferentiationTests/NumericalDerivativeTests.cs | 1 - src/UnitTests/DifferentiationTests/NumericalHessianTests.cs | 1 - .../DifferentiationTests/NumericalJacobianTests.cs | 1 - src/UnitTests/DistributionTests/CommonDistributionTests.cs | 1 - .../DistributionTests/Continuous/BetaScaledTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/BetaTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/CauchyTests.cs | 1 - .../DistributionTests/Continuous/ChiSquareTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/ChiTests.cs | 1 - .../DistributionTests/Continuous/ContinuousUniformTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/ErlangTests.cs | 1 - .../DistributionTests/Continuous/ExponentialTests.cs | 1 - .../DistributionTests/Continuous/FisherSnedecorTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/GammaTests.cs | 1 - .../DistributionTests/Continuous/InverseGammaTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/LaplaceTests.cs | 1 - .../DistributionTests/Continuous/LogNormalTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/NormalTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/ParetoTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/RayleighTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/StableTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/StudentTTests.cs | 1 - .../DistributionTests/Continuous/TriangularTests.cs | 1 - src/UnitTests/DistributionTests/Continuous/WeibullTests.cs | 1 - src/UnitTests/DistributionTests/Discrete/BernoulliTests.cs | 1 - src/UnitTests/DistributionTests/Discrete/BinomialTests.cs | 1 - .../DistributionTests/Discrete/CategoricalTests.cs | 1 - .../DistributionTests/Discrete/ConwayMaxwellPoissonTests.cs | 1 - .../DistributionTests/Discrete/DiscreteUniformTests.cs | 1 - src/UnitTests/DistributionTests/Discrete/GeometricTests.cs | 1 - .../DistributionTests/Discrete/HypergeometricTests.cs | 1 - .../DistributionTests/Discrete/NegativeBinomialTests.cs | 1 - src/UnitTests/DistributionTests/Discrete/PoissonTests.cs | 1 - src/UnitTests/DistributionTests/Discrete/ZipfTests.cs | 1 - .../DistributionTests/Multivariate/DirichletTests.cs | 1 - .../DistributionTests/Multivariate/InverseWishartTests.cs | 1 - .../DistributionTests/Multivariate/MatrixNormalTests.cs | 1 - .../DistributionTests/Multivariate/MultinomialTests.cs | 1 - .../DistributionTests/Multivariate/NormalGammaTests.cs | 1 - .../DistributionTests/Multivariate/WishartTests.cs | 1 - src/UnitTests/EuclidTests/GcdRelatedTest.cs | 1 - src/UnitTests/EuclidTests/GcdRelatedTestBigInteger.cs | 1 - src/UnitTests/EuclidTests/IntegerTheoryTest.cs | 1 - src/UnitTests/ExcelTests.cs | 1 - src/UnitTests/FinancialTests/CompoundReturnTests.cs | 1 - src/UnitTests/FinancialTests/DownsideDeviationTests.cs | 1 - src/UnitTests/FinancialTests/GainLossRatioTests.cs | 1 - src/UnitTests/FinancialTests/GainMeanTests.cs | 1 - src/UnitTests/FinancialTests/GainStandardDeviationTests.cs | 1 - src/UnitTests/FinancialTests/LossMeanTests.cs | 1 - src/UnitTests/FinancialTests/LossStandardDeviationTests.cs | 1 - src/UnitTests/FinancialTests/SemiDeviationTests.cs | 1 - src/UnitTests/FitTests.cs | 1 - src/UnitTests/GenerateTests.cs | 1 - src/UnitTests/IntegralTransformsTests/FourierTest.cs | 1 - src/UnitTests/IntegralTransformsTests/HartleyTest.cs | 1 - .../IntegralTransformsTests/InverseTransformTest.cs | 1 - .../IntegralTransformsTests/MatchingNaiveTransformTest.cs | 1 - .../IntegralTransformsTests/ParsevalTheoremTest.cs | 1 - src/UnitTests/IntegrationTests/IntegrationTest.cs | 1 - src/UnitTests/InterpolationTests/AkimaSplineTest.cs | 1 - .../InterpolationTests/BulirschStoerRationalTest.cs | 1 - src/UnitTests/InterpolationTests/CubicSplineTest.cs | 1 - .../InterpolationTests/EquidistantPolynomialTest.cs | 1 - .../InterpolationTests/FloaterHormannRationalTest.cs | 1 - src/UnitTests/InterpolationTests/LinearInterpolationCase.cs | 1 - src/UnitTests/InterpolationTests/LinearSplineTest.cs | 1 - src/UnitTests/InterpolationTests/NevillePolynomialTest.cs | 1 - src/UnitTests/InterpolationTests/StepInterpolationTest.cs | 1 - .../Complex/LinearAlgebraProviderTests.cs | 1 - .../Complex32/LinearAlgebraProviderTests.cs | 1 - .../Double/LinearAlgebraProviderTests.cs | 1 - .../Single/LinearAlgebraProviderTests.cs | 1 - .../LinearAlgebraTests/Complex/DenseMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex/DenseVectorTests.cs | 1 - .../LinearAlgebraTests/Complex/DiagonalMatrixTests.cs | 1 - .../Complex/Factorization/CholeskyTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/EvdTests.cs | 1 - .../Complex/Factorization/GramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/LUTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/QRTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/SvdTests.cs | 1 - .../Complex/Factorization/UserCholeskyTests.cs | 1 - .../Complex/Factorization/UserEvdTests.cs | 1 - .../Complex/Factorization/UserGramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/UserLUTests.cs | 1 - .../LinearAlgebraTests/Complex/Factorization/UserQRTests.cs | 1 - .../Complex/Factorization/UserSvdTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex/MatrixLoader.cs | 1 - .../LinearAlgebraTests/Complex/MatrixStructureTheory.cs | 1 - .../LinearAlgebraTests/Complex/MatrixTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.cs | 1 - .../Complex/Solvers/Iterative/BiCgStabTest.cs | 1 - .../Complex/Solvers/Iterative/GpBiCgTest.cs | 1 - .../Complex/Solvers/Iterative/MlkBiCgStabTest.cs | 1 - .../Complex/Solvers/Iterative/TFQMRTest.cs | 1 - .../LinearAlgebraTests/Complex/Solvers/IteratorTest.cs | 1 - .../Complex/Solvers/Preconditioners/DiagonalTest.cs | 1 - .../Solvers/Preconditioners/IluptElementSorterTest.cs | 1 - .../Complex/Solvers/Preconditioners/IlutpTest.cs | 1 - .../Complex/Solvers/Preconditioners/IncompleteLUTest.cs | 1 - .../Complex/Solvers/Preconditioners/PreConditionerTest.cs | 1 - .../Solvers/Preconditioners/UnitPreconditionerTest.cs | 1 - .../Solvers/StopCriterion/DivergenceStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/FailureStopCriteriumTest.cs | 1 - .../StopCriterion/IterationCountStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/ResidualStopCriteriumTest.cs | 1 - .../LinearAlgebraTests/Complex/SparseMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex/SparseVectorTest.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex/TestData.cs | 1 - .../LinearAlgebraTests/Complex/UserDefinedMatrix.cs | 1 - .../LinearAlgebraTests/Complex/UserDefinedMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex/UserDefinedVector.cs | 1 - .../LinearAlgebraTests/Complex/UserDefinedVectorTests.cs | 1 - .../LinearAlgebraTests/Complex/VectorArithmeticTheory.cs | 1 - .../LinearAlgebraTests/Complex/VectorTests.Arithmetic.cs | 1 - .../LinearAlgebraTests/Complex/VectorTests.Norm.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex/VectorTests.cs | 1 - .../LinearAlgebraTests/Complex32/DenseMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex32/DenseVectorTests.cs | 1 - .../LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs | 1 - .../Complex32/Factorization/CholeskyTests.cs | 1 - .../LinearAlgebraTests/Complex32/Factorization/EvdTests.cs | 1 - .../Complex32/Factorization/GramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Complex32/Factorization/LUTests.cs | 1 - .../LinearAlgebraTests/Complex32/Factorization/QRTests.cs | 1 - .../LinearAlgebraTests/Complex32/Factorization/SvdTests.cs | 1 - .../Complex32/Factorization/UserCholeskyTests.cs | 1 - .../Complex32/Factorization/UserEvdTests.cs | 1 - .../Complex32/Factorization/UserGramSchmidtTests.cs | 1 - .../Complex32/Factorization/UserLUTests.cs | 1 - .../Complex32/Factorization/UserQRTests.cs | 1 - .../Complex32/Factorization/UserSvdTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex32/MatrixLoader.cs | 1 - .../LinearAlgebraTests/Complex32/MatrixStructureTheory.cs | 1 - .../LinearAlgebraTests/Complex32/MatrixTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.cs | 1 - .../Complex32/Solvers/Iterative/BiCgStabTest.cs | 1 - .../Complex32/Solvers/Iterative/GpBiCgTest.cs | 1 - .../Complex32/Solvers/Iterative/MlkBiCgStabTest.cs | 1 - .../Complex32/Solvers/Iterative/TFQMRTest.cs | 1 - .../LinearAlgebraTests/Complex32/Solvers/IteratorTest.cs | 1 - .../Complex32/Solvers/Preconditioners/DiagonalTest.cs | 1 - .../Solvers/Preconditioners/IluptElementSorterTest.cs | 1 - .../Complex32/Solvers/Preconditioners/IlutpTest.cs | 1 - .../Complex32/Solvers/Preconditioners/IncompleteLUTest.cs | 1 - .../Complex32/Solvers/Preconditioners/PreConditionerTest.cs | 1 - .../Solvers/Preconditioners/UnitPreconditionerTest.cs | 1 - .../Solvers/StopCriterion/DivergenceStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/FailureStopCriteriumTest.cs | 1 - .../StopCriterion/IterationCountStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/ResidualStopCriteriumTest.cs | 1 - .../LinearAlgebraTests/Complex32/SparseMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex32/SparseVectorTest.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex32/TestData.cs | 1 - .../LinearAlgebraTests/Complex32/UserDefinedMatrix.cs | 1 - .../LinearAlgebraTests/Complex32/UserDefinedMatrixTests.cs | 1 - .../LinearAlgebraTests/Complex32/UserDefinedVector.cs | 1 - .../LinearAlgebraTests/Complex32/UserDefinedVectorTests.cs | 1 - .../LinearAlgebraTests/Complex32/VectorArithmeticTheory.cs | 1 - .../LinearAlgebraTests/Complex32/VectorTests.Arithmetic.cs | 1 - .../LinearAlgebraTests/Complex32/VectorTests.Norm.cs | 1 - src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/DenseMatrixTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/DenseVectorTests.cs | 1 - .../LinearAlgebraTests/Double/DiagonalMatrixTests.cs | 1 - .../Double/Factorization/CholeskyTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/EvdTests.cs | 1 - .../Double/Factorization/GramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/LUTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/QRTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/SvdTests.cs | 1 - .../Double/Factorization/UserCholeskyTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/UserEvdTests.cs | 1 - .../Double/Factorization/UserGramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/UserLUTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/UserQRTests.cs | 1 - .../LinearAlgebraTests/Double/Factorization/UserSvdTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/MatrixLoader.cs | 1 - .../LinearAlgebraTests/Double/MatrixStructureTheory.cs | 1 - .../LinearAlgebraTests/Double/MatrixTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/MatrixTests.cs | 1 - .../Double/Solvers/Iterative/BiCgStabTest.cs | 1 - .../Double/Solvers/Iterative/GpBiCgTest.cs | 1 - .../Double/Solvers/Iterative/MlkBiCgStabTest.cs | 1 - .../Double/Solvers/Iterative/TFQMRTest.cs | 1 - .../LinearAlgebraTests/Double/Solvers/IteratorTest.cs | 1 - .../Double/Solvers/Preconditioners/DiagonalTest.cs | 1 - .../Solvers/Preconditioners/IluptElementSorterTest.cs | 1 - .../Double/Solvers/Preconditioners/IlutpTest.cs | 1 - .../Double/Solvers/Preconditioners/IncompleteLUTest.cs | 1 - .../Double/Solvers/Preconditioners/PreConditionerTest.cs | 1 - .../Solvers/Preconditioners/UnitPreconditionerTest.cs | 1 - .../Solvers/StopCriterion/DivergenceStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/FailureStopCriteriumTest.cs | 1 - .../StopCriterion/IterationCountStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/ResidualStopCriteriumTest.cs | 1 - .../LinearAlgebraTests/Double/SparseMatrixTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/SparseVectorTest.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/TestData.cs | 1 - .../LinearAlgebraTests/Double/UserDefinedMatrix.cs | 1 - .../LinearAlgebraTests/Double/UserDefinedMatrixTests.cs | 1 - .../LinearAlgebraTests/Double/UserDefinedVector.cs | 1 - .../LinearAlgebraTests/Double/UserDefinedVectorTests.cs | 1 - .../LinearAlgebraTests/Double/VectorArithmeticTheory.cs | 1 - .../LinearAlgebraTests/Double/VectorTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/VectorTests.Norm.cs | 1 - src/UnitTests/LinearAlgebraTests/Double/VectorTests.cs | 1 - src/UnitTests/LinearAlgebraTests/MatrixHelpers.cs | 1 - .../LinearAlgebraTests/MatrixStorageCombinatorsTests.cs | 1 - .../LinearAlgebraTests/MatrixStructureTheory.Access.cs | 1 - .../LinearAlgebraTests/MatrixStructureTheory.Functional.cs | 1 - .../LinearAlgebraTests/MatrixStructureTheory.Reform.cs | 1 - src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/DenseMatrixTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/DenseVectorTests.cs | 1 - .../LinearAlgebraTests/Single/DiagonalMatrixTests.cs | 1 - .../Single/Factorization/CholeskyTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/EvdTests.cs | 1 - .../Single/Factorization/GramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/LUTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/QRTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/SvdTests.cs | 1 - .../Single/Factorization/UserCholeskyTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/UserEvdTests.cs | 1 - .../Single/Factorization/UserGramSchmidtTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/UserLUTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/UserQRTests.cs | 1 - .../LinearAlgebraTests/Single/Factorization/UserSvdTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/MatrixLoader.cs | 1 - .../LinearAlgebraTests/Single/MatrixStructureTheory.cs | 1 - .../LinearAlgebraTests/Single/MatrixTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/MatrixTests.cs | 1 - .../Single/Solvers/Iterative/BiCgStabTest.cs | 1 - .../Single/Solvers/Iterative/GpBiCgTest.cs | 1 - .../Single/Solvers/Iterative/MlkBiCgStabTest.cs | 1 - .../Single/Solvers/Iterative/TFQMRTest.cs | 1 - .../LinearAlgebraTests/Single/Solvers/IteratorTest.cs | 1 - .../Single/Solvers/Preconditioners/DiagonalTest.cs | 1 - .../Solvers/Preconditioners/IluptElementSorterTest.cs | 1 - .../Single/Solvers/Preconditioners/IlutpTest.cs | 1 - .../Single/Solvers/Preconditioners/IncompleteLUTest.cs | 1 - .../Single/Solvers/Preconditioners/PreConditionerTest.cs | 1 - .../Solvers/Preconditioners/UnitPreconditionerTest.cs | 1 - .../Solvers/StopCriterion/DivergenceStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/FailureStopCriteriumTest.cs | 1 - .../StopCriterion/IterationCountStopCriteriumTest.cs | 1 - .../Solvers/StopCriterion/ResidualStopCriteriumTest.cs | 1 - .../LinearAlgebraTests/Single/SparseMatrixTests.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/SparseVectorTest.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/TestData.cs | 1 - .../LinearAlgebraTests/Single/UserDefinedMatrix.cs | 1 - .../LinearAlgebraTests/Single/UserDefinedMatrixTests.cs | 1 - .../LinearAlgebraTests/Single/UserDefinedVector.cs | 1 - .../LinearAlgebraTests/Single/UserDefinedVectorTests.cs | 1 - .../LinearAlgebraTests/Single/VectorArithmeticTheory.cs | 1 - .../LinearAlgebraTests/Single/VectorTests.Arithmetic.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/VectorTests.Norm.cs | 1 - src/UnitTests/LinearAlgebraTests/Single/VectorTests.cs | 1 - src/UnitTests/LinearAlgebraTests/TestData.cs | 1 - src/UnitTests/LinearAlgebraTests/VectorArithmeticTheory.cs | 1 - .../LinearAlgebraTests/VectorStorageCombinatorsTests.cs | 1 - src/UnitTests/PermutationTest.cs | 1 - src/UnitTests/PrecisionTest.cs | 1 - src/UnitTests/Random/CryptoRandomSourceTests.cs | 1 - src/UnitTests/Random/Mcg31m1Tests.cs | 1 - src/UnitTests/Random/Mcg59Tests.cs | 1 - src/UnitTests/Random/MersenneTwisterTests.cs | 1 - src/UnitTests/Random/Mrg32k3aTests.cs | 1 - src/UnitTests/Random/PalfTests.cs | 1 - src/UnitTests/Random/RandomExtensionTests.cs | 1 - src/UnitTests/Random/RandomTests.cs | 1 - src/UnitTests/Random/SystemRandomSourceTests.cs | 1 - src/UnitTests/Random/WH1982Tests.cs | 1 - src/UnitTests/Random/WH2006Tests.cs | 1 - src/UnitTests/Random/XorshiftTests.cs | 1 - src/UnitTests/RootFindingTests/BisectionTest.cs | 1 - src/UnitTests/RootFindingTests/BrentTest.cs | 1 - src/UnitTests/RootFindingTests/BroydenTest.cs | 1 - src/UnitTests/RootFindingTests/FindRootsTest.cs | 1 - src/UnitTests/RootFindingTests/NewtonRaphsonTest.cs | 1 - src/UnitTests/RootFindingTests/RobustNewtonRaphsonTest.cs | 1 - src/UnitTests/RootFindingTests/SecantTest.cs | 1 - src/UnitTests/SortingTests.cs | 1 - src/UnitTests/SpecialFunctionsTests/ErfTests.cs | 1 - src/UnitTests/SpecialFunctionsTests/FactorialTest.cs | 1 - src/UnitTests/SpecialFunctionsTests/GammaTests.cs | 1 - src/UnitTests/SpecialFunctionsTests/ModifiedBesselTests.cs | 1 - src/UnitTests/SpecialFunctionsTests/ModifiedStruveTests.cs | 1 - .../SpecialFunctionsTests/SpecialFunctionsTests.cs | 1 - src/UnitTests/StatisticsTests/CorrelationTests.cs | 1 - src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs | 1 - src/UnitTests/StatisticsTests/HistogramTests.cs | 1 - src/UnitTests/StatisticsTests/MCMCTests/HybridMCTest.cs | 1 - .../StatisticsTests/MCMCTests/MCMCDiagnosticsTest.cs | 1 - .../MCMCTests/MetropolisHastingsSamplerTests.cs | 1 - .../StatisticsTests/MCMCTests/MetropolisSamplerTests.cs | 1 - .../StatisticsTests/MCMCTests/RejectionSamplerTests.cs | 1 - .../StatisticsTests/MCMCTests/UnivariateHybridMCTest.cs | 1 - .../MCMCTests/UnivariateSliceSamplerTests.cs | 1 - src/UnitTests/StatisticsTests/MovingStatisticsTests.cs | 1 - src/UnitTests/StatisticsTests/PercentileTests.cs | 1 - src/UnitTests/StatisticsTests/RunningStatisticsTests.cs | 1 - src/UnitTests/StatisticsTests/StatTestData.cs | 1 - src/UnitTests/StatisticsTests/StatisticsTests.cs | 1 - src/UnitTests/TrigonometryTest.cs | 1 - src/UnitTests/UseLinearAlgebraProvider.cs | 1 - 699 files changed, 5 insertions(+), 704 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83ca8bbd..b78b9b6c 100644 --- a/CONTRIBUTING.md +++ b/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. diff --git a/README.md b/README.md index cdde83a3..2aedca26 100644 --- a/README.md +++ b/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: diff --git a/docs/content/Build.md b/docs/content/Build.md index 408ea276..72d00a2a 100644 --- a/docs/content/Build.md +++ b/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) diff --git a/docs/content/Packages.md b/docs/content/Packages.md index d57a910a..5f44db29 100644 --- a/docs/content/Packages.md +++ b/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. diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index e5ac2de4..2fcb0199 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/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 // diff --git a/src/FSharp/Compatibility.fs b/src/FSharp/Compatibility.fs index cc8f5f7d..8de8f9aa 100644 --- a/src/FSharp/Compatibility.fs +++ b/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 // diff --git a/src/FSharp/Differentiate.fs b/src/FSharp/Differentiate.fs index 1880e6ba..79f262d4 100644 --- a/src/FSharp/Differentiate.fs +++ b/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 // diff --git a/src/FSharp/Distributions.fs b/src/FSharp/Distributions.fs index 83ba715c..674e48cd 100644 --- a/src/FSharp/Distributions.fs +++ b/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 // diff --git a/src/FSharp/FindRoots.fs b/src/FSharp/FindRoots.fs index 53c8a730..fbcacd20 100644 --- a/src/FSharp/FindRoots.fs +++ b/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 // diff --git a/src/FSharp/Fit.fs b/src/FSharp/Fit.fs index 027ce1bc..b18baf2b 100644 --- a/src/FSharp/Fit.fs +++ b/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 // diff --git a/src/FSharp/Generate.fs b/src/FSharp/Generate.fs index 11272074..c75da231 100644 --- a/src/FSharp/Generate.fs +++ b/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 // diff --git a/src/FSharp/LinearAlgebra.Matrix.fs b/src/FSharp/LinearAlgebra.Matrix.fs index 64d44acd..25f77710 100644 --- a/src/FSharp/LinearAlgebra.Matrix.fs +++ b/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 // diff --git a/src/FSharp/LinearAlgebra.Vector.fs b/src/FSharp/LinearAlgebra.Vector.fs index 917c2c90..f86f6e49 100644 --- a/src/FSharp/LinearAlgebra.Vector.fs +++ b/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 // diff --git a/src/FSharp/Quaternion.fs b/src/FSharp/Quaternion.fs index b44ce59c..a8702196 100644 --- a/src/FSharp/Quaternion.fs +++ b/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 // diff --git a/src/FSharp/Random.fs b/src/FSharp/Random.fs index 342f03fc..d26dc70d 100644 --- a/src/FSharp/Random.fs +++ b/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 // diff --git a/src/FSharp/Statistics.fs b/src/FSharp/Statistics.fs index dbeb88d9..78826209 100644 --- a/src/FSharp/Statistics.fs +++ b/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 // diff --git a/src/Numerics/ArrayExtensions.cs b/src/Numerics/ArrayExtensions.cs index f4e70dba..11a9e190 100644 --- a/src/Numerics/ArrayExtensions.cs +++ b/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 // diff --git a/src/Numerics/Combinatorics.cs b/src/Numerics/Combinatorics.cs index fe62cf47..7fcc7b52 100644 --- a/src/Numerics/Combinatorics.cs +++ b/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 // diff --git a/src/Numerics/Complex32.cs b/src/Numerics/Complex32.cs index 519bab95..d206f868 100644 --- a/src/Numerics/Complex32.cs +++ b/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 // diff --git a/src/Numerics/Complex64.cs b/src/Numerics/Complex64.cs index a29107cb..5972976b 100644 --- a/src/Numerics/Complex64.cs +++ b/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 // diff --git a/src/Numerics/ComplexExtensions.cs b/src/Numerics/ComplexExtensions.cs index eb028e91..78d46b92 100644 --- a/src/Numerics/ComplexExtensions.cs +++ b/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 // diff --git a/src/Numerics/Constants.cs b/src/Numerics/Constants.cs index 386694aa..feaf81f2 100644 --- a/src/Numerics/Constants.cs +++ b/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 // diff --git a/src/Numerics/Control.cs b/src/Numerics/Control.cs index de61cf4c..e7f9fd23 100644 --- a/src/Numerics/Control.cs +++ b/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 // diff --git a/src/Numerics/Differentiate.cs b/src/Numerics/Differentiate.cs index 1774149f..d65b59a5 100644 --- a/src/Numerics/Differentiate.cs +++ b/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 // diff --git a/src/Numerics/Differentiation/FiniteDifferenceCoefficients.cs b/src/Numerics/Differentiation/FiniteDifferenceCoefficients.cs index 5de8000c..624f9474 100644 --- a/src/Numerics/Differentiation/FiniteDifferenceCoefficients.cs +++ b/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 // diff --git a/src/Numerics/Differentiation/NumericalDerivative.cs b/src/Numerics/Differentiation/NumericalDerivative.cs index cb4338ca..2a0bdda4 100644 --- a/src/Numerics/Differentiation/NumericalDerivative.cs +++ b/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 // diff --git a/src/Numerics/Differentiation/NumericalHessian.cs b/src/Numerics/Differentiation/NumericalHessian.cs index 5ec1cb97..1a18af28 100644 --- a/src/Numerics/Differentiation/NumericalHessian.cs +++ b/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 // diff --git a/src/Numerics/Differentiation/NumericalJacobian.cs b/src/Numerics/Differentiation/NumericalJacobian.cs index 81f2a192..a8327656 100644 --- a/src/Numerics/Differentiation/NumericalJacobian.cs +++ b/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 // diff --git a/src/Numerics/Distance.cs b/src/Numerics/Distance.cs index 105c3faa..6714ab1e 100644 --- a/src/Numerics/Distance.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Bernoulli.cs b/src/Numerics/Distributions/Bernoulli.cs index 3e291af0..2f62f0cf 100644 --- a/src/Numerics/Distributions/Bernoulli.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Beta.cs b/src/Numerics/Distributions/Beta.cs index 7974c38b..e6ed1e98 100644 --- a/src/Numerics/Distributions/Beta.cs +++ b/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 // diff --git a/src/Numerics/Distributions/BetaScaled.cs b/src/Numerics/Distributions/BetaScaled.cs index 031c4dcb..9d234b4b 100644 --- a/src/Numerics/Distributions/BetaScaled.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Binomial.cs b/src/Numerics/Distributions/Binomial.cs index 4fbf4d02..6d076b3c 100644 --- a/src/Numerics/Distributions/Binomial.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Categorical.cs b/src/Numerics/Distributions/Categorical.cs index 2e412d95..8bd9dc65 100644 --- a/src/Numerics/Distributions/Categorical.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Cauchy.cs b/src/Numerics/Distributions/Cauchy.cs index a9aac671..59f4f69d 100644 --- a/src/Numerics/Distributions/Cauchy.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Chi.cs b/src/Numerics/Distributions/Chi.cs index f10c32be..d8b0b5dd 100644 --- a/src/Numerics/Distributions/Chi.cs +++ b/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 // diff --git a/src/Numerics/Distributions/ChiSquared.cs b/src/Numerics/Distributions/ChiSquared.cs index c948fab7..462807fb 100644 --- a/src/Numerics/Distributions/ChiSquared.cs +++ b/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 // diff --git a/src/Numerics/Distributions/ContinuousUniform.cs b/src/Numerics/Distributions/ContinuousUniform.cs index 57bf96e3..aab9f426 100644 --- a/src/Numerics/Distributions/ContinuousUniform.cs +++ b/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 // diff --git a/src/Numerics/Distributions/ConwayMaxwellPoisson.cs b/src/Numerics/Distributions/ConwayMaxwellPoisson.cs index 7ffb7e83..22b0acc1 100644 --- a/src/Numerics/Distributions/ConwayMaxwellPoisson.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Dirichlet.cs b/src/Numerics/Distributions/Dirichlet.cs index 8e8cf24c..5e920321 100644 --- a/src/Numerics/Distributions/Dirichlet.cs +++ b/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 // diff --git a/src/Numerics/Distributions/DiscreteUniform.cs b/src/Numerics/Distributions/DiscreteUniform.cs index da3ad402..6e36e85f 100644 --- a/src/Numerics/Distributions/DiscreteUniform.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Erlang.cs b/src/Numerics/Distributions/Erlang.cs index 60b4330f..ebba4725 100644 --- a/src/Numerics/Distributions/Erlang.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Exponential.cs b/src/Numerics/Distributions/Exponential.cs index 41144b57..1eb40964 100644 --- a/src/Numerics/Distributions/Exponential.cs +++ b/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 // diff --git a/src/Numerics/Distributions/FisherSnedecor.cs b/src/Numerics/Distributions/FisherSnedecor.cs index 9536dc9c..1d1f91f6 100644 --- a/src/Numerics/Distributions/FisherSnedecor.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Gamma.cs b/src/Numerics/Distributions/Gamma.cs index 9791daf5..6fbf2d4e 100644 --- a/src/Numerics/Distributions/Gamma.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Geometric.cs b/src/Numerics/Distributions/Geometric.cs index 9ab8f258..8e051819 100644 --- a/src/Numerics/Distributions/Geometric.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Hypergeometric.cs b/src/Numerics/Distributions/Hypergeometric.cs index 9c3e73de..898e6925 100644 --- a/src/Numerics/Distributions/Hypergeometric.cs +++ b/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 // diff --git a/src/Numerics/Distributions/IContinuousDistribution.cs b/src/Numerics/Distributions/IContinuousDistribution.cs index 81d70b5f..3fa685f6 100644 --- a/src/Numerics/Distributions/IContinuousDistribution.cs +++ b/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 // diff --git a/src/Numerics/Distributions/IDiscreteDistribution.cs b/src/Numerics/Distributions/IDiscreteDistribution.cs index 4f646fb7..baa72ac0 100644 --- a/src/Numerics/Distributions/IDiscreteDistribution.cs +++ b/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 // diff --git a/src/Numerics/Distributions/IDistribution.cs b/src/Numerics/Distributions/IDistribution.cs index 006d6588..9173cad3 100644 --- a/src/Numerics/Distributions/IDistribution.cs +++ b/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 // diff --git a/src/Numerics/Distributions/IUnivariateDistribution.cs b/src/Numerics/Distributions/IUnivariateDistribution.cs index a6981fab..2d8af26a 100644 --- a/src/Numerics/Distributions/IUnivariateDistribution.cs +++ b/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 // diff --git a/src/Numerics/Distributions/InverseGamma.cs b/src/Numerics/Distributions/InverseGamma.cs index e3392fac..f751993f 100644 --- a/src/Numerics/Distributions/InverseGamma.cs +++ b/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 // diff --git a/src/Numerics/Distributions/InverseWishart.cs b/src/Numerics/Distributions/InverseWishart.cs index a56f451e..0e402751 100644 --- a/src/Numerics/Distributions/InverseWishart.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Laplace.cs b/src/Numerics/Distributions/Laplace.cs index 5130eb54..b7bd86db 100644 --- a/src/Numerics/Distributions/Laplace.cs +++ b/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 // diff --git a/src/Numerics/Distributions/LogNormal.cs b/src/Numerics/Distributions/LogNormal.cs index 4aed7031..b774175c 100644 --- a/src/Numerics/Distributions/LogNormal.cs +++ b/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 // diff --git a/src/Numerics/Distributions/MatrixNormal.cs b/src/Numerics/Distributions/MatrixNormal.cs index 6187442b..adcd1c65 100644 --- a/src/Numerics/Distributions/MatrixNormal.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Multinomial.cs b/src/Numerics/Distributions/Multinomial.cs index 42b4b29c..9b1fd1fc 100644 --- a/src/Numerics/Distributions/Multinomial.cs +++ b/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 // diff --git a/src/Numerics/Distributions/NegativeBinomial.cs b/src/Numerics/Distributions/NegativeBinomial.cs index 98c90bf0..d5cdf08f 100644 --- a/src/Numerics/Distributions/NegativeBinomial.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Normal.cs b/src/Numerics/Distributions/Normal.cs index 2ee18d72..65b2ecde 100644 --- a/src/Numerics/Distributions/Normal.cs +++ b/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 // diff --git a/src/Numerics/Distributions/NormalGamma.cs b/src/Numerics/Distributions/NormalGamma.cs index 2d9161fc..f3f2819d 100644 --- a/src/Numerics/Distributions/NormalGamma.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Pareto.cs b/src/Numerics/Distributions/Pareto.cs index c6c43e71..a10b6330 100644 --- a/src/Numerics/Distributions/Pareto.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Poisson.cs b/src/Numerics/Distributions/Poisson.cs index e4b12007..3bbaacd8 100644 --- a/src/Numerics/Distributions/Poisson.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Rayleigh.cs b/src/Numerics/Distributions/Rayleigh.cs index 103da833..47c5fcb5 100644 --- a/src/Numerics/Distributions/Rayleigh.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Stable.cs b/src/Numerics/Distributions/Stable.cs index e59b030e..016e8cd7 100644 --- a/src/Numerics/Distributions/Stable.cs +++ b/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 // diff --git a/src/Numerics/Distributions/StudentT.cs b/src/Numerics/Distributions/StudentT.cs index 303e0d41..42241327 100644 --- a/src/Numerics/Distributions/StudentT.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Triangular.cs b/src/Numerics/Distributions/Triangular.cs index f162658b..d7c9e031 100644 --- a/src/Numerics/Distributions/Triangular.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Weibull.cs b/src/Numerics/Distributions/Weibull.cs index f3ef6552..2e9020a2 100644 --- a/src/Numerics/Distributions/Weibull.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Wishart.cs b/src/Numerics/Distributions/Wishart.cs index 69a927db..2b8ee0d5 100644 --- a/src/Numerics/Distributions/Wishart.cs +++ b/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 // diff --git a/src/Numerics/Distributions/Zipf.cs b/src/Numerics/Distributions/Zipf.cs index 419ec7cc..f24177fd 100644 --- a/src/Numerics/Distributions/Zipf.cs +++ b/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 // diff --git a/src/Numerics/Euclid.cs b/src/Numerics/Euclid.cs index 9323c94e..808505c2 100644 --- a/src/Numerics/Euclid.cs +++ b/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 // diff --git a/src/Numerics/ExcelFunctions.cs b/src/Numerics/ExcelFunctions.cs index 5935e333..63941ff2 100644 --- a/src/Numerics/ExcelFunctions.cs +++ b/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 // diff --git a/src/Numerics/Financial/AbsoluteReturnMeasures.cs b/src/Numerics/Financial/AbsoluteReturnMeasures.cs index be836335..359d55b5 100644 --- a/src/Numerics/Financial/AbsoluteReturnMeasures.cs +++ b/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 // diff --git a/src/Numerics/Financial/AbsoluteRiskMeasures.cs b/src/Numerics/Financial/AbsoluteRiskMeasures.cs index 8e5e3c03..a1053d45 100644 --- a/src/Numerics/Financial/AbsoluteRiskMeasures.cs +++ b/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 // diff --git a/src/Numerics/FindRoots.cs b/src/Numerics/FindRoots.cs index f02cf07a..27a81c22 100644 --- a/src/Numerics/FindRoots.cs +++ b/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 // diff --git a/src/Numerics/Fit.cs b/src/Numerics/Fit.cs index 9960e87a..56700d6f 100644 --- a/src/Numerics/Fit.cs +++ b/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 // diff --git a/src/Numerics/Generate.cs b/src/Numerics/Generate.cs index 3520913e..ad0d09d0 100644 --- a/src/Numerics/Generate.cs +++ b/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 // diff --git a/src/Numerics/GlobalizationHelper.cs b/src/Numerics/GlobalizationHelper.cs index 38d52f46..30cf05f1 100644 --- a/src/Numerics/GlobalizationHelper.cs +++ b/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 // diff --git a/src/Numerics/GoodnessOfFit.cs b/src/Numerics/GoodnessOfFit.cs index e675773a..0760fc42 100644 --- a/src/Numerics/GoodnessOfFit.cs +++ b/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 diff --git a/src/Numerics/IntegralTransforms/Fourier.Bluestein.cs b/src/Numerics/IntegralTransforms/Fourier.Bluestein.cs index c008fe04..2477ad5a 100644 --- a/src/Numerics/IntegralTransforms/Fourier.Bluestein.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/Fourier.Naive.cs b/src/Numerics/IntegralTransforms/Fourier.Naive.cs index c1ae3c13..609abbde 100644 --- a/src/Numerics/IntegralTransforms/Fourier.Naive.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/Fourier.RadixN.cs b/src/Numerics/IntegralTransforms/Fourier.RadixN.cs index 34c5e543..559c5d86 100644 --- a/src/Numerics/IntegralTransforms/Fourier.RadixN.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/Fourier.cs b/src/Numerics/IntegralTransforms/Fourier.cs index fced1c8e..74a96752 100644 --- a/src/Numerics/IntegralTransforms/Fourier.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/FourierOptions.cs b/src/Numerics/IntegralTransforms/FourierOptions.cs index a7f7c35c..2ccd0d08 100644 --- a/src/Numerics/IntegralTransforms/FourierOptions.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/Hartley.Naive.cs b/src/Numerics/IntegralTransforms/Hartley.Naive.cs index 22965448..1e531fd9 100644 --- a/src/Numerics/IntegralTransforms/Hartley.Naive.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/Hartley.cs b/src/Numerics/IntegralTransforms/Hartley.cs index d3b838ad..7d21ea75 100644 --- a/src/Numerics/IntegralTransforms/Hartley.cs +++ b/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 // diff --git a/src/Numerics/IntegralTransforms/HartleyOptions.cs b/src/Numerics/IntegralTransforms/HartleyOptions.cs index 08a1d416..44bad349 100644 --- a/src/Numerics/IntegralTransforms/HartleyOptions.cs +++ b/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 // diff --git a/src/Numerics/Integrate.cs b/src/Numerics/Integrate.cs index a01f7e4d..78deddfa 100644 --- a/src/Numerics/Integrate.cs +++ b/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 // diff --git a/src/Numerics/Integration/DoubleExponentialTransformation.cs b/src/Numerics/Integration/DoubleExponentialTransformation.cs index a80354c2..204fcf67 100644 --- a/src/Numerics/Integration/DoubleExponentialTransformation.cs +++ b/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 // diff --git a/src/Numerics/Integration/GaussLegendreRule.cs b/src/Numerics/Integration/GaussLegendreRule.cs index 6a14a281..27144301 100644 --- a/src/Numerics/Integration/GaussLegendreRule.cs +++ b/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 // diff --git a/src/Numerics/Integration/GaussRule/GaussLegendrePointFactory.cs b/src/Numerics/Integration/GaussRule/GaussLegendrePointFactory.cs index fd429537..61f5c738 100644 --- a/src/Numerics/Integration/GaussRule/GaussLegendrePointFactory.cs +++ b/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 /// /// Computes the Gauss-Legendre abscissas/weights. - /// See Pavel Holoborodko for a description of the algorithm. + /// See Pavel Holoborodko for a description of the algorithm. /// /// Defines an Nth order Gauss-Legendre rule. The order also defines the number of abscissas and weights for the rule. /// Required precision to compute the abscissas/weights. 1e-10 is usually fine. diff --git a/src/Numerics/Integration/GaussRule/GaussPoint.cs b/src/Numerics/Integration/GaussRule/GaussPoint.cs index b4b7ee63..168f4807 100644 --- a/src/Numerics/Integration/GaussRule/GaussPoint.cs +++ b/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 // diff --git a/src/Numerics/Integration/NewtonCotesTrapeziumRule.cs b/src/Numerics/Integration/NewtonCotesTrapeziumRule.cs index d02037f5..140e4a42 100644 --- a/src/Numerics/Integration/NewtonCotesTrapeziumRule.cs +++ b/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 // diff --git a/src/Numerics/Integration/SimpsonRule.cs b/src/Numerics/Integration/SimpsonRule.cs index e109cde4..154abf83 100644 --- a/src/Numerics/Integration/SimpsonRule.cs +++ b/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 // diff --git a/src/Numerics/Interpolate.cs b/src/Numerics/Interpolate.cs index 08043329..b373192d 100644 --- a/src/Numerics/Interpolate.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/Barycentric.cs b/src/Numerics/Interpolation/Barycentric.cs index c32476c5..ef3c4248 100644 --- a/src/Numerics/Interpolation/Barycentric.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/BulirschStoerRationalInterpolation.cs b/src/Numerics/Interpolation/BulirschStoerRationalInterpolation.cs index 80a3583c..1cda45dc 100644 --- a/src/Numerics/Interpolation/BulirschStoerRationalInterpolation.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/CubicSpline.cs b/src/Numerics/Interpolation/CubicSpline.cs index 60b7d27b..4a14ef46 100644 --- a/src/Numerics/Interpolation/CubicSpline.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/IInterpolation.cs b/src/Numerics/Interpolation/IInterpolation.cs index 7c91e6ff..03c4e66c 100644 --- a/src/Numerics/Interpolation/IInterpolation.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/LinearSpline.cs b/src/Numerics/Interpolation/LinearSpline.cs index adaebc3d..8673b311 100644 --- a/src/Numerics/Interpolation/LinearSpline.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/LogLinear.cs b/src/Numerics/Interpolation/LogLinear.cs index e0f57f87..0fe3d825 100644 --- a/src/Numerics/Interpolation/LogLinear.cs +++ b/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 // diff --git a/src/Numerics/Interpolation/NevillePolynomialInterpolation.cs b/src/Numerics/Interpolation/NevillePolynomialInterpolation.cs index 8c74b21d..613c290e 100644 --- a/src/Numerics/Interpolation/NevillePolynomialInterpolation.cs +++ b/src/Numerics/Interpolation/NevillePolynomialInterpolation.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 // diff --git a/src/Numerics/Interpolation/QuadraticSpline.cs b/src/Numerics/Interpolation/QuadraticSpline.cs index 437a6835..c8981a1d 100644 --- a/src/Numerics/Interpolation/QuadraticSpline.cs +++ b/src/Numerics/Interpolation/QuadraticSpline.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 // diff --git a/src/Numerics/Interpolation/SplineBoundaryCondition.cs b/src/Numerics/Interpolation/SplineBoundaryCondition.cs index 75db7223..ed43b092 100644 --- a/src/Numerics/Interpolation/SplineBoundaryCondition.cs +++ b/src/Numerics/Interpolation/SplineBoundaryCondition.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 // diff --git a/src/Numerics/Interpolation/StepInterpolation.cs b/src/Numerics/Interpolation/StepInterpolation.cs index 7349544f..7b40e031 100644 --- a/src/Numerics/Interpolation/StepInterpolation.cs +++ b/src/Numerics/Interpolation/StepInterpolation.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 // diff --git a/src/Numerics/Interpolation/TransformedInterpolation.cs b/src/Numerics/Interpolation/TransformedInterpolation.cs index 6de6d567..29cfc5ba 100644 --- a/src/Numerics/Interpolation/TransformedInterpolation.cs +++ b/src/Numerics/Interpolation/TransformedInterpolation.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 // diff --git a/src/Numerics/LinearAlgebra/Builder.cs b/src/Numerics/LinearAlgebra/Builder.cs index 8a6fdad2..8f1ac441 100644 --- a/src/Numerics/LinearAlgebra/Builder.cs +++ b/src/Numerics/LinearAlgebra/Builder.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/DenseMatrix.cs b/src/Numerics/LinearAlgebra/Complex/DenseMatrix.cs index 395c6fa1..ca8da014 100644 --- a/src/Numerics/LinearAlgebra/Complex/DenseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex/DenseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/DenseVector.cs b/src/Numerics/LinearAlgebra/Complex/DenseVector.cs index d3d39d09..a47d04dc 100644 --- a/src/Numerics/LinearAlgebra/Complex/DenseVector.cs +++ b/src/Numerics/LinearAlgebra/Complex/DenseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs index c6dcb43e..12c35d9d 100644 --- a/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/Cholesky.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/Cholesky.cs index 8a92afbb..5d52591e 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/Cholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/Cholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseCholesky.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseCholesky.cs index e939c4a0..04074f96 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseCholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseEvd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseEvd.cs index f9a51f2f..ef6e99fd 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseEvd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseGramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseGramSchmidt.cs index d6791452..afd83c4d 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseLU.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseLU.cs index 40a02756..2dc7a525 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseLU.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseLU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseQR.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseQR.cs index 4aae9989..5cbc91ea 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseQR.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseQR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseSvd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseSvd.cs index 29eeb273..cf895c2f 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/DenseSvd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/DenseSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/Evd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/Evd.cs index ec4b1089..2ea4b104 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/Evd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/Evd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/GramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/GramSchmidt.cs index 68a6a0b9..4ca52436 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/GramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/GramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/LU.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/LU.cs index c0b66868..53039487 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/LU.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/LU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/QR.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/QR.cs index 905f5ad9..bf98b8e8 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/QR.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/QR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/Svd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/Svd.cs index 45348c9f..bd3c0eaf 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/Svd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/Svd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserCholesky.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserCholesky.cs index 501e2c5b..51284380 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserCholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserEvd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserEvd.cs index 81eb8104..d36ea19a 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserEvd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserGramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserGramSchmidt.cs index 0ef5cdd0..27b21cf8 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserLU.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserLU.cs index 7c8245ce..72243183 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserLU.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserLU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserQR.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserQR.cs index 163e20d9..d37fe7af 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserQR.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserQR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Factorization/UserSvd.cs b/src/Numerics/LinearAlgebra/Complex/Factorization/UserSvd.cs index 3e433691..37c25cf3 100644 --- a/src/Numerics/LinearAlgebra/Complex/Factorization/UserSvd.cs +++ b/src/Numerics/LinearAlgebra/Complex/Factorization/UserSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Matrix.cs b/src/Numerics/LinearAlgebra/Complex/Matrix.cs index f113dc65..e05d2b24 100644 --- a/src/Numerics/LinearAlgebra/Complex/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Complex/Matrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/BiCgStab.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/BiCgStab.cs index b32b15d7..e8077513 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/BiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/BiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/CompositeSolver.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/CompositeSolver.cs index 672a185c..64472a88 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/CompositeSolver.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/CompositeSolver.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/DiagonalPreconditioner.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/DiagonalPreconditioner.cs index e79f8874..d2b008ba 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/DiagonalPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/DiagonalPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/GpBiCg.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/GpBiCg.cs index af1fcd99..b1a006ce 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/GpBiCg.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/GpBiCg.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/ILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/ILU0Preconditioner.cs index 400966b1..830a3d6d 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/ILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/ILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/ILUTPPreconditioner.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/ILUTPPreconditioner.cs index d660a3e5..42792c6f 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/ILUTPPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/ILUTPPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/MILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/MILU0Preconditioner.cs index 45350384..7ddb99a7 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/MILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/MILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/MlkBiCgStab.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/MlkBiCgStab.cs index 3964ff1e..7a3dd73c 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/MlkBiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/MlkBiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Solvers/TFQMR.cs b/src/Numerics/LinearAlgebra/Complex/Solvers/TFQMR.cs index 0cee1ca4..f47d77c4 100644 --- a/src/Numerics/LinearAlgebra/Complex/Solvers/TFQMR.cs +++ b/src/Numerics/LinearAlgebra/Complex/Solvers/TFQMR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/SparseMatrix.cs b/src/Numerics/LinearAlgebra/Complex/SparseMatrix.cs index dfa636b9..13c071e7 100644 --- a/src/Numerics/LinearAlgebra/Complex/SparseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex/SparseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/SparseVector.cs b/src/Numerics/LinearAlgebra/Complex/SparseVector.cs index 9cdaeb24..2a2b3553 100644 --- a/src/Numerics/LinearAlgebra/Complex/SparseVector.cs +++ b/src/Numerics/LinearAlgebra/Complex/SparseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Complex/Vector.cs b/src/Numerics/LinearAlgebra/Complex/Vector.cs index 781ec3e5..9ff72497 100644 --- a/src/Numerics/LinearAlgebra/Complex/Vector.cs +++ b/src/Numerics/LinearAlgebra/Complex/Vector.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/DenseMatrix.cs b/src/Numerics/LinearAlgebra/Complex32/DenseMatrix.cs index bbca65e9..1a406a33 100644 --- a/src/Numerics/LinearAlgebra/Complex32/DenseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex32/DenseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/DenseVector.cs b/src/Numerics/LinearAlgebra/Complex32/DenseVector.cs index 178aa5a5..35daac37 100644 --- a/src/Numerics/LinearAlgebra/Complex32/DenseVector.cs +++ b/src/Numerics/LinearAlgebra/Complex32/DenseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs index 97af0e6e..b5e7c58d 100644 --- a/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/Cholesky.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/Cholesky.cs index b868a62e..d97cda20 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/Cholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/Cholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseCholesky.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseCholesky.cs index 3c82e277..787edf5a 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseCholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseEvd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseEvd.cs index eef2918b..b0f527f4 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseEvd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseGramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseGramSchmidt.cs index 7e38db04..db96d723 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseLU.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseLU.cs index 9199bede..d142f2b0 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseLU.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseLU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseQR.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseQR.cs index 923ba7a1..1df3402d 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseQR.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseQR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseSvd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseSvd.cs index fe57c881..c243cd23 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseSvd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/DenseSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/Evd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/Evd.cs index 399c4aa9..bb607edc 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/Evd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/Evd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/GramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/GramSchmidt.cs index fc72fe55..0dfa6ab1 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/GramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/GramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/LU.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/LU.cs index 35f5ec76..ca3ebc0f 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/LU.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/LU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/QR.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/QR.cs index d051bd18..184691f9 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/QR.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/QR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/Svd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/Svd.cs index 1ac1f3de..56814811 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/Svd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/Svd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserCholesky.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserCholesky.cs index 042fa1c8..24e14c66 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserCholesky.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserEvd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserEvd.cs index e8a7918f..c55dc81e 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserEvd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserGramSchmidt.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserGramSchmidt.cs index 175b2140..e056ad5f 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserLU.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserLU.cs index ad51b57a..a176f3c3 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserLU.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserLU.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserQR.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserQR.cs index 64f6fb6b..a9210aa2 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserQR.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserQR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserSvd.cs b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserSvd.cs index 0caedd73..d7939a03 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Factorization/UserSvd.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Factorization/UserSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Matrix.cs b/src/Numerics/LinearAlgebra/Complex32/Matrix.cs index f2609eed..e8cf00a1 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Matrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/BiCgStab.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/BiCgStab.cs index bd04e961..0827d9f7 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/BiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/BiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/CompositeSolver.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/CompositeSolver.cs index 89dda2c9..e02c15fc 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/CompositeSolver.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/CompositeSolver.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/DiagonalPreconditioner.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/DiagonalPreconditioner.cs index be1eeeca..4d256792 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/DiagonalPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/DiagonalPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/GpBiCg.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/GpBiCg.cs index 5218ba17..4b179e4a 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/GpBiCg.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/GpBiCg.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/ILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/ILU0Preconditioner.cs index 29f3aaf9..f4324141 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/ILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/ILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/ILUTPPreconditioner.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/ILUTPPreconditioner.cs index ba6af38e..140f6998 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/ILUTPPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/ILUTPPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/MILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/MILU0Preconditioner.cs index 6c005e0a..82393d6f 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/MILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/MILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/MlkBiCgStab.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/MlkBiCgStab.cs index e8ad86b5..39a0123d 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/MlkBiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/MlkBiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Solvers/TFQMR.cs b/src/Numerics/LinearAlgebra/Complex32/Solvers/TFQMR.cs index 1c77e259..8207c800 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Solvers/TFQMR.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Solvers/TFQMR.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/SparseMatrix.cs b/src/Numerics/LinearAlgebra/Complex32/SparseMatrix.cs index 2ae0a461..9c66366e 100644 --- a/src/Numerics/LinearAlgebra/Complex32/SparseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex32/SparseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/SparseVector.cs b/src/Numerics/LinearAlgebra/Complex32/SparseVector.cs index bfe1fc77..bff2fe71 100644 --- a/src/Numerics/LinearAlgebra/Complex32/SparseVector.cs +++ b/src/Numerics/LinearAlgebra/Complex32/SparseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Complex32/Vector.cs b/src/Numerics/LinearAlgebra/Complex32/Vector.cs index f98b62ab..a0c73acc 100644 --- a/src/Numerics/LinearAlgebra/Complex32/Vector.cs +++ b/src/Numerics/LinearAlgebra/Complex32/Vector.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 // diff --git a/src/Numerics/LinearAlgebra/CreateMatrix.cs b/src/Numerics/LinearAlgebra/CreateMatrix.cs index e6ee3495..699b86bb 100644 --- a/src/Numerics/LinearAlgebra/CreateMatrix.cs +++ b/src/Numerics/LinearAlgebra/CreateMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/CreateVector.cs b/src/Numerics/LinearAlgebra/CreateVector.cs index 982dafff..cc585f61 100644 --- a/src/Numerics/LinearAlgebra/CreateVector.cs +++ b/src/Numerics/LinearAlgebra/CreateVector.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 // diff --git a/src/Numerics/LinearAlgebra/Double/DenseMatrix.cs b/src/Numerics/LinearAlgebra/Double/DenseMatrix.cs index cde8bb12..54fab3fa 100644 --- a/src/Numerics/LinearAlgebra/Double/DenseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Double/DenseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Double/DenseVector.cs b/src/Numerics/LinearAlgebra/Double/DenseVector.cs index 7714c050..8160aaf5 100644 --- a/src/Numerics/LinearAlgebra/Double/DenseVector.cs +++ b/src/Numerics/LinearAlgebra/Double/DenseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs index 6885cf1a..515ba21c 100644 --- a/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/Cholesky.cs b/src/Numerics/LinearAlgebra/Double/Factorization/Cholesky.cs index 5075b2f6..731baa4f 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/Cholesky.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/Cholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseCholesky.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseCholesky.cs index b684b96f..a89aba69 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseCholesky.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseEvd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseEvd.cs index 027ded73..ab2c8fec 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseEvd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseGramSchmidt.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseGramSchmidt.cs index d180ddb7..24b09a66 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseLU.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseLU.cs index 6a8eefed..64478da7 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseLU.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseLU.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseQR.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseQR.cs index cd8983bc..f8e99496 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseQR.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseQR.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/DenseSvd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/DenseSvd.cs index 470e570b..ba052fb8 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/DenseSvd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/DenseSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/Evd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/Evd.cs index c5949c9f..f5a65102 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/Evd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/Evd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/GramSchmidt.cs b/src/Numerics/LinearAlgebra/Double/Factorization/GramSchmidt.cs index f494f0cc..aa5f4d70 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/GramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/GramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/LU.cs b/src/Numerics/LinearAlgebra/Double/Factorization/LU.cs index 40b6112d..b817e28d 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/LU.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/LU.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/QR.cs b/src/Numerics/LinearAlgebra/Double/Factorization/QR.cs index 134b7f5a..9f32b6bb 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/QR.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/QR.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/Svd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/Svd.cs index baa3db1a..24287a50 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/Svd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/Svd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserCholesky.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserCholesky.cs index 6ee943fe..43f4fdeb 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserCholesky.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserEvd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserEvd.cs index 192d875d..6f9cd137 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserEvd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserGramSchmidt.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserGramSchmidt.cs index 569585c9..3d0cb818 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserLU.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserLU.cs index a04041e0..d287c7b3 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserLU.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserLU.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserQR.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserQR.cs index 69cb286c..84d5beb8 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserQR.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserQR.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Factorization/UserSvd.cs b/src/Numerics/LinearAlgebra/Double/Factorization/UserSvd.cs index 9aa2397b..3e729bff 100644 --- a/src/Numerics/LinearAlgebra/Double/Factorization/UserSvd.cs +++ b/src/Numerics/LinearAlgebra/Double/Factorization/UserSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Matrix.cs b/src/Numerics/LinearAlgebra/Double/Matrix.cs index a3c16b2c..844695cd 100644 --- a/src/Numerics/LinearAlgebra/Double/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Double/Matrix.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/BiCgStab.cs b/src/Numerics/LinearAlgebra/Double/Solvers/BiCgStab.cs index 977ceb43..14d1f55f 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/BiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/BiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/CompositeSolver.cs b/src/Numerics/LinearAlgebra/Double/Solvers/CompositeSolver.cs index 398f4515..aace6acc 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/CompositeSolver.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/CompositeSolver.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/DiagonalPreconditioner.cs b/src/Numerics/LinearAlgebra/Double/Solvers/DiagonalPreconditioner.cs index 0f051eae..e7faedc2 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/DiagonalPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/DiagonalPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/GpBiCg.cs b/src/Numerics/LinearAlgebra/Double/Solvers/GpBiCg.cs index ab7513f0..4dd12916 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/GpBiCg.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/GpBiCg.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/ILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Double/Solvers/ILU0Preconditioner.cs index 2fa98038..93c2a8d5 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/ILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/ILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/ILUTPPreconditioner.cs b/src/Numerics/LinearAlgebra/Double/Solvers/ILUTPPreconditioner.cs index 4bec682e..da4199d8 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/ILUTPPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/ILUTPPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/MILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Double/Solvers/MILU0Preconditioner.cs index 17ffe73a..fd3d78da 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/MILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/MILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/MlkBiCgStab.cs b/src/Numerics/LinearAlgebra/Double/Solvers/MlkBiCgStab.cs index 4b819916..0c60cc06 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/MlkBiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/MlkBiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Solvers/TFQMR.cs b/src/Numerics/LinearAlgebra/Double/Solvers/TFQMR.cs index 6c803d74..0bfd15c9 100644 --- a/src/Numerics/LinearAlgebra/Double/Solvers/TFQMR.cs +++ b/src/Numerics/LinearAlgebra/Double/Solvers/TFQMR.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 // diff --git a/src/Numerics/LinearAlgebra/Double/SparseMatrix.cs b/src/Numerics/LinearAlgebra/Double/SparseMatrix.cs index 5e300128..05932563 100644 --- a/src/Numerics/LinearAlgebra/Double/SparseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Double/SparseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Double/SparseVector.cs b/src/Numerics/LinearAlgebra/Double/SparseVector.cs index 8b769d96..27dcaab9 100644 --- a/src/Numerics/LinearAlgebra/Double/SparseVector.cs +++ b/src/Numerics/LinearAlgebra/Double/SparseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Double/Vector.cs b/src/Numerics/LinearAlgebra/Double/Vector.cs index ee35ad63..41cdeb09 100644 --- a/src/Numerics/LinearAlgebra/Double/Vector.cs +++ b/src/Numerics/LinearAlgebra/Double/Vector.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/Cholesky.cs b/src/Numerics/LinearAlgebra/Factorization/Cholesky.cs index 40398ba9..4e9ee595 100644 --- a/src/Numerics/LinearAlgebra/Factorization/Cholesky.cs +++ b/src/Numerics/LinearAlgebra/Factorization/Cholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/Evd.cs b/src/Numerics/LinearAlgebra/Factorization/Evd.cs index b51c1ca4..ca04a2a7 100644 --- a/src/Numerics/LinearAlgebra/Factorization/Evd.cs +++ b/src/Numerics/LinearAlgebra/Factorization/Evd.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/GramSchmidt.cs b/src/Numerics/LinearAlgebra/Factorization/GramSchmidt.cs index 04e4fd92..6a6b6b19 100644 --- a/src/Numerics/LinearAlgebra/Factorization/GramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Factorization/GramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/ISolver.cs b/src/Numerics/LinearAlgebra/Factorization/ISolver.cs index a0a9df3e..2f0e193b 100644 --- a/src/Numerics/LinearAlgebra/Factorization/ISolver.cs +++ b/src/Numerics/LinearAlgebra/Factorization/ISolver.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/LU.cs b/src/Numerics/LinearAlgebra/Factorization/LU.cs index 9161e13c..cb5e5a18 100644 --- a/src/Numerics/LinearAlgebra/Factorization/LU.cs +++ b/src/Numerics/LinearAlgebra/Factorization/LU.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/QR.cs b/src/Numerics/LinearAlgebra/Factorization/QR.cs index 0aee3479..d40e99df 100644 --- a/src/Numerics/LinearAlgebra/Factorization/QR.cs +++ b/src/Numerics/LinearAlgebra/Factorization/QR.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 // diff --git a/src/Numerics/LinearAlgebra/Factorization/Svd.cs b/src/Numerics/LinearAlgebra/Factorization/Svd.cs index ed1c4ce1..bfbea0d9 100644 --- a/src/Numerics/LinearAlgebra/Factorization/Svd.cs +++ b/src/Numerics/LinearAlgebra/Factorization/Svd.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 // diff --git a/src/Numerics/LinearAlgebra/Matrix.Arithmetic.cs b/src/Numerics/LinearAlgebra/Matrix.Arithmetic.cs index 999b3921..2ca829a2 100644 --- a/src/Numerics/LinearAlgebra/Matrix.Arithmetic.cs +++ b/src/Numerics/LinearAlgebra/Matrix.Arithmetic.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 // diff --git a/src/Numerics/LinearAlgebra/Matrix.BCL.cs b/src/Numerics/LinearAlgebra/Matrix.BCL.cs index 2eea8088..2d6e5789 100644 --- a/src/Numerics/LinearAlgebra/Matrix.BCL.cs +++ b/src/Numerics/LinearAlgebra/Matrix.BCL.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 // diff --git a/src/Numerics/LinearAlgebra/Matrix.Operators.cs b/src/Numerics/LinearAlgebra/Matrix.Operators.cs index 239d9eab..0ee07cf9 100644 --- a/src/Numerics/LinearAlgebra/Matrix.Operators.cs +++ b/src/Numerics/LinearAlgebra/Matrix.Operators.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 // diff --git a/src/Numerics/LinearAlgebra/Matrix.Solve.cs b/src/Numerics/LinearAlgebra/Matrix.Solve.cs index 8142833a..e43cee00 100644 --- a/src/Numerics/LinearAlgebra/Matrix.Solve.cs +++ b/src/Numerics/LinearAlgebra/Matrix.Solve.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 // diff --git a/src/Numerics/LinearAlgebra/Matrix.cs b/src/Numerics/LinearAlgebra/Matrix.cs index 10ac4171..c5c6004e 100644 --- a/src/Numerics/LinearAlgebra/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Matrix.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 // diff --git a/src/Numerics/LinearAlgebra/MatrixExtensions.cs b/src/Numerics/LinearAlgebra/MatrixExtensions.cs index 4ac9c738..8dc58cad 100644 --- a/src/Numerics/LinearAlgebra/MatrixExtensions.cs +++ b/src/Numerics/LinearAlgebra/MatrixExtensions.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 // diff --git a/src/Numerics/LinearAlgebra/Options.cs b/src/Numerics/LinearAlgebra/Options.cs index 5330aa36..c6f1f1a3 100644 --- a/src/Numerics/LinearAlgebra/Options.cs +++ b/src/Numerics/LinearAlgebra/Options.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 // diff --git a/src/Numerics/LinearAlgebra/Single/DenseMatrix.cs b/src/Numerics/LinearAlgebra/Single/DenseMatrix.cs index 23b37382..44336ce0 100644 --- a/src/Numerics/LinearAlgebra/Single/DenseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Single/DenseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Single/DenseVector.cs b/src/Numerics/LinearAlgebra/Single/DenseVector.cs index b98cf348..cd50e0a0 100644 --- a/src/Numerics/LinearAlgebra/Single/DenseVector.cs +++ b/src/Numerics/LinearAlgebra/Single/DenseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs index 0ace9829..aade5851 100644 --- a/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/Cholesky.cs b/src/Numerics/LinearAlgebra/Single/Factorization/Cholesky.cs index e0c6439e..0a7df09a 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/Cholesky.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/Cholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseCholesky.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseCholesky.cs index 9f3ceb6c..2aee28d8 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseCholesky.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseEvd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseEvd.cs index f7dae03d..2e9762e6 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseEvd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseGramSchmidt.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseGramSchmidt.cs index e445972b..1eda2b38 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseLU.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseLU.cs index c3b314b3..b95e04bd 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseLU.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseLU.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseQR.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseQR.cs index c29cbafc..223f941a 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseQR.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseQR.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/DenseSvd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/DenseSvd.cs index dc78927e..f48cfff6 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/DenseSvd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/DenseSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/Evd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/Evd.cs index 726f348b..a28c8802 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/Evd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/Evd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/GramSchmidt.cs b/src/Numerics/LinearAlgebra/Single/Factorization/GramSchmidt.cs index 403c0359..9f83d1a9 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/GramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/GramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/LU.cs b/src/Numerics/LinearAlgebra/Single/Factorization/LU.cs index 7e1f4419..43a69728 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/LU.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/LU.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/QR.cs b/src/Numerics/LinearAlgebra/Single/Factorization/QR.cs index d7b45fdb..b85b79d2 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/QR.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/QR.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/Svd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/Svd.cs index 17f4001d..19687317 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/Svd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/Svd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserCholesky.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserCholesky.cs index 3419ba0d..aac3dab7 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserCholesky.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserCholesky.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserEvd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserEvd.cs index 35b2de78..38c7cc59 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserEvd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserEvd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserGramSchmidt.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserGramSchmidt.cs index 974f39d7..b44c71de 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserGramSchmidt.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserGramSchmidt.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserLU.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserLU.cs index 895e81d4..8ec1e956 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserLU.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserLU.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserQR.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserQR.cs index a6e0fe79..e74bad9a 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserQR.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserQR.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Factorization/UserSvd.cs b/src/Numerics/LinearAlgebra/Single/Factorization/UserSvd.cs index c3a5eec5..0327536a 100644 --- a/src/Numerics/LinearAlgebra/Single/Factorization/UserSvd.cs +++ b/src/Numerics/LinearAlgebra/Single/Factorization/UserSvd.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Matrix.cs b/src/Numerics/LinearAlgebra/Single/Matrix.cs index 9bc6fe48..54c7ca65 100644 --- a/src/Numerics/LinearAlgebra/Single/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Single/Matrix.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/BiCgStab.cs b/src/Numerics/LinearAlgebra/Single/Solvers/BiCgStab.cs index dcf28008..db1a0b2c 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/BiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/BiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/CompositeSolver.cs b/src/Numerics/LinearAlgebra/Single/Solvers/CompositeSolver.cs index 55986055..bfc97c8b 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/CompositeSolver.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/CompositeSolver.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/DiagonalPreconditioner.cs b/src/Numerics/LinearAlgebra/Single/Solvers/DiagonalPreconditioner.cs index dbe5effb..c1a44547 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/DiagonalPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/DiagonalPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/GpBiCg.cs b/src/Numerics/LinearAlgebra/Single/Solvers/GpBiCg.cs index ebb486fa..bafc5b0c 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/GpBiCg.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/GpBiCg.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/ILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Single/Solvers/ILU0Preconditioner.cs index 5e754d00..9be19301 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/ILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/ILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/ILUTPPreconditioner.cs b/src/Numerics/LinearAlgebra/Single/Solvers/ILUTPPreconditioner.cs index 18dbece7..acd27f4f 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/ILUTPPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/ILUTPPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/MILU0Preconditioner.cs b/src/Numerics/LinearAlgebra/Single/Solvers/MILU0Preconditioner.cs index 308005e1..a6c64bf1 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/MILU0Preconditioner.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/MILU0Preconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/MlkBiCgStab.cs b/src/Numerics/LinearAlgebra/Single/Solvers/MlkBiCgStab.cs index db4450d1..caf93fb4 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/MlkBiCgStab.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/MlkBiCgStab.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Solvers/TFQMR.cs b/src/Numerics/LinearAlgebra/Single/Solvers/TFQMR.cs index 2420bc33..cda3eb84 100644 --- a/src/Numerics/LinearAlgebra/Single/Solvers/TFQMR.cs +++ b/src/Numerics/LinearAlgebra/Single/Solvers/TFQMR.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 // diff --git a/src/Numerics/LinearAlgebra/Single/SparseMatrix.cs b/src/Numerics/LinearAlgebra/Single/SparseMatrix.cs index e61a9f95..38fb42c3 100644 --- a/src/Numerics/LinearAlgebra/Single/SparseMatrix.cs +++ b/src/Numerics/LinearAlgebra/Single/SparseMatrix.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 // diff --git a/src/Numerics/LinearAlgebra/Single/SparseVector.cs b/src/Numerics/LinearAlgebra/Single/SparseVector.cs index 78517832..3321caa0 100644 --- a/src/Numerics/LinearAlgebra/Single/SparseVector.cs +++ b/src/Numerics/LinearAlgebra/Single/SparseVector.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 // diff --git a/src/Numerics/LinearAlgebra/Single/Vector.cs b/src/Numerics/LinearAlgebra/Single/Vector.cs index 53d52a7e..ccf601f6 100644 --- a/src/Numerics/LinearAlgebra/Single/Vector.cs +++ b/src/Numerics/LinearAlgebra/Single/Vector.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/CancellationStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/CancellationStopCriterion.cs index 0820ab47..b8d05d19 100644 --- a/src/Numerics/LinearAlgebra/Solvers/CancellationStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/CancellationStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/DelegateStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/DelegateStopCriterion.cs index 60926f26..409909be 100644 --- a/src/Numerics/LinearAlgebra/Solvers/DelegateStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/DelegateStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/DivergenceStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/DivergenceStopCriterion.cs index 6534e8f5..08a00841 100644 --- a/src/Numerics/LinearAlgebra/Solvers/DivergenceStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/DivergenceStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/FailureStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/FailureStopCriterion.cs index b1381489..2ec2cf5f 100644 --- a/src/Numerics/LinearAlgebra/Solvers/FailureStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/FailureStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IIterationStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/IIterationStopCriterion.cs index 0233a3c1..b7c4eb5f 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IIterationStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IIterationStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IIterativeSolver.cs b/src/Numerics/LinearAlgebra/Solvers/IIterativeSolver.cs index a8be5cf0..73f79086 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IIterativeSolver.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IIterativeSolver.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IIterativeSolverSetup.cs b/src/Numerics/LinearAlgebra/Solvers/IIterativeSolverSetup.cs index 6c0f19f8..44c4cf4c 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IIterativeSolverSetup.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IIterativeSolverSetup.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IPreconditioner.cs b/src/Numerics/LinearAlgebra/Solvers/IPreconditioner.cs index a6ca653d..c41772e8 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IterationCountStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/IterationCountStopCriterion.cs index 465b146e..c0f48bc1 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IterationCountStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IterationCountStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/IterationStatus.cs b/src/Numerics/LinearAlgebra/Solvers/IterationStatus.cs index 48493f7a..dfb750b1 100644 --- a/src/Numerics/LinearAlgebra/Solvers/IterationStatus.cs +++ b/src/Numerics/LinearAlgebra/Solvers/IterationStatus.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/Iterator.cs b/src/Numerics/LinearAlgebra/Solvers/Iterator.cs index 9478e37d..2edc66f2 100644 --- a/src/Numerics/LinearAlgebra/Solvers/Iterator.cs +++ b/src/Numerics/LinearAlgebra/Solvers/Iterator.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/ResidualStopCriterion.cs b/src/Numerics/LinearAlgebra/Solvers/ResidualStopCriterion.cs index 0c2ef216..17173025 100644 --- a/src/Numerics/LinearAlgebra/Solvers/ResidualStopCriterion.cs +++ b/src/Numerics/LinearAlgebra/Solvers/ResidualStopCriterion.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/SolverSetup.cs b/src/Numerics/LinearAlgebra/Solvers/SolverSetup.cs index 2c073dd5..d58245ef 100644 --- a/src/Numerics/LinearAlgebra/Solvers/SolverSetup.cs +++ b/src/Numerics/LinearAlgebra/Solvers/SolverSetup.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 // diff --git a/src/Numerics/LinearAlgebra/Solvers/UnitPreconditioner.cs b/src/Numerics/LinearAlgebra/Solvers/UnitPreconditioner.cs index a7485284..cb1a5789 100644 --- a/src/Numerics/LinearAlgebra/Solvers/UnitPreconditioner.cs +++ b/src/Numerics/LinearAlgebra/Solvers/UnitPreconditioner.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/DenseColumnMajorMatrixStorage.cs b/src/Numerics/LinearAlgebra/Storage/DenseColumnMajorMatrixStorage.cs index f98cb543..857f7b78 100644 --- a/src/Numerics/LinearAlgebra/Storage/DenseColumnMajorMatrixStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/DenseColumnMajorMatrixStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/DenseVectorStorage.cs b/src/Numerics/LinearAlgebra/Storage/DenseVectorStorage.cs index 416be866..1404b495 100644 --- a/src/Numerics/LinearAlgebra/Storage/DenseVectorStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/DenseVectorStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/DiagonalMatrixStorage.cs b/src/Numerics/LinearAlgebra/Storage/DiagonalMatrixStorage.cs index 5f6af897..05ae5191 100644 --- a/src/Numerics/LinearAlgebra/Storage/DiagonalMatrixStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/DiagonalMatrixStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/MatrixStorage.Validation.cs b/src/Numerics/LinearAlgebra/Storage/MatrixStorage.Validation.cs index 8eb3cc63..d00dfc8b 100644 --- a/src/Numerics/LinearAlgebra/Storage/MatrixStorage.Validation.cs +++ b/src/Numerics/LinearAlgebra/Storage/MatrixStorage.Validation.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/MatrixStorage.cs b/src/Numerics/LinearAlgebra/Storage/MatrixStorage.cs index a1c2799e..e1f46e79 100644 --- a/src/Numerics/LinearAlgebra/Storage/MatrixStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/MatrixStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/SparseCompressedRowMatrixStorage.cs b/src/Numerics/LinearAlgebra/Storage/SparseCompressedRowMatrixStorage.cs index ef94ab03..840269e3 100644 --- a/src/Numerics/LinearAlgebra/Storage/SparseCompressedRowMatrixStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/SparseCompressedRowMatrixStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/SparseVectorStorage.cs b/src/Numerics/LinearAlgebra/Storage/SparseVectorStorage.cs index 314baddf..d2f351b1 100644 --- a/src/Numerics/LinearAlgebra/Storage/SparseVectorStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/SparseVectorStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/VectorStorage.Validation.cs b/src/Numerics/LinearAlgebra/Storage/VectorStorage.Validation.cs index a4588737..bb8f94e7 100644 --- a/src/Numerics/LinearAlgebra/Storage/VectorStorage.Validation.cs +++ b/src/Numerics/LinearAlgebra/Storage/VectorStorage.Validation.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 // diff --git a/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs b/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs index 8c7a2c74..88a62bb7 100644 --- a/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs +++ b/src/Numerics/LinearAlgebra/Storage/VectorStorage.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 // diff --git a/src/Numerics/LinearAlgebra/Vector.Arithmetic.cs b/src/Numerics/LinearAlgebra/Vector.Arithmetic.cs index 87d44e6a..08b11f52 100644 --- a/src/Numerics/LinearAlgebra/Vector.Arithmetic.cs +++ b/src/Numerics/LinearAlgebra/Vector.Arithmetic.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 // diff --git a/src/Numerics/LinearAlgebra/Vector.BCL.cs b/src/Numerics/LinearAlgebra/Vector.BCL.cs index 2ae95477..74a0b856 100644 --- a/src/Numerics/LinearAlgebra/Vector.BCL.cs +++ b/src/Numerics/LinearAlgebra/Vector.BCL.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 // diff --git a/src/Numerics/LinearAlgebra/Vector.Operators.cs b/src/Numerics/LinearAlgebra/Vector.Operators.cs index 78936a52..adf01d3c 100644 --- a/src/Numerics/LinearAlgebra/Vector.Operators.cs +++ b/src/Numerics/LinearAlgebra/Vector.Operators.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 // diff --git a/src/Numerics/LinearAlgebra/Vector.cs b/src/Numerics/LinearAlgebra/Vector.cs index e02c06cd..b76b4bfc 100644 --- a/src/Numerics/LinearAlgebra/Vector.cs +++ b/src/Numerics/LinearAlgebra/Vector.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 // diff --git a/src/Numerics/LinearAlgebra/VectorExtensions.cs b/src/Numerics/LinearAlgebra/VectorExtensions.cs index 887c27ec..190893d1 100644 --- a/src/Numerics/LinearAlgebra/VectorExtensions.cs +++ b/src/Numerics/LinearAlgebra/VectorExtensions.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 // diff --git a/src/Numerics/LinearRegression/MultipleRegression.cs b/src/Numerics/LinearRegression/MultipleRegression.cs index d925c65e..0c77c5c1 100644 --- a/src/Numerics/LinearRegression/MultipleRegression.cs +++ b/src/Numerics/LinearRegression/MultipleRegression.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 // diff --git a/src/Numerics/LinearRegression/Options.cs b/src/Numerics/LinearRegression/Options.cs index 83d2e3dc..384d0185 100644 --- a/src/Numerics/LinearRegression/Options.cs +++ b/src/Numerics/LinearRegression/Options.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 // diff --git a/src/Numerics/LinearRegression/SimpleRegression.cs b/src/Numerics/LinearRegression/SimpleRegression.cs index 41332cdd..f3c6d162 100644 --- a/src/Numerics/LinearRegression/SimpleRegression.cs +++ b/src/Numerics/LinearRegression/SimpleRegression.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 // diff --git a/src/Numerics/LinearRegression/Util.cs b/src/Numerics/LinearRegression/Util.cs index f1c2a85f..8576f368 100644 --- a/src/Numerics/LinearRegression/Util.cs +++ b/src/Numerics/LinearRegression/Util.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 // diff --git a/src/Numerics/LinearRegression/WeightedRegression.cs b/src/Numerics/LinearRegression/WeightedRegression.cs index f47b5143..2d8a1847 100644 --- a/src/Numerics/LinearRegression/WeightedRegression.cs +++ b/src/Numerics/LinearRegression/WeightedRegression.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 // diff --git a/src/Numerics/Permutation.cs b/src/Numerics/Permutation.cs index 08d462a0..86ec2fb0 100644 --- a/src/Numerics/Permutation.cs +++ b/src/Numerics/Permutation.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 // diff --git a/src/Numerics/Precision.Comparison.cs b/src/Numerics/Precision.Comparison.cs index 0d2319d7..8a59843c 100644 --- a/src/Numerics/Precision.Comparison.cs +++ b/src/Numerics/Precision.Comparison.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 // diff --git a/src/Numerics/Precision.Equality.cs b/src/Numerics/Precision.Equality.cs index 870ac5cc..068061db 100644 --- a/src/Numerics/Precision.Equality.cs +++ b/src/Numerics/Precision.Equality.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 // diff --git a/src/Numerics/Precision.cs b/src/Numerics/Precision.cs index 14fa9ac1..1c1255ef 100644 --- a/src/Numerics/Precision.cs +++ b/src/Numerics/Precision.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs index ff50ee1c..a1e10876 100644 --- a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs +++ b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs index 1eb29d01..f7efca94 100644 --- a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs +++ b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.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-2011 Math.NET // diff --git a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Double.cs b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Double.cs index f684b543..ed05336c 100644 --- a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Double.cs +++ b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Double.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Single.cs b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Single.cs index ccf3f5a5..25988e7a 100644 --- a/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Single.cs +++ b/src/Numerics/Providers/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Single.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex.cs index ac729107..65a4689b 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex32.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex32.cs index 01b8c46e..5a2f8806 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Complex32.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.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-2015 Math.NET // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Double.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Double.cs index 0f462589..5b3cc78c 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Double.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Double.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Single.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Single.cs index c68dc1c5..bfcbf73e 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Single.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.Single.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs index a2748d0b..ff93ac97 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaProviderCapabilities.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaProviderCapabilities.cs index a691f767..f25d161d 100644 --- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaProviderCapabilities.cs +++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaProviderCapabilities.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/ILinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/ILinearAlgebraProvider.cs index 176ba9a3..57ed0707 100644 --- a/src/Numerics/Providers/LinearAlgebra/ILinearAlgebraProvider.cs +++ b/src/Numerics/Providers/LinearAlgebra/ILinearAlgebraProvider.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex.cs b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex.cs index 319a7237..5f78e840 100644 --- a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex.cs +++ b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex32.cs b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex32.cs index 1bc21fd8..f2152d56 100644 --- a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Complex32.cs +++ b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.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-2015 Math.NET // diff --git a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Double.cs b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Double.cs index d3462126..7b0bb469 100644 --- a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Double.cs +++ b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Double.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Single.cs b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Single.cs index 05f7989c..b9b73e4e 100644 --- a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Single.cs +++ b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.Single.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.cs index 280e1872..ac7a3f88 100644 --- a/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.cs +++ b/src/Numerics/Providers/LinearAlgebra/ManagedLinearAlgebraProvider.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs index 34e245da..d698d188 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs index 180b7f3b..be916438 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.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-2013 Math.NET // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Double.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Double.cs index b4cd6b74..081ed4ff 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Double.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Double.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Single.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Single.cs index 18ba703c..c58d65a8 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Single.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Single.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.cs index b3393973..8c526e52 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklLinearAlgebraProvider.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/Mkl/MklProviderCapabilities.cs b/src/Numerics/Providers/LinearAlgebra/Mkl/MklProviderCapabilities.cs index 3bf3c9b4..85aa8a43 100644 --- a/src/Numerics/Providers/LinearAlgebra/Mkl/MklProviderCapabilities.cs +++ b/src/Numerics/Providers/LinearAlgebra/Mkl/MklProviderCapabilities.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex.cs index 9b387546..7a87dac9 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex32.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex32.cs index 44692f36..d431c8c9 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Complex32.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.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-2015 Math.NET // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Double.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Double.cs index 637acb01..d4e6b117 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Double.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Double.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Single.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Single.cs index c228e039..7de51a33 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Single.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.Single.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.cs index ba7d8876..89e8bb5e 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasLinearAlgebraProvider.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 // diff --git a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasProviderCapabilities.cs b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasProviderCapabilities.cs index 01a14855..b86c52db 100644 --- a/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasProviderCapabilities.cs +++ b/src/Numerics/Providers/LinearAlgebra/OpenBlas/OpenBlasProviderCapabilities.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 // diff --git a/src/Numerics/Providers/NativeProviderLoader.cs b/src/Numerics/Providers/NativeProviderLoader.cs index 0f4824b4..5f1e4193 100644 --- a/src/Numerics/Providers/NativeProviderLoader.cs +++ b/src/Numerics/Providers/NativeProviderLoader.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 // diff --git a/src/Numerics/Random/CryptoRandomSource.cs b/src/Numerics/Random/CryptoRandomSource.cs index f17d71b2..c668cd24 100644 --- a/src/Numerics/Random/CryptoRandomSource.cs +++ b/src/Numerics/Random/CryptoRandomSource.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 // diff --git a/src/Numerics/Random/Mcg31m1.cs b/src/Numerics/Random/Mcg31m1.cs index 37d66564..2daffa3e 100644 --- a/src/Numerics/Random/Mcg31m1.cs +++ b/src/Numerics/Random/Mcg31m1.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 // diff --git a/src/Numerics/Random/Mcg59.cs b/src/Numerics/Random/Mcg59.cs index 3b0c5791..87611790 100644 --- a/src/Numerics/Random/Mcg59.cs +++ b/src/Numerics/Random/Mcg59.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 // diff --git a/src/Numerics/Random/MersenneTwister.cs b/src/Numerics/Random/MersenneTwister.cs index 8d38d4f0..bd8fed69 100644 --- a/src/Numerics/Random/MersenneTwister.cs +++ b/src/Numerics/Random/MersenneTwister.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 // diff --git a/src/Numerics/Random/Mrg32k3a.cs b/src/Numerics/Random/Mrg32k3a.cs index 424cbac1..d00618e0 100644 --- a/src/Numerics/Random/Mrg32k3a.cs +++ b/src/Numerics/Random/Mrg32k3a.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 // diff --git a/src/Numerics/Random/Palf.cs b/src/Numerics/Random/Palf.cs index 99c34b40..e899d8a2 100644 --- a/src/Numerics/Random/Palf.cs +++ b/src/Numerics/Random/Palf.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 // diff --git a/src/Numerics/Random/RandomExtensions.cs b/src/Numerics/Random/RandomExtensions.cs index bd361ead..5f543998 100644 --- a/src/Numerics/Random/RandomExtensions.cs +++ b/src/Numerics/Random/RandomExtensions.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 // diff --git a/src/Numerics/Random/RandomSource.cs b/src/Numerics/Random/RandomSource.cs index 230dd21e..1bc80c3b 100644 --- a/src/Numerics/Random/RandomSource.cs +++ b/src/Numerics/Random/RandomSource.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 // diff --git a/src/Numerics/Random/SystemRandomSource.cs b/src/Numerics/Random/SystemRandomSource.cs index ffa42add..4428a2c5 100644 --- a/src/Numerics/Random/SystemRandomSource.cs +++ b/src/Numerics/Random/SystemRandomSource.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 // diff --git a/src/Numerics/Random/WH1982.cs b/src/Numerics/Random/WH1982.cs index cafe970b..4d4309d9 100644 --- a/src/Numerics/Random/WH1982.cs +++ b/src/Numerics/Random/WH1982.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 // diff --git a/src/Numerics/Random/WH2006.cs b/src/Numerics/Random/WH2006.cs index 27cb3b5e..4ec45db0 100644 --- a/src/Numerics/Random/WH2006.cs +++ b/src/Numerics/Random/WH2006.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 // diff --git a/src/Numerics/Random/Xorshift.cs b/src/Numerics/Random/Xorshift.cs index 18c4ca11..61f0e949 100644 --- a/src/Numerics/Random/Xorshift.cs +++ b/src/Numerics/Random/Xorshift.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 // diff --git a/src/Numerics/RootFinding/Bisection.cs b/src/Numerics/RootFinding/Bisection.cs index 384e5786..074b3d2c 100644 --- a/src/Numerics/RootFinding/Bisection.cs +++ b/src/Numerics/RootFinding/Bisection.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 // diff --git a/src/Numerics/RootFinding/Brent.cs b/src/Numerics/RootFinding/Brent.cs index 833e535b..736c0206 100644 --- a/src/Numerics/RootFinding/Brent.cs +++ b/src/Numerics/RootFinding/Brent.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 // diff --git a/src/Numerics/RootFinding/Broyden.cs b/src/Numerics/RootFinding/Broyden.cs index 4f7ee504..264ef82d 100644 --- a/src/Numerics/RootFinding/Broyden.cs +++ b/src/Numerics/RootFinding/Broyden.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 // diff --git a/src/Numerics/RootFinding/Cubic.cs b/src/Numerics/RootFinding/Cubic.cs index 330b8f14..dc5bdaaa 100644 --- a/src/Numerics/RootFinding/Cubic.cs +++ b/src/Numerics/RootFinding/Cubic.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 // diff --git a/src/Numerics/RootFinding/NewtonRaphson.cs b/src/Numerics/RootFinding/NewtonRaphson.cs index 9ebbbfa5..f1c0f72a 100644 --- a/src/Numerics/RootFinding/NewtonRaphson.cs +++ b/src/Numerics/RootFinding/NewtonRaphson.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 // diff --git a/src/Numerics/RootFinding/RobustNewtonRaphson.cs b/src/Numerics/RootFinding/RobustNewtonRaphson.cs index 0e45cf7f..0fd6b8ef 100644 --- a/src/Numerics/RootFinding/RobustNewtonRaphson.cs +++ b/src/Numerics/RootFinding/RobustNewtonRaphson.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 // diff --git a/src/Numerics/RootFinding/Secant.cs b/src/Numerics/RootFinding/Secant.cs index 69e755aa..7199c831 100644 --- a/src/Numerics/RootFinding/Secant.cs +++ b/src/Numerics/RootFinding/Secant.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 // diff --git a/src/Numerics/RootFinding/ZeroCrossingBracketing.cs b/src/Numerics/RootFinding/ZeroCrossingBracketing.cs index d07af4d2..8af802e5 100644 --- a/src/Numerics/RootFinding/ZeroCrossingBracketing.cs +++ b/src/Numerics/RootFinding/ZeroCrossingBracketing.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 // diff --git a/src/Numerics/Sorting.cs b/src/Numerics/Sorting.cs index 28af86e9..af76c042 100644 --- a/src/Numerics/Sorting.cs +++ b/src/Numerics/Sorting.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 // diff --git a/src/Numerics/SpecialFunctions/Beta.cs b/src/Numerics/SpecialFunctions/Beta.cs index 71ed278a..597e5b11 100644 --- a/src/Numerics/SpecialFunctions/Beta.cs +++ b/src/Numerics/SpecialFunctions/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-2014 Math.NET // diff --git a/src/Numerics/SpecialFunctions/Erf.cs b/src/Numerics/SpecialFunctions/Erf.cs index 90596d56..6f2fb972 100644 --- a/src/Numerics/SpecialFunctions/Erf.cs +++ b/src/Numerics/SpecialFunctions/Erf.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 // diff --git a/src/Numerics/SpecialFunctions/Evaluate.cs b/src/Numerics/SpecialFunctions/Evaluate.cs index d36be692..1cc1cc19 100644 --- a/src/Numerics/SpecialFunctions/Evaluate.cs +++ b/src/Numerics/SpecialFunctions/Evaluate.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 // diff --git a/src/Numerics/SpecialFunctions/ExponentialIntegral.cs b/src/Numerics/SpecialFunctions/ExponentialIntegral.cs index 5c4d389d..1fafd11e 100644 --- a/src/Numerics/SpecialFunctions/ExponentialIntegral.cs +++ b/src/Numerics/SpecialFunctions/ExponentialIntegral.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) 2014 Math.NET // diff --git a/src/Numerics/SpecialFunctions/Factorial.cs b/src/Numerics/SpecialFunctions/Factorial.cs index 9676d0e0..f91fc183 100644 --- a/src/Numerics/SpecialFunctions/Factorial.cs +++ b/src/Numerics/SpecialFunctions/Factorial.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 // diff --git a/src/Numerics/SpecialFunctions/Gamma.cs b/src/Numerics/SpecialFunctions/Gamma.cs index 9fde572a..e61b7d71 100644 --- a/src/Numerics/SpecialFunctions/Gamma.cs +++ b/src/Numerics/SpecialFunctions/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-2010 Math.NET // diff --git a/src/Numerics/SpecialFunctions/Harmonic.cs b/src/Numerics/SpecialFunctions/Harmonic.cs index 233c1e2d..2c26fd08 100644 --- a/src/Numerics/SpecialFunctions/Harmonic.cs +++ b/src/Numerics/SpecialFunctions/Harmonic.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 // diff --git a/src/Numerics/SpecialFunctions/Logistic.cs b/src/Numerics/SpecialFunctions/Logistic.cs index 2bf764b9..01d1d916 100644 --- a/src/Numerics/SpecialFunctions/Logistic.cs +++ b/src/Numerics/SpecialFunctions/Logistic.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 // diff --git a/src/Numerics/SpecialFunctions/ModifiedBessel.cs b/src/Numerics/SpecialFunctions/ModifiedBessel.cs index b28a5a23..829af193 100644 --- a/src/Numerics/SpecialFunctions/ModifiedBessel.cs +++ b/src/Numerics/SpecialFunctions/ModifiedBessel.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-2012 Math.NET // diff --git a/src/Numerics/SpecialFunctions/ModifiedStruve.cs b/src/Numerics/SpecialFunctions/ModifiedStruve.cs index d3e5455a..e73c7dc1 100644 --- a/src/Numerics/SpecialFunctions/ModifiedStruve.cs +++ b/src/Numerics/SpecialFunctions/ModifiedStruve.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-2012 Math.NET // diff --git a/src/Numerics/SpecialFunctions/Stability.cs b/src/Numerics/SpecialFunctions/Stability.cs index 4940748c..2ed927dd 100644 --- a/src/Numerics/SpecialFunctions/Stability.cs +++ b/src/Numerics/SpecialFunctions/Stability.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 // diff --git a/src/Numerics/SpecialFunctions/TestFunctions.cs b/src/Numerics/SpecialFunctions/TestFunctions.cs index 78f9c049..28c289f3 100644 --- a/src/Numerics/SpecialFunctions/TestFunctions.cs +++ b/src/Numerics/SpecialFunctions/TestFunctions.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 // diff --git a/src/Numerics/Statistics/ArrayStatistics.Complex.cs b/src/Numerics/Statistics/ArrayStatistics.Complex.cs index 62a1e351..b8836316 100644 --- a/src/Numerics/Statistics/ArrayStatistics.Complex.cs +++ b/src/Numerics/Statistics/ArrayStatistics.Complex.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 // diff --git a/src/Numerics/Statistics/ArrayStatistics.Int32.cs b/src/Numerics/Statistics/ArrayStatistics.Int32.cs index 4cf9adce..a9f0b02d 100644 --- a/src/Numerics/Statistics/ArrayStatistics.Int32.cs +++ b/src/Numerics/Statistics/ArrayStatistics.Int32.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 // diff --git a/src/Numerics/Statistics/ArrayStatistics.Single.cs b/src/Numerics/Statistics/ArrayStatistics.Single.cs index 4588c763..0bd1efd5 100644 --- a/src/Numerics/Statistics/ArrayStatistics.Single.cs +++ b/src/Numerics/Statistics/ArrayStatistics.Single.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 // diff --git a/src/Numerics/Statistics/ArrayStatistics.cs b/src/Numerics/Statistics/ArrayStatistics.cs index de964c8f..acd59dfc 100644 --- a/src/Numerics/Statistics/ArrayStatistics.cs +++ b/src/Numerics/Statistics/ArrayStatistics.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 // diff --git a/src/Numerics/Statistics/Correlation.cs b/src/Numerics/Statistics/Correlation.cs index 8faeda79..e2646a2b 100644 --- a/src/Numerics/Statistics/Correlation.cs +++ b/src/Numerics/Statistics/Correlation.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 // diff --git a/src/Numerics/Statistics/DescriptiveStatistics.cs b/src/Numerics/Statistics/DescriptiveStatistics.cs index 4c847c20..ce10609c 100644 --- a/src/Numerics/Statistics/DescriptiveStatistics.cs +++ b/src/Numerics/Statistics/DescriptiveStatistics.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 // diff --git a/src/Numerics/Statistics/Histogram.cs b/src/Numerics/Statistics/Histogram.cs index 8e9b2610..6585fc90 100644 --- a/src/Numerics/Statistics/Histogram.cs +++ b/src/Numerics/Statistics/Histogram.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 // diff --git a/src/Numerics/Statistics/MCMC/HybridMC.cs b/src/Numerics/Statistics/MCMC/HybridMC.cs index 16b589be..3281d80a 100644 --- a/src/Numerics/Statistics/MCMC/HybridMC.cs +++ b/src/Numerics/Statistics/MCMC/HybridMC.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 // diff --git a/src/Numerics/Statistics/MCMC/HybridMCGeneric.cs b/src/Numerics/Statistics/MCMC/HybridMCGeneric.cs index 28f02ddf..a0c1ec2b 100644 --- a/src/Numerics/Statistics/MCMC/HybridMCGeneric.cs +++ b/src/Numerics/Statistics/MCMC/HybridMCGeneric.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 // diff --git a/src/Numerics/Statistics/MCMC/MCMCDiagnostics.cs b/src/Numerics/Statistics/MCMC/MCMCDiagnostics.cs index f2d941e9..321b3d79 100644 --- a/src/Numerics/Statistics/MCMC/MCMCDiagnostics.cs +++ b/src/Numerics/Statistics/MCMC/MCMCDiagnostics.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 // diff --git a/src/Numerics/Statistics/MCMC/MCMCSampler.cs b/src/Numerics/Statistics/MCMC/MCMCSampler.cs index fe473022..4e8d7b98 100644 --- a/src/Numerics/Statistics/MCMC/MCMCSampler.cs +++ b/src/Numerics/Statistics/MCMC/MCMCSampler.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 // diff --git a/src/Numerics/Statistics/MCMC/MetropolisHastingsSampler.cs b/src/Numerics/Statistics/MCMC/MetropolisHastingsSampler.cs index a889019c..929345e9 100644 --- a/src/Numerics/Statistics/MCMC/MetropolisHastingsSampler.cs +++ b/src/Numerics/Statistics/MCMC/MetropolisHastingsSampler.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 // diff --git a/src/Numerics/Statistics/MCMC/MetropolisSampler.cs b/src/Numerics/Statistics/MCMC/MetropolisSampler.cs index 211ad5fd..2d53d895 100644 --- a/src/Numerics/Statistics/MCMC/MetropolisSampler.cs +++ b/src/Numerics/Statistics/MCMC/MetropolisSampler.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 // diff --git a/src/Numerics/Statistics/MCMC/RejectionSampler.cs b/src/Numerics/Statistics/MCMC/RejectionSampler.cs index 66c4a362..7135a570 100644 --- a/src/Numerics/Statistics/MCMC/RejectionSampler.cs +++ b/src/Numerics/Statistics/MCMC/RejectionSampler.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 // diff --git a/src/Numerics/Statistics/MCMC/UnivariateHybridMC.cs b/src/Numerics/Statistics/MCMC/UnivariateHybridMC.cs index b9ab175b..bd09530a 100644 --- a/src/Numerics/Statistics/MCMC/UnivariateHybridMC.cs +++ b/src/Numerics/Statistics/MCMC/UnivariateHybridMC.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 // diff --git a/src/Numerics/Statistics/MCMC/UnivariateSliceSampler.cs b/src/Numerics/Statistics/MCMC/UnivariateSliceSampler.cs index b488ebf8..6a9a5c85 100644 --- a/src/Numerics/Statistics/MCMC/UnivariateSliceSampler.cs +++ b/src/Numerics/Statistics/MCMC/UnivariateSliceSampler.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 // diff --git a/src/Numerics/Statistics/MovingStatistics.cs b/src/Numerics/Statistics/MovingStatistics.cs index 44cf1662..4e05ce70 100644 --- a/src/Numerics/Statistics/MovingStatistics.cs +++ b/src/Numerics/Statistics/MovingStatistics.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 // diff --git a/src/Numerics/Statistics/QuantileDefinition.cs b/src/Numerics/Statistics/QuantileDefinition.cs index 71ecd70e..c8e103d6 100644 --- a/src/Numerics/Statistics/QuantileDefinition.cs +++ b/src/Numerics/Statistics/QuantileDefinition.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 // diff --git a/src/Numerics/Statistics/RankDefinition.cs b/src/Numerics/Statistics/RankDefinition.cs index 063a24cd..a6466468 100644 --- a/src/Numerics/Statistics/RankDefinition.cs +++ b/src/Numerics/Statistics/RankDefinition.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 // diff --git a/src/Numerics/Statistics/RunningStatistics.cs b/src/Numerics/Statistics/RunningStatistics.cs index 37152f1e..b5aa7f67 100644 --- a/src/Numerics/Statistics/RunningStatistics.cs +++ b/src/Numerics/Statistics/RunningStatistics.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 // diff --git a/src/Numerics/Statistics/SortedArrayStatistics.Single.cs b/src/Numerics/Statistics/SortedArrayStatistics.Single.cs index 5864affb..6764d5f0 100644 --- a/src/Numerics/Statistics/SortedArrayStatistics.Single.cs +++ b/src/Numerics/Statistics/SortedArrayStatistics.Single.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 // diff --git a/src/Numerics/Statistics/SortedArrayStatistics.cs b/src/Numerics/Statistics/SortedArrayStatistics.cs index 6d9ea85f..83092021 100644 --- a/src/Numerics/Statistics/SortedArrayStatistics.cs +++ b/src/Numerics/Statistics/SortedArrayStatistics.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 // diff --git a/src/Numerics/Statistics/Statistics.cs b/src/Numerics/Statistics/Statistics.cs index 1abbe9d4..b3c3d64b 100644 --- a/src/Numerics/Statistics/Statistics.cs +++ b/src/Numerics/Statistics/Statistics.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 // diff --git a/src/Numerics/Statistics/StreamingStatistics.cs b/src/Numerics/Statistics/StreamingStatistics.cs index 8f9b1d6e..202e6af4 100644 --- a/src/Numerics/Statistics/StreamingStatistics.cs +++ b/src/Numerics/Statistics/StreamingStatistics.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 // diff --git a/src/Numerics/Threading/CommonParallel.cs b/src/Numerics/Threading/CommonParallel.cs index 4dc7f42e..b6978651 100644 --- a/src/Numerics/Threading/CommonParallel.cs +++ b/src/Numerics/Threading/CommonParallel.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 // diff --git a/src/Numerics/Trigonometry.cs b/src/Numerics/Trigonometry.cs index c05383d1..55067d66 100644 --- a/src/Numerics/Trigonometry.cs +++ b/src/Numerics/Trigonometry.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 // diff --git a/src/Numerics/Window.cs b/src/Numerics/Window.cs index 0793a91c..3eb237ea 100644 --- a/src/Numerics/Window.cs +++ b/src/Numerics/Window.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 // diff --git a/src/UnitTests/ArrayHelpers.cs b/src/UnitTests/ArrayHelpers.cs index bd818f23..1e599ae4 100644 --- a/src/UnitTests/ArrayHelpers.cs +++ b/src/UnitTests/ArrayHelpers.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/AssertHelpers.cs b/src/UnitTests/AssertHelpers.cs index 6ef039c4..7467c09e 100644 --- a/src/UnitTests/AssertHelpers.cs +++ b/src/UnitTests/AssertHelpers.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs b/src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs index e6fd7d03..f9daadd8 100644 --- a/src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.cs +++ b/src/UnitTests/CombinatoricsTests/CombinatoricsCountingTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/ComplexTests/Complex32Test.TextHandling.cs b/src/UnitTests/ComplexTests/Complex32Test.TextHandling.cs index 04620b2a..fdc4a3f3 100644 --- a/src/UnitTests/ComplexTests/Complex32Test.TextHandling.cs +++ b/src/UnitTests/ComplexTests/Complex32Test.TextHandling.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/ComplexTests/Complex32Test.cs b/src/UnitTests/ComplexTests/Complex32Test.cs index c7f20678..2a06dd48 100644 --- a/src/UnitTests/ComplexTests/Complex32Test.cs +++ b/src/UnitTests/ComplexTests/Complex32Test.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/ComplexTests/ComplexTest.TextHandling.cs b/src/UnitTests/ComplexTests/ComplexTest.TextHandling.cs index 3d7cbddf..5d0a6af2 100644 --- a/src/UnitTests/ComplexTests/ComplexTest.TextHandling.cs +++ b/src/UnitTests/ComplexTests/ComplexTest.TextHandling.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/ComplexTests/ComplexTest.cs b/src/UnitTests/ComplexTests/ComplexTest.cs index 9e4f7701..cc01a1ef 100644 --- a/src/UnitTests/ComplexTests/ComplexTest.cs +++ b/src/UnitTests/ComplexTests/ComplexTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DifferentiationTests/FiniteDifferenceCoefficientsTests.cs b/src/UnitTests/DifferentiationTests/FiniteDifferenceCoefficientsTests.cs index dfeb0006..cfdc2099 100644 --- a/src/UnitTests/DifferentiationTests/FiniteDifferenceCoefficientsTests.cs +++ b/src/UnitTests/DifferentiationTests/FiniteDifferenceCoefficientsTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DifferentiationTests/NumericalDerivativeTests.cs b/src/UnitTests/DifferentiationTests/NumericalDerivativeTests.cs index c8bf2c59..3373ef36 100644 --- a/src/UnitTests/DifferentiationTests/NumericalDerivativeTests.cs +++ b/src/UnitTests/DifferentiationTests/NumericalDerivativeTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DifferentiationTests/NumericalHessianTests.cs b/src/UnitTests/DifferentiationTests/NumericalHessianTests.cs index a833a3a3..ff993090 100644 --- a/src/UnitTests/DifferentiationTests/NumericalHessianTests.cs +++ b/src/UnitTests/DifferentiationTests/NumericalHessianTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DifferentiationTests/NumericalJacobianTests.cs b/src/UnitTests/DifferentiationTests/NumericalJacobianTests.cs index c9833070..dacfa507 100644 --- a/src/UnitTests/DifferentiationTests/NumericalJacobianTests.cs +++ b/src/UnitTests/DifferentiationTests/NumericalJacobianTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/CommonDistributionTests.cs b/src/UnitTests/DistributionTests/CommonDistributionTests.cs index 601c8b60..87b9a707 100644 --- a/src/UnitTests/DistributionTests/CommonDistributionTests.cs +++ b/src/UnitTests/DistributionTests/CommonDistributionTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/BetaScaledTests.cs b/src/UnitTests/DistributionTests/Continuous/BetaScaledTests.cs index 7b937f78..5cd62ed9 100644 --- a/src/UnitTests/DistributionTests/Continuous/BetaScaledTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/BetaScaledTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/BetaTests.cs b/src/UnitTests/DistributionTests/Continuous/BetaTests.cs index 6e07f1f2..3e1a7a4a 100644 --- a/src/UnitTests/DistributionTests/Continuous/BetaTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/BetaTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/CauchyTests.cs b/src/UnitTests/DistributionTests/Continuous/CauchyTests.cs index 49216106..8d4cd9b9 100644 --- a/src/UnitTests/DistributionTests/Continuous/CauchyTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/CauchyTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ChiSquareTests.cs b/src/UnitTests/DistributionTests/Continuous/ChiSquareTests.cs index 154bd07f..749c794b 100644 --- a/src/UnitTests/DistributionTests/Continuous/ChiSquareTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ChiSquareTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ChiTests.cs b/src/UnitTests/DistributionTests/Continuous/ChiTests.cs index 61d4d1be..87fb33f5 100644 --- a/src/UnitTests/DistributionTests/Continuous/ChiTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ChiTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs b/src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs index 6aafa4e1..8620e83b 100644 --- a/src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ContinuousUniformTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ErlangTests.cs b/src/UnitTests/DistributionTests/Continuous/ErlangTests.cs index 824bf243..b01dffca 100644 --- a/src/UnitTests/DistributionTests/Continuous/ErlangTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ErlangTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ExponentialTests.cs b/src/UnitTests/DistributionTests/Continuous/ExponentialTests.cs index 20dc560b..02470fc4 100644 --- a/src/UnitTests/DistributionTests/Continuous/ExponentialTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ExponentialTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/FisherSnedecorTests.cs b/src/UnitTests/DistributionTests/Continuous/FisherSnedecorTests.cs index 935db6d6..411b3b1d 100644 --- a/src/UnitTests/DistributionTests/Continuous/FisherSnedecorTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/FisherSnedecorTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/GammaTests.cs b/src/UnitTests/DistributionTests/Continuous/GammaTests.cs index 71b866b2..2a351a12 100644 --- a/src/UnitTests/DistributionTests/Continuous/GammaTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/GammaTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/InverseGammaTests.cs b/src/UnitTests/DistributionTests/Continuous/InverseGammaTests.cs index a0a29cdb..1adc4363 100644 --- a/src/UnitTests/DistributionTests/Continuous/InverseGammaTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/InverseGammaTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/LaplaceTests.cs b/src/UnitTests/DistributionTests/Continuous/LaplaceTests.cs index ac440292..cfd74405 100644 --- a/src/UnitTests/DistributionTests/Continuous/LaplaceTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/LaplaceTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/LogNormalTests.cs b/src/UnitTests/DistributionTests/Continuous/LogNormalTests.cs index 43dffb18..ddcd8011 100644 --- a/src/UnitTests/DistributionTests/Continuous/LogNormalTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/LogNormalTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/NormalTests.cs b/src/UnitTests/DistributionTests/Continuous/NormalTests.cs index 3f0ad4ae..25e83717 100644 --- a/src/UnitTests/DistributionTests/Continuous/NormalTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/NormalTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/ParetoTests.cs b/src/UnitTests/DistributionTests/Continuous/ParetoTests.cs index bcbaf18a..710cb569 100644 --- a/src/UnitTests/DistributionTests/Continuous/ParetoTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/ParetoTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/RayleighTests.cs b/src/UnitTests/DistributionTests/Continuous/RayleighTests.cs index 04e7ed2e..614a86da 100644 --- a/src/UnitTests/DistributionTests/Continuous/RayleighTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/RayleighTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/StableTests.cs b/src/UnitTests/DistributionTests/Continuous/StableTests.cs index c884b31a..7d5b6859 100644 --- a/src/UnitTests/DistributionTests/Continuous/StableTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/StableTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/StudentTTests.cs b/src/UnitTests/DistributionTests/Continuous/StudentTTests.cs index 04ff8b78..6f284b62 100644 --- a/src/UnitTests/DistributionTests/Continuous/StudentTTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/StudentTTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/TriangularTests.cs b/src/UnitTests/DistributionTests/Continuous/TriangularTests.cs index e6e1fd93..9f32ac5a 100644 --- a/src/UnitTests/DistributionTests/Continuous/TriangularTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/TriangularTests.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 // diff --git a/src/UnitTests/DistributionTests/Continuous/WeibullTests.cs b/src/UnitTests/DistributionTests/Continuous/WeibullTests.cs index e5d33134..be3b7656 100644 --- a/src/UnitTests/DistributionTests/Continuous/WeibullTests.cs +++ b/src/UnitTests/DistributionTests/Continuous/WeibullTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/BernoulliTests.cs b/src/UnitTests/DistributionTests/Discrete/BernoulliTests.cs index 4578983b..555ea70e 100644 --- a/src/UnitTests/DistributionTests/Discrete/BernoulliTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/BernoulliTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/BinomialTests.cs b/src/UnitTests/DistributionTests/Discrete/BinomialTests.cs index 0e127425..aa4b940b 100644 --- a/src/UnitTests/DistributionTests/Discrete/BinomialTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/BinomialTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/CategoricalTests.cs b/src/UnitTests/DistributionTests/Discrete/CategoricalTests.cs index 2368a601..15bc433e 100644 --- a/src/UnitTests/DistributionTests/Discrete/CategoricalTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/CategoricalTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/ConwayMaxwellPoissonTests.cs b/src/UnitTests/DistributionTests/Discrete/ConwayMaxwellPoissonTests.cs index 65515d9a..cbe063a5 100644 --- a/src/UnitTests/DistributionTests/Discrete/ConwayMaxwellPoissonTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/ConwayMaxwellPoissonTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/DiscreteUniformTests.cs b/src/UnitTests/DistributionTests/Discrete/DiscreteUniformTests.cs index 0781bfdb..c8694aef 100644 --- a/src/UnitTests/DistributionTests/Discrete/DiscreteUniformTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/DiscreteUniformTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/GeometricTests.cs b/src/UnitTests/DistributionTests/Discrete/GeometricTests.cs index 8726889d..5af8c9fd 100644 --- a/src/UnitTests/DistributionTests/Discrete/GeometricTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/GeometricTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/HypergeometricTests.cs b/src/UnitTests/DistributionTests/Discrete/HypergeometricTests.cs index 6e0f8f54..399fe769 100644 --- a/src/UnitTests/DistributionTests/Discrete/HypergeometricTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/HypergeometricTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/NegativeBinomialTests.cs b/src/UnitTests/DistributionTests/Discrete/NegativeBinomialTests.cs index 8a62ddde..ebb4117a 100644 --- a/src/UnitTests/DistributionTests/Discrete/NegativeBinomialTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/NegativeBinomialTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/PoissonTests.cs b/src/UnitTests/DistributionTests/Discrete/PoissonTests.cs index 36fecaf9..d50b357e 100644 --- a/src/UnitTests/DistributionTests/Discrete/PoissonTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/PoissonTests.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 // diff --git a/src/UnitTests/DistributionTests/Discrete/ZipfTests.cs b/src/UnitTests/DistributionTests/Discrete/ZipfTests.cs index 7bdc52a4..03ee974a 100644 --- a/src/UnitTests/DistributionTests/Discrete/ZipfTests.cs +++ b/src/UnitTests/DistributionTests/Discrete/ZipfTests.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 // diff --git a/src/UnitTests/DistributionTests/Multivariate/DirichletTests.cs b/src/UnitTests/DistributionTests/Multivariate/DirichletTests.cs index b70a97b2..c1c656a3 100644 --- a/src/UnitTests/DistributionTests/Multivariate/DirichletTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/DirichletTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/Multivariate/InverseWishartTests.cs b/src/UnitTests/DistributionTests/Multivariate/InverseWishartTests.cs index df91f4d8..718e0b22 100644 --- a/src/UnitTests/DistributionTests/Multivariate/InverseWishartTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/InverseWishartTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/Multivariate/MatrixNormalTests.cs b/src/UnitTests/DistributionTests/Multivariate/MatrixNormalTests.cs index f924d3bb..88ffdd31 100644 --- a/src/UnitTests/DistributionTests/Multivariate/MatrixNormalTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/MatrixNormalTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/Multivariate/MultinomialTests.cs b/src/UnitTests/DistributionTests/Multivariate/MultinomialTests.cs index fe913f1f..642e8f3b 100644 --- a/src/UnitTests/DistributionTests/Multivariate/MultinomialTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/MultinomialTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/Multivariate/NormalGammaTests.cs b/src/UnitTests/DistributionTests/Multivariate/NormalGammaTests.cs index cf3266a9..6fb470cb 100644 --- a/src/UnitTests/DistributionTests/Multivariate/NormalGammaTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/NormalGammaTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/DistributionTests/Multivariate/WishartTests.cs b/src/UnitTests/DistributionTests/Multivariate/WishartTests.cs index 4f4346e1..34b1043c 100644 --- a/src/UnitTests/DistributionTests/Multivariate/WishartTests.cs +++ b/src/UnitTests/DistributionTests/Multivariate/WishartTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/EuclidTests/GcdRelatedTest.cs b/src/UnitTests/EuclidTests/GcdRelatedTest.cs index f521081e..8f718442 100644 --- a/src/UnitTests/EuclidTests/GcdRelatedTest.cs +++ b/src/UnitTests/EuclidTests/GcdRelatedTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/EuclidTests/GcdRelatedTestBigInteger.cs b/src/UnitTests/EuclidTests/GcdRelatedTestBigInteger.cs index 8f81b05e..8854c72a 100644 --- a/src/UnitTests/EuclidTests/GcdRelatedTestBigInteger.cs +++ b/src/UnitTests/EuclidTests/GcdRelatedTestBigInteger.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/EuclidTests/IntegerTheoryTest.cs b/src/UnitTests/EuclidTests/IntegerTheoryTest.cs index 25add592..b81cb3d6 100644 --- a/src/UnitTests/EuclidTests/IntegerTheoryTest.cs +++ b/src/UnitTests/EuclidTests/IntegerTheoryTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/ExcelTests.cs b/src/UnitTests/ExcelTests.cs index 1ee96ef3..de61c7ed 100644 --- a/src/UnitTests/ExcelTests.cs +++ b/src/UnitTests/ExcelTests.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 // diff --git a/src/UnitTests/FinancialTests/CompoundReturnTests.cs b/src/UnitTests/FinancialTests/CompoundReturnTests.cs index f8d2db9a..47ec3aa8 100644 --- a/src/UnitTests/FinancialTests/CompoundReturnTests.cs +++ b/src/UnitTests/FinancialTests/CompoundReturnTests.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 // diff --git a/src/UnitTests/FinancialTests/DownsideDeviationTests.cs b/src/UnitTests/FinancialTests/DownsideDeviationTests.cs index 88758bf1..2b8b1f75 100644 --- a/src/UnitTests/FinancialTests/DownsideDeviationTests.cs +++ b/src/UnitTests/FinancialTests/DownsideDeviationTests.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 // diff --git a/src/UnitTests/FinancialTests/GainLossRatioTests.cs b/src/UnitTests/FinancialTests/GainLossRatioTests.cs index 09b60edb..a028ad75 100644 --- a/src/UnitTests/FinancialTests/GainLossRatioTests.cs +++ b/src/UnitTests/FinancialTests/GainLossRatioTests.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 // diff --git a/src/UnitTests/FinancialTests/GainMeanTests.cs b/src/UnitTests/FinancialTests/GainMeanTests.cs index af9840eb..143219a9 100644 --- a/src/UnitTests/FinancialTests/GainMeanTests.cs +++ b/src/UnitTests/FinancialTests/GainMeanTests.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 // diff --git a/src/UnitTests/FinancialTests/GainStandardDeviationTests.cs b/src/UnitTests/FinancialTests/GainStandardDeviationTests.cs index 853130fb..73f06e4e 100644 --- a/src/UnitTests/FinancialTests/GainStandardDeviationTests.cs +++ b/src/UnitTests/FinancialTests/GainStandardDeviationTests.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 // diff --git a/src/UnitTests/FinancialTests/LossMeanTests.cs b/src/UnitTests/FinancialTests/LossMeanTests.cs index 1b8886e2..2d6b49e0 100644 --- a/src/UnitTests/FinancialTests/LossMeanTests.cs +++ b/src/UnitTests/FinancialTests/LossMeanTests.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 // diff --git a/src/UnitTests/FinancialTests/LossStandardDeviationTests.cs b/src/UnitTests/FinancialTests/LossStandardDeviationTests.cs index 413d4b7d..5700a5c5 100644 --- a/src/UnitTests/FinancialTests/LossStandardDeviationTests.cs +++ b/src/UnitTests/FinancialTests/LossStandardDeviationTests.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 // diff --git a/src/UnitTests/FinancialTests/SemiDeviationTests.cs b/src/UnitTests/FinancialTests/SemiDeviationTests.cs index 693de3b2..241bff58 100644 --- a/src/UnitTests/FinancialTests/SemiDeviationTests.cs +++ b/src/UnitTests/FinancialTests/SemiDeviationTests.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 // diff --git a/src/UnitTests/FitTests.cs b/src/UnitTests/FitTests.cs index 01405f81..2d4e0e30 100644 --- a/src/UnitTests/FitTests.cs +++ b/src/UnitTests/FitTests.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 // diff --git a/src/UnitTests/GenerateTests.cs b/src/UnitTests/GenerateTests.cs index 5f91896a..5eaeb64e 100644 --- a/src/UnitTests/GenerateTests.cs +++ b/src/UnitTests/GenerateTests.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 // diff --git a/src/UnitTests/IntegralTransformsTests/FourierTest.cs b/src/UnitTests/IntegralTransformsTests/FourierTest.cs index c73aca92..811a2497 100644 --- a/src/UnitTests/IntegralTransformsTests/FourierTest.cs +++ b/src/UnitTests/IntegralTransformsTests/FourierTest.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 // diff --git a/src/UnitTests/IntegralTransformsTests/HartleyTest.cs b/src/UnitTests/IntegralTransformsTests/HartleyTest.cs index 81152a40..71d1835a 100644 --- a/src/UnitTests/IntegralTransformsTests/HartleyTest.cs +++ b/src/UnitTests/IntegralTransformsTests/HartleyTest.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 // diff --git a/src/UnitTests/IntegralTransformsTests/InverseTransformTest.cs b/src/UnitTests/IntegralTransformsTests/InverseTransformTest.cs index b014d4f0..2b401986 100644 --- a/src/UnitTests/IntegralTransformsTests/InverseTransformTest.cs +++ b/src/UnitTests/IntegralTransformsTests/InverseTransformTest.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 // diff --git a/src/UnitTests/IntegralTransformsTests/MatchingNaiveTransformTest.cs b/src/UnitTests/IntegralTransformsTests/MatchingNaiveTransformTest.cs index a531f248..490f6fd1 100644 --- a/src/UnitTests/IntegralTransformsTests/MatchingNaiveTransformTest.cs +++ b/src/UnitTests/IntegralTransformsTests/MatchingNaiveTransformTest.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 // diff --git a/src/UnitTests/IntegralTransformsTests/ParsevalTheoremTest.cs b/src/UnitTests/IntegralTransformsTests/ParsevalTheoremTest.cs index 1816b7e5..4f44e377 100644 --- a/src/UnitTests/IntegralTransformsTests/ParsevalTheoremTest.cs +++ b/src/UnitTests/IntegralTransformsTests/ParsevalTheoremTest.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 // diff --git a/src/UnitTests/IntegrationTests/IntegrationTest.cs b/src/UnitTests/IntegrationTests/IntegrationTest.cs index 20f2962c..640070e1 100644 --- a/src/UnitTests/IntegrationTests/IntegrationTest.cs +++ b/src/UnitTests/IntegrationTests/IntegrationTest.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 // diff --git a/src/UnitTests/InterpolationTests/AkimaSplineTest.cs b/src/UnitTests/InterpolationTests/AkimaSplineTest.cs index e8d937b8..c8f02bd9 100644 --- a/src/UnitTests/InterpolationTests/AkimaSplineTest.cs +++ b/src/UnitTests/InterpolationTests/AkimaSplineTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/BulirschStoerRationalTest.cs b/src/UnitTests/InterpolationTests/BulirschStoerRationalTest.cs index fdae0563..fff7da3e 100644 --- a/src/UnitTests/InterpolationTests/BulirschStoerRationalTest.cs +++ b/src/UnitTests/InterpolationTests/BulirschStoerRationalTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/CubicSplineTest.cs b/src/UnitTests/InterpolationTests/CubicSplineTest.cs index 106c6f71..5dee9c86 100644 --- a/src/UnitTests/InterpolationTests/CubicSplineTest.cs +++ b/src/UnitTests/InterpolationTests/CubicSplineTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/EquidistantPolynomialTest.cs b/src/UnitTests/InterpolationTests/EquidistantPolynomialTest.cs index fbfc426a..1cc2437a 100644 --- a/src/UnitTests/InterpolationTests/EquidistantPolynomialTest.cs +++ b/src/UnitTests/InterpolationTests/EquidistantPolynomialTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/FloaterHormannRationalTest.cs b/src/UnitTests/InterpolationTests/FloaterHormannRationalTest.cs index 8c444b9a..4997480f 100644 --- a/src/UnitTests/InterpolationTests/FloaterHormannRationalTest.cs +++ b/src/UnitTests/InterpolationTests/FloaterHormannRationalTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/LinearInterpolationCase.cs b/src/UnitTests/InterpolationTests/LinearInterpolationCase.cs index 1a7a5da9..c240249e 100644 --- a/src/UnitTests/InterpolationTests/LinearInterpolationCase.cs +++ b/src/UnitTests/InterpolationTests/LinearInterpolationCase.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/LinearSplineTest.cs b/src/UnitTests/InterpolationTests/LinearSplineTest.cs index c14dc2bc..9c074f0b 100644 --- a/src/UnitTests/InterpolationTests/LinearSplineTest.cs +++ b/src/UnitTests/InterpolationTests/LinearSplineTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/NevillePolynomialTest.cs b/src/UnitTests/InterpolationTests/NevillePolynomialTest.cs index 489cd8c7..708ea3ba 100644 --- a/src/UnitTests/InterpolationTests/NevillePolynomialTest.cs +++ b/src/UnitTests/InterpolationTests/NevillePolynomialTest.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) 2002-2013 Math.NET // diff --git a/src/UnitTests/InterpolationTests/StepInterpolationTest.cs b/src/UnitTests/InterpolationTests/StepInterpolationTest.cs index fa85c938..5cd0eb72 100644 --- a/src/UnitTests/InterpolationTests/StepInterpolationTest.cs +++ b/src/UnitTests/InterpolationTests/StepInterpolationTest.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) 2002-2014 Math.NET // diff --git a/src/UnitTests/LinearAlgebraProviderTests/Complex/LinearAlgebraProviderTests.cs b/src/UnitTests/LinearAlgebraProviderTests/Complex/LinearAlgebraProviderTests.cs index 59b60919..c38e2620 100644 --- a/src/UnitTests/LinearAlgebraProviderTests/Complex/LinearAlgebraProviderTests.cs +++ b/src/UnitTests/LinearAlgebraProviderTests/Complex/LinearAlgebraProviderTests.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 // diff --git a/src/UnitTests/LinearAlgebraProviderTests/Complex32/LinearAlgebraProviderTests.cs b/src/UnitTests/LinearAlgebraProviderTests/Complex32/LinearAlgebraProviderTests.cs index 1b597d22..f635af43 100644 --- a/src/UnitTests/LinearAlgebraProviderTests/Complex32/LinearAlgebraProviderTests.cs +++ b/src/UnitTests/LinearAlgebraProviderTests/Complex32/LinearAlgebraProviderTests.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 // diff --git a/src/UnitTests/LinearAlgebraProviderTests/Double/LinearAlgebraProviderTests.cs b/src/UnitTests/LinearAlgebraProviderTests/Double/LinearAlgebraProviderTests.cs index a232431f..30244473 100644 --- a/src/UnitTests/LinearAlgebraProviderTests/Double/LinearAlgebraProviderTests.cs +++ b/src/UnitTests/LinearAlgebraProviderTests/Double/LinearAlgebraProviderTests.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 // diff --git a/src/UnitTests/LinearAlgebraProviderTests/Single/LinearAlgebraProviderTests.cs b/src/UnitTests/LinearAlgebraProviderTests/Single/LinearAlgebraProviderTests.cs index a64a6973..e8335983 100644 --- a/src/UnitTests/LinearAlgebraProviderTests/Single/LinearAlgebraProviderTests.cs +++ b/src/UnitTests/LinearAlgebraProviderTests/Single/LinearAlgebraProviderTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/DenseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/DenseMatrixTests.cs index e7b90861..6b7f6724 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/DenseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/DenseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/DenseVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/DenseVectorTests.cs index 2b53d5de..7f0c7e2c 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/DenseVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/DenseVectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/DiagonalMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/DiagonalMatrixTests.cs index 412d1cca..8030a093 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/DiagonalMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/DiagonalMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/CholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/CholeskyTests.cs index 0d3144b0..895aa734 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/CholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/CholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/EvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/EvdTests.cs index e120c5f1..977162f0 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/EvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/EvdTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/GramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/GramSchmidtTests.cs index 21339bb0..8744e6b1 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/GramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/GramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/LUTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/LUTests.cs index 84a2adcf..8a618c26 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/LUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/LUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/QRTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/QRTests.cs index 693a69cd..ef67e0d8 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/QRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/QRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/SvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/SvdTests.cs index 8e8c0cb6..3c5b6d20 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/SvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/SvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserCholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserCholeskyTests.cs index 6583f870..4ac55e48 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserCholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserCholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserEvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserEvdTests.cs index f995c472..07053643 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserEvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserEvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserGramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserGramSchmidtTests.cs index e560d234..89dc009d 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserGramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserGramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserLUTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserLUTests.cs index f95f23fc..c416584d 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserLUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserLUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserQRTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserQRTests.cs index 9fa929c8..73d1423f 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserQRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserQRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserSvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserSvdTests.cs index 8728ecdf..d796baf7 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserSvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Factorization/UserSvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/MatrixLoader.cs b/src/UnitTests/LinearAlgebraTests/Complex/MatrixLoader.cs index aed6c162..3a82ee8c 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/MatrixLoader.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/MatrixLoader.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/MatrixStructureTheory.cs b/src/UnitTests/LinearAlgebraTests/Complex/MatrixStructureTheory.cs index 8b3c6622..13bf2c35 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/MatrixStructureTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/MatrixStructureTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.Arithmetic.cs index a65559b9..999310b6 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.cs index 7eb85392..96a53c23 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/MatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/BiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/BiCgStabTest.cs index 3d4b0b95..7b6fcbb3 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/BiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/BiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/GpBiCgTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/GpBiCgTest.cs index 02bc7f8b..2616043f 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/GpBiCgTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/GpBiCgTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/MlkBiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/MlkBiCgStabTest.cs index 2b9c319a..f48c8f67 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/MlkBiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/MlkBiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/TFQMRTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/TFQMRTest.cs index 12d8ccf6..a2b194f9 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/TFQMRTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Iterative/TFQMRTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/IteratorTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/IteratorTest.cs index 873279db..a512bb85 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/IteratorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/IteratorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/DiagonalTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/DiagonalTest.cs index 98bfad3c..79cdcb42 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/DiagonalTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/DiagonalTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IluptElementSorterTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IluptElementSorterTest.cs index d979ffce..4bcec029 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IluptElementSorterTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IluptElementSorterTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IlutpTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IlutpTest.cs index 544bddcc..4421d4e4 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IlutpTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IlutpTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IncompleteLUTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IncompleteLUTest.cs index dacb5c2f..8873e86b 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IncompleteLUTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/IncompleteLUTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/PreConditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/PreConditionerTest.cs index 5e49e811..af0b6e70 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/PreConditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/PreConditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/UnitPreconditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/UnitPreconditionerTest.cs index ae3b3748..5f413389 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/UnitPreconditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/Preconditioners/UnitPreconditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs index 9ba8b900..c231ff42 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/DivergenceStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/FailureStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/FailureStopCriteriumTest.cs index 9c34a3be..a51c3f33 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/FailureStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/FailureStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs index b45b3c86..366169b8 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/IterationCountStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/ResidualStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/ResidualStopCriteriumTest.cs index a2d09cc3..78a239c3 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/ResidualStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/Solvers/StopCriterion/ResidualStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/SparseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/SparseMatrixTests.cs index b8617e68..e08720cb 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/SparseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/SparseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/SparseVectorTest.cs b/src/UnitTests/LinearAlgebraTests/Complex/SparseVectorTest.cs index 312862e6..1cb093a3 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/SparseVectorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/SparseVectorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/TestData.cs b/src/UnitTests/LinearAlgebraTests/Complex/TestData.cs index b93a7e89..a5c3fd45 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/TestData.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/TestData.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrix.cs b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrix.cs index 1014bd4f..30ac7d92 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrix.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrix.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrixTests.cs index 2d1d223b..19d169d8 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedMatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVector.cs b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVector.cs index 1fd842ff..391b8265 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVector.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVector.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVectorTests.cs index d7816aac..31ce3b96 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/UserDefinedVectorTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/VectorArithmeticTheory.cs b/src/UnitTests/LinearAlgebraTests/Complex/VectorArithmeticTheory.cs index ebbef2ef..6050daa5 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/VectorArithmeticTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/VectorArithmeticTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Arithmetic.cs index dedd8afe..9e8d3524 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Norm.cs b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Norm.cs index 3bf9bf35..29eb0dc5 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Norm.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.Norm.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.cs index 39ed5865..ae3cc6b3 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex/VectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/DenseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/DenseMatrixTests.cs index a1b62e49..22320227 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/DenseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/DenseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/DenseVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/DenseVectorTests.cs index f5c7869d..dd8be28b 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/DenseVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/DenseVectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs index 8381efbc..57a72f2a 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/CholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/CholeskyTests.cs index 35a8130f..50e915c4 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/CholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/CholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/EvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/EvdTests.cs index 37be44e4..35f41bfd 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/EvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/EvdTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.cs index dd972972..a62387ee 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/LUTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/LUTests.cs index 33ac9202..b5c41dc0 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/LUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/LUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/QRTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/QRTests.cs index 4efa3701..36b2a526 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/QRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/QRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/SvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/SvdTests.cs index 6f7336a5..b68c2505 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/SvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/SvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserCholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserCholeskyTests.cs index efc4d5dd..70308bff 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserCholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserCholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserEvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserEvdTests.cs index 1c32b514..afcb1d2e 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserEvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserEvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserGramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserGramSchmidtTests.cs index 7a21022d..67b93d89 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserGramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserGramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserLUTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserLUTests.cs index 688ec7f7..328d3f4c 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserLUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserLUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserQRTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserQRTests.cs index 8142a6d9..4d9120ca 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserQRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserQRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserSvdTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserSvdTests.cs index 43dad8d5..f78e8376 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserSvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/UserSvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixLoader.cs b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixLoader.cs index bdcd33ec..976f8489 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixLoader.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixLoader.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixStructureTheory.cs b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixStructureTheory.cs index c1353487..642bc7a4 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixStructureTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixStructureTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.Arithmetic.cs index 3d55aadb..46923654 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.cs index c6ecf226..4a08f61d 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/MatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/BiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/BiCgStabTest.cs index ad8ed33b..b5a58f48 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/BiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/BiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/GpBiCgTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/GpBiCgTest.cs index f12c8892..9cfd50b6 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/GpBiCgTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/GpBiCgTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/MlkBiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/MlkBiCgStabTest.cs index a62cdbe5..247c0846 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/MlkBiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/MlkBiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/TFQMRTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/TFQMRTest.cs index 7d10baaa..2072a286 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/TFQMRTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Iterative/TFQMRTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/IteratorTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/IteratorTest.cs index ba20b4f2..70521792 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/IteratorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/IteratorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/DiagonalTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/DiagonalTest.cs index b7b7ea91..005bae39 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/DiagonalTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/DiagonalTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IluptElementSorterTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IluptElementSorterTest.cs index 682c7a4c..3d4881ac 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IluptElementSorterTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IluptElementSorterTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IlutpTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IlutpTest.cs index b9ce6053..dac63281 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IlutpTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IlutpTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IncompleteLUTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IncompleteLUTest.cs index c9b81823..213d90d4 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IncompleteLUTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/IncompleteLUTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/PreConditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/PreConditionerTest.cs index 35d17395..f8118a6a 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/PreConditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/PreConditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/UnitPreconditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/UnitPreconditionerTest.cs index b8ae7061..92f145cd 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/UnitPreconditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/Preconditioners/UnitPreconditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs index 5dda28c8..62b81296 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/DivergenceStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/FailureStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/FailureStopCriteriumTest.cs index a77a7a75..70b831f2 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/FailureStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/FailureStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs index 65cae703..ec21e854 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/IterationCountStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/ResidualStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/ResidualStopCriteriumTest.cs index 1a89290f..95096e0f 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/ResidualStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/Solvers/StopCriterion/ResidualStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/SparseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/SparseMatrixTests.cs index 7528fba0..9b715e93 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/SparseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/SparseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/SparseVectorTest.cs b/src/UnitTests/LinearAlgebraTests/Complex32/SparseVectorTest.cs index e20d7c75..7150b5d7 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/SparseVectorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/SparseVectorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/TestData.cs b/src/UnitTests/LinearAlgebraTests/Complex32/TestData.cs index c778d042..c4acc59e 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/TestData.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/TestData.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrix.cs b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrix.cs index 2b0facbc..8c088cf8 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrix.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrix.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrixTests.cs index 1932d968..cbe0a60f 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedMatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVector.cs b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVector.cs index 334ec1d3..60675fc9 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVector.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVector.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVectorTests.cs index 39ffa0cd..7c0ea041 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/UserDefinedVectorTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/VectorArithmeticTheory.cs b/src/UnitTests/LinearAlgebraTests/Complex32/VectorArithmeticTheory.cs index 3dee3244..a2ce978d 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/VectorArithmeticTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/VectorArithmeticTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Arithmetic.cs index 4f1dc0a7..a72bc168 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Norm.cs b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Norm.cs index ad7800e3..c650d1ed 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Norm.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.Norm.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.cs b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.cs index 295dc704..57108d09 100644 --- a/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Complex32/VectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/DenseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Double/DenseMatrixTests.cs index 830b7861..9414b271 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/DenseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/DenseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/DenseVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Double/DenseVectorTests.cs index cebc517e..36bfb270 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/DenseVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/DenseVectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/DiagonalMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Double/DiagonalMatrixTests.cs index 3e8fe8fc..223a8c2d 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/DiagonalMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/DiagonalMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/CholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/CholeskyTests.cs index c9e23b3e..7c5bfc46 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/CholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/CholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/EvdTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/EvdTests.cs index 4acebb4f..04f5f78c 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/EvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/EvdTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/GramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/GramSchmidtTests.cs index 61567820..7429284c 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/GramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/GramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/LUTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/LUTests.cs index 78eb6afc..b223c72f 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/LUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/LUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/QRTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/QRTests.cs index 5c62d729..07db3263 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/QRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/QRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/SvdTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/SvdTests.cs index 7ac2e126..d04d58ce 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/SvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/SvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserCholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserCholeskyTests.cs index e33ea480..71196abb 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserCholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserCholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserEvdTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserEvdTests.cs index 1df2ab0f..37c7bc05 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserEvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserEvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserGramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserGramSchmidtTests.cs index 3ea1fcc5..7d565ada 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserGramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserGramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserLUTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserLUTests.cs index 58226fa3..053bf667 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserLUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserLUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserQRTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserQRTests.cs index 58a60cf5..039bb09f 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserQRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserQRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserSvdTests.cs b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserSvdTests.cs index ccc68b24..cbd2f508 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserSvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Factorization/UserSvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/MatrixLoader.cs b/src/UnitTests/LinearAlgebraTests/Double/MatrixLoader.cs index 2a505c45..b6922968 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/MatrixLoader.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/MatrixLoader.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/MatrixStructureTheory.cs b/src/UnitTests/LinearAlgebraTests/Double/MatrixStructureTheory.cs index 83e59d4e..28c08c81 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/MatrixStructureTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/MatrixStructureTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.Arithmetic.cs index 59cb3e27..404f9154 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.cs index 7f8aad0d..5226e60f 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/MatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/BiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/BiCgStabTest.cs index 4060e689..676e62fd 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/BiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/BiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/GpBiCgTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/GpBiCgTest.cs index 75f7a2a0..d77d2f3a 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/GpBiCgTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/GpBiCgTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/MlkBiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/MlkBiCgStabTest.cs index 7907c466..f78b85fd 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/MlkBiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/MlkBiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/TFQMRTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/TFQMRTest.cs index 34c19014..527efb38 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/TFQMRTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Iterative/TFQMRTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/IteratorTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/IteratorTest.cs index 26b66b81..59fc7fd6 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/IteratorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/IteratorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/DiagonalTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/DiagonalTest.cs index e2e4f2a4..f9b98610 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/DiagonalTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/DiagonalTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IluptElementSorterTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IluptElementSorterTest.cs index b7e6cd11..fa0ffcab 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IluptElementSorterTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IluptElementSorterTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IlutpTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IlutpTest.cs index 92face98..ced53f7b 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IlutpTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IlutpTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IncompleteLUTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IncompleteLUTest.cs index d1099e27..1ee510f2 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IncompleteLUTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/IncompleteLUTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/PreConditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/PreConditionerTest.cs index 2c7f6cb0..efbc050e 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/PreConditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/PreConditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/UnitPreconditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/UnitPreconditionerTest.cs index e0c1a1f3..5652fe8a 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/UnitPreconditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/Preconditioners/UnitPreconditionerTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs index e32ccda7..51689b19 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/DivergenceStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/FailureStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/FailureStopCriteriumTest.cs index 518e34c1..f2e6d5c2 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/FailureStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/FailureStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs index 23d5ec63..dee8e277 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/IterationCountStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/ResidualStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/ResidualStopCriteriumTest.cs index 0be548ba..915da3a8 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/ResidualStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/Solvers/StopCriterion/ResidualStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/SparseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Double/SparseMatrixTests.cs index 9266913f..8a964f6a 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/SparseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/SparseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/SparseVectorTest.cs b/src/UnitTests/LinearAlgebraTests/Double/SparseVectorTest.cs index 5cfdf537..de1a90ae 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/SparseVectorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/SparseVectorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/TestData.cs b/src/UnitTests/LinearAlgebraTests/Double/TestData.cs index 012d22c0..cb899eeb 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/TestData.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/TestData.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrix.cs b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrix.cs index 18d6a0d8..099b1f60 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrix.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrix.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrixTests.cs index 16e3a359..b6a37acb 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedMatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVector.cs b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVector.cs index ca38fa4b..ae158618 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVector.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVector.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVectorTests.cs index ce0039bf..cf89112d 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/UserDefinedVectorTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/VectorArithmeticTheory.cs b/src/UnitTests/LinearAlgebraTests/Double/VectorArithmeticTheory.cs index e4ca083f..b052ed09 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/VectorArithmeticTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/VectorArithmeticTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Arithmetic.cs index 05119056..73520dcd 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Norm.cs b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Norm.cs index bbd3ffee..1f6fe9ad 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Norm.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.Norm.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.cs b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.cs index 83bbecc7..5ef4afbf 100644 --- a/src/UnitTests/LinearAlgebraTests/Double/VectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Double/VectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/MatrixHelpers.cs b/src/UnitTests/LinearAlgebraTests/MatrixHelpers.cs index 64280a62..0b5215a5 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixHelpers.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixHelpers.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/MatrixStorageCombinatorsTests.cs b/src/UnitTests/LinearAlgebraTests/MatrixStorageCombinatorsTests.cs index fd2ed393..9c0b88c7 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixStorageCombinatorsTests.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixStorageCombinatorsTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Access.cs b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Access.cs index af96d042..7a9fc6a8 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Access.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Access.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 // diff --git a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Functional.cs b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Functional.cs index 72211716..193d0ce4 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Functional.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Functional.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 // diff --git a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Reform.cs b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Reform.cs index 52f5e1e6..ec119e9d 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Reform.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.Reform.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 // diff --git a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.cs b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.cs index 725f270c..c2e694dc 100644 --- a/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/MatrixStructureTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/DenseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Single/DenseMatrixTests.cs index d0c8e2ae..83fce669 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/DenseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/DenseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/DenseVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Single/DenseVectorTests.cs index 8adc053b..6b77cdbe 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/DenseVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/DenseVectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/DiagonalMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Single/DiagonalMatrixTests.cs index 32d2c189..12b30545 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/DiagonalMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/DiagonalMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/CholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/CholeskyTests.cs index 1b563ad9..ac2e8dc3 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/CholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/CholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/EvdTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/EvdTests.cs index b52b0f70..00418deb 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/EvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/EvdTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/GramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/GramSchmidtTests.cs index 19b7331f..0f0ecbd0 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/GramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/GramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/LUTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/LUTests.cs index f1350e3d..c02cb79c 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/LUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/LUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/QRTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/QRTests.cs index 112e126a..98f49f7a 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/QRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/QRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/SvdTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/SvdTests.cs index 31ad9eb7..de291df6 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/SvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/SvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserCholeskyTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserCholeskyTests.cs index 7ce8c66f..7f5de1e0 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserCholeskyTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserCholeskyTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserEvdTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserEvdTests.cs index 915f1ed0..9a5d2b3b 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserEvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserEvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserGramSchmidtTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserGramSchmidtTests.cs index 127e9181..84b8be18 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserGramSchmidtTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserGramSchmidtTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserLUTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserLUTests.cs index ef49ab79..ddfd9567 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserLUTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserLUTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserQRTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserQRTests.cs index ef304da7..9ede2193 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserQRTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserQRTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserSvdTests.cs b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserSvdTests.cs index 44f0f7e3..b8cd9357 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserSvdTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Factorization/UserSvdTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/MatrixLoader.cs b/src/UnitTests/LinearAlgebraTests/Single/MatrixLoader.cs index b7a3da5e..8294fa45 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/MatrixLoader.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/MatrixLoader.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/MatrixStructureTheory.cs b/src/UnitTests/LinearAlgebraTests/Single/MatrixStructureTheory.cs index 26c515a2..2e61d7f8 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/MatrixStructureTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/MatrixStructureTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.Arithmetic.cs index 9f1149ac..6a781376 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.cs index 67bfcd12..8a29e8df 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/MatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/BiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/BiCgStabTest.cs index 48a85201..743ddbd9 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/BiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/BiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/GpBiCgTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/GpBiCgTest.cs index c2448ded..5351a04b 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/GpBiCgTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/GpBiCgTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/MlkBiCgStabTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/MlkBiCgStabTest.cs index ca345418..970a59fc 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/MlkBiCgStabTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/MlkBiCgStabTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/TFQMRTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/TFQMRTest.cs index df7ffbcf..e881fb5f 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/TFQMRTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Iterative/TFQMRTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/IteratorTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/IteratorTest.cs index f6300858..9f173a5a 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/IteratorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/IteratorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/DiagonalTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/DiagonalTest.cs index e927226f..cbc2fa0f 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/DiagonalTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/DiagonalTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IluptElementSorterTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IluptElementSorterTest.cs index d2789b44..3e0c604f 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IluptElementSorterTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IluptElementSorterTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IlutpTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IlutpTest.cs index 97472ed7..5f49f6de 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IlutpTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IlutpTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IncompleteLUTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IncompleteLUTest.cs index 4b9ae88d..d5856c5b 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IncompleteLUTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/IncompleteLUTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/PreConditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/PreConditionerTest.cs index fb3c65d0..01aaf584 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/PreConditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/PreConditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/UnitPreconditionerTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/UnitPreconditionerTest.cs index 7f76e13e..665e2e3b 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/UnitPreconditionerTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/Preconditioners/UnitPreconditionerTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs index 3bbdb70e..722918bf 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/DivergenceStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/DivergenceStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/FailureStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/FailureStopCriteriumTest.cs index 4827735f..b2b48087 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/FailureStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/FailureStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs index f73953dc..94f93be2 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/IterationCountStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/IterationCountStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/ResidualStopCriteriumTest.cs b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/ResidualStopCriteriumTest.cs index c33b7c11..ad355ccd 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/ResidualStopCriteriumTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/Solvers/StopCriterion/ResidualStopCriteriumTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/SparseMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Single/SparseMatrixTests.cs index a416eb73..266aa140 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/SparseMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/SparseMatrixTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/SparseVectorTest.cs b/src/UnitTests/LinearAlgebraTests/Single/SparseVectorTest.cs index aa9fcdc9..c2262644 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/SparseVectorTest.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/SparseVectorTest.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/TestData.cs b/src/UnitTests/LinearAlgebraTests/Single/TestData.cs index bec07a26..870baa8e 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/TestData.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/TestData.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrix.cs b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrix.cs index c168daf5..7786e886 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrix.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrix.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrixTests.cs b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrixTests.cs index 1820fd27..87652f15 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrixTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedMatrixTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVector.cs b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVector.cs index f22b7f8b..974d082a 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVector.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVector.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVectorTests.cs b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVectorTests.cs index 9ccc4aa1..e3afae27 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/UserDefinedVectorTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/VectorArithmeticTheory.cs b/src/UnitTests/LinearAlgebraTests/Single/VectorArithmeticTheory.cs index d7b4096d..2561181a 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/VectorArithmeticTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/VectorArithmeticTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Arithmetic.cs b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Arithmetic.cs index ac0d9c01..39e9b7f7 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Arithmetic.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Arithmetic.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Norm.cs b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Norm.cs index f262e69f..865d6450 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Norm.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.Norm.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.cs b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.cs index 9cf49eb0..d071ec5c 100644 --- a/src/UnitTests/LinearAlgebraTests/Single/VectorTests.cs +++ b/src/UnitTests/LinearAlgebraTests/Single/VectorTests.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 // diff --git a/src/UnitTests/LinearAlgebraTests/TestData.cs b/src/UnitTests/LinearAlgebraTests/TestData.cs index f0b10a93..090578ba 100644 --- a/src/UnitTests/LinearAlgebraTests/TestData.cs +++ b/src/UnitTests/LinearAlgebraTests/TestData.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 // diff --git a/src/UnitTests/LinearAlgebraTests/VectorArithmeticTheory.cs b/src/UnitTests/LinearAlgebraTests/VectorArithmeticTheory.cs index 9ebe3806..5adc74d2 100644 --- a/src/UnitTests/LinearAlgebraTests/VectorArithmeticTheory.cs +++ b/src/UnitTests/LinearAlgebraTests/VectorArithmeticTheory.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 // diff --git a/src/UnitTests/LinearAlgebraTests/VectorStorageCombinatorsTests.cs b/src/UnitTests/LinearAlgebraTests/VectorStorageCombinatorsTests.cs index 3a3c51c2..82778af1 100644 --- a/src/UnitTests/LinearAlgebraTests/VectorStorageCombinatorsTests.cs +++ b/src/UnitTests/LinearAlgebraTests/VectorStorageCombinatorsTests.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 // diff --git a/src/UnitTests/PermutationTest.cs b/src/UnitTests/PermutationTest.cs index fcd5c065..4fda56bc 100644 --- a/src/UnitTests/PermutationTest.cs +++ b/src/UnitTests/PermutationTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/PrecisionTest.cs b/src/UnitTests/PrecisionTest.cs index 5e355e8c..0e9ed2bc 100644 --- a/src/UnitTests/PrecisionTest.cs +++ b/src/UnitTests/PrecisionTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/Random/CryptoRandomSourceTests.cs b/src/UnitTests/Random/CryptoRandomSourceTests.cs index cd08ffee..6487d97f 100644 --- a/src/UnitTests/Random/CryptoRandomSourceTests.cs +++ b/src/UnitTests/Random/CryptoRandomSourceTests.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 // diff --git a/src/UnitTests/Random/Mcg31m1Tests.cs b/src/UnitTests/Random/Mcg31m1Tests.cs index 27782bdb..25d56a19 100644 --- a/src/UnitTests/Random/Mcg31m1Tests.cs +++ b/src/UnitTests/Random/Mcg31m1Tests.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 // diff --git a/src/UnitTests/Random/Mcg59Tests.cs b/src/UnitTests/Random/Mcg59Tests.cs index dc433270..a6ec066a 100644 --- a/src/UnitTests/Random/Mcg59Tests.cs +++ b/src/UnitTests/Random/Mcg59Tests.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 // diff --git a/src/UnitTests/Random/MersenneTwisterTests.cs b/src/UnitTests/Random/MersenneTwisterTests.cs index d3c669a7..ced52c6b 100644 --- a/src/UnitTests/Random/MersenneTwisterTests.cs +++ b/src/UnitTests/Random/MersenneTwisterTests.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 // diff --git a/src/UnitTests/Random/Mrg32k3aTests.cs b/src/UnitTests/Random/Mrg32k3aTests.cs index 5e6580b4..b67c86de 100644 --- a/src/UnitTests/Random/Mrg32k3aTests.cs +++ b/src/UnitTests/Random/Mrg32k3aTests.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 // diff --git a/src/UnitTests/Random/PalfTests.cs b/src/UnitTests/Random/PalfTests.cs index cc89b6b8..bcaabb43 100644 --- a/src/UnitTests/Random/PalfTests.cs +++ b/src/UnitTests/Random/PalfTests.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 // diff --git a/src/UnitTests/Random/RandomExtensionTests.cs b/src/UnitTests/Random/RandomExtensionTests.cs index ea00f1c9..9991b12b 100644 --- a/src/UnitTests/Random/RandomExtensionTests.cs +++ b/src/UnitTests/Random/RandomExtensionTests.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 // diff --git a/src/UnitTests/Random/RandomTests.cs b/src/UnitTests/Random/RandomTests.cs index 51ccd7a7..f8b80fb0 100644 --- a/src/UnitTests/Random/RandomTests.cs +++ b/src/UnitTests/Random/RandomTests.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 // diff --git a/src/UnitTests/Random/SystemRandomSourceTests.cs b/src/UnitTests/Random/SystemRandomSourceTests.cs index 009560bb..185cb632 100644 --- a/src/UnitTests/Random/SystemRandomSourceTests.cs +++ b/src/UnitTests/Random/SystemRandomSourceTests.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 // diff --git a/src/UnitTests/Random/WH1982Tests.cs b/src/UnitTests/Random/WH1982Tests.cs index a68321c4..ed807c4b 100644 --- a/src/UnitTests/Random/WH1982Tests.cs +++ b/src/UnitTests/Random/WH1982Tests.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 // diff --git a/src/UnitTests/Random/WH2006Tests.cs b/src/UnitTests/Random/WH2006Tests.cs index 6e40f506..5190c576 100644 --- a/src/UnitTests/Random/WH2006Tests.cs +++ b/src/UnitTests/Random/WH2006Tests.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 // diff --git a/src/UnitTests/Random/XorshiftTests.cs b/src/UnitTests/Random/XorshiftTests.cs index c4a9ae95..d0b7e78d 100644 --- a/src/UnitTests/Random/XorshiftTests.cs +++ b/src/UnitTests/Random/XorshiftTests.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 // diff --git a/src/UnitTests/RootFindingTests/BisectionTest.cs b/src/UnitTests/RootFindingTests/BisectionTest.cs index ee58b44a..98e9370f 100644 --- a/src/UnitTests/RootFindingTests/BisectionTest.cs +++ b/src/UnitTests/RootFindingTests/BisectionTest.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 // diff --git a/src/UnitTests/RootFindingTests/BrentTest.cs b/src/UnitTests/RootFindingTests/BrentTest.cs index 5fe59ab3..328aeaec 100644 --- a/src/UnitTests/RootFindingTests/BrentTest.cs +++ b/src/UnitTests/RootFindingTests/BrentTest.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 // diff --git a/src/UnitTests/RootFindingTests/BroydenTest.cs b/src/UnitTests/RootFindingTests/BroydenTest.cs index c671c8f4..3fdcc150 100644 --- a/src/UnitTests/RootFindingTests/BroydenTest.cs +++ b/src/UnitTests/RootFindingTests/BroydenTest.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 // diff --git a/src/UnitTests/RootFindingTests/FindRootsTest.cs b/src/UnitTests/RootFindingTests/FindRootsTest.cs index 3e66d011..d33da7ae 100644 --- a/src/UnitTests/RootFindingTests/FindRootsTest.cs +++ b/src/UnitTests/RootFindingTests/FindRootsTest.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 // diff --git a/src/UnitTests/RootFindingTests/NewtonRaphsonTest.cs b/src/UnitTests/RootFindingTests/NewtonRaphsonTest.cs index 59768684..1574bb8e 100644 --- a/src/UnitTests/RootFindingTests/NewtonRaphsonTest.cs +++ b/src/UnitTests/RootFindingTests/NewtonRaphsonTest.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 // diff --git a/src/UnitTests/RootFindingTests/RobustNewtonRaphsonTest.cs b/src/UnitTests/RootFindingTests/RobustNewtonRaphsonTest.cs index a6f34460..2bfdf37d 100644 --- a/src/UnitTests/RootFindingTests/RobustNewtonRaphsonTest.cs +++ b/src/UnitTests/RootFindingTests/RobustNewtonRaphsonTest.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 // diff --git a/src/UnitTests/RootFindingTests/SecantTest.cs b/src/UnitTests/RootFindingTests/SecantTest.cs index 5b490b59..8f1b86c9 100644 --- a/src/UnitTests/RootFindingTests/SecantTest.cs +++ b/src/UnitTests/RootFindingTests/SecantTest.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 // diff --git a/src/UnitTests/SortingTests.cs b/src/UnitTests/SortingTests.cs index ec02434e..a76cb0dc 100644 --- a/src/UnitTests/SortingTests.cs +++ b/src/UnitTests/SortingTests.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/SpecialFunctionsTests/ErfTests.cs b/src/UnitTests/SpecialFunctionsTests/ErfTests.cs index 38a6862f..d3f6fd88 100644 --- a/src/UnitTests/SpecialFunctionsTests/ErfTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/ErfTests.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 // diff --git a/src/UnitTests/SpecialFunctionsTests/FactorialTest.cs b/src/UnitTests/SpecialFunctionsTests/FactorialTest.cs index 6b81bf20..1e80f335 100644 --- a/src/UnitTests/SpecialFunctionsTests/FactorialTest.cs +++ b/src/UnitTests/SpecialFunctionsTests/FactorialTest.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 // diff --git a/src/UnitTests/SpecialFunctionsTests/GammaTests.cs b/src/UnitTests/SpecialFunctionsTests/GammaTests.cs index 8e9fe4b9..83fe33b7 100644 --- a/src/UnitTests/SpecialFunctionsTests/GammaTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/GammaTests.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 // diff --git a/src/UnitTests/SpecialFunctionsTests/ModifiedBesselTests.cs b/src/UnitTests/SpecialFunctionsTests/ModifiedBesselTests.cs index 7ac100d5..ff880ba4 100644 --- a/src/UnitTests/SpecialFunctionsTests/ModifiedBesselTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/ModifiedBesselTests.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-2012 Math.NET // diff --git a/src/UnitTests/SpecialFunctionsTests/ModifiedStruveTests.cs b/src/UnitTests/SpecialFunctionsTests/ModifiedStruveTests.cs index e1cc74ee..fd62c08c 100644 --- a/src/UnitTests/SpecialFunctionsTests/ModifiedStruveTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/ModifiedStruveTests.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-2012 Math.NET // diff --git a/src/UnitTests/SpecialFunctionsTests/SpecialFunctionsTests.cs b/src/UnitTests/SpecialFunctionsTests/SpecialFunctionsTests.cs index df0dcb86..49e277b4 100644 --- a/src/UnitTests/SpecialFunctionsTests/SpecialFunctionsTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/SpecialFunctionsTests.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 // diff --git a/src/UnitTests/StatisticsTests/CorrelationTests.cs b/src/UnitTests/StatisticsTests/CorrelationTests.cs index b0ac84af..97a9f99d 100644 --- a/src/UnitTests/StatisticsTests/CorrelationTests.cs +++ b/src/UnitTests/StatisticsTests/CorrelationTests.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 // diff --git a/src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs b/src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs index 06eb895a..81a891d3 100644 --- a/src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.cs +++ b/src/UnitTests/StatisticsTests/DescriptiveStatisticsTests.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 // diff --git a/src/UnitTests/StatisticsTests/HistogramTests.cs b/src/UnitTests/StatisticsTests/HistogramTests.cs index 79bbaf29..3280480d 100644 --- a/src/UnitTests/StatisticsTests/HistogramTests.cs +++ b/src/UnitTests/StatisticsTests/HistogramTests.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/HybridMCTest.cs b/src/UnitTests/StatisticsTests/MCMCTests/HybridMCTest.cs index 88bd3564..c1028ac8 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/HybridMCTest.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/HybridMCTest.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/MCMCDiagnosticsTest.cs b/src/UnitTests/StatisticsTests/MCMCTests/MCMCDiagnosticsTest.cs index a2fab832..d42a9d75 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/MCMCDiagnosticsTest.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/MCMCDiagnosticsTest.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/MetropolisHastingsSamplerTests.cs b/src/UnitTests/StatisticsTests/MCMCTests/MetropolisHastingsSamplerTests.cs index a04a3742..0e1da4a7 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/MetropolisHastingsSamplerTests.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/MetropolisHastingsSamplerTests.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/MetropolisSamplerTests.cs b/src/UnitTests/StatisticsTests/MCMCTests/MetropolisSamplerTests.cs index a7d00911..1dbcf820 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/MetropolisSamplerTests.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/MetropolisSamplerTests.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/RejectionSamplerTests.cs b/src/UnitTests/StatisticsTests/MCMCTests/RejectionSamplerTests.cs index dcde74ba..3be26134 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/RejectionSamplerTests.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/RejectionSamplerTests.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/UnivariateHybridMCTest.cs b/src/UnitTests/StatisticsTests/MCMCTests/UnivariateHybridMCTest.cs index b49dfc6f..f5f0829d 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/UnivariateHybridMCTest.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/UnivariateHybridMCTest.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 // diff --git a/src/UnitTests/StatisticsTests/MCMCTests/UnivariateSliceSamplerTests.cs b/src/UnitTests/StatisticsTests/MCMCTests/UnivariateSliceSamplerTests.cs index 5a00435a..45b87790 100644 --- a/src/UnitTests/StatisticsTests/MCMCTests/UnivariateSliceSamplerTests.cs +++ b/src/UnitTests/StatisticsTests/MCMCTests/UnivariateSliceSamplerTests.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 // diff --git a/src/UnitTests/StatisticsTests/MovingStatisticsTests.cs b/src/UnitTests/StatisticsTests/MovingStatisticsTests.cs index 174fcfb3..d2c1926e 100644 --- a/src/UnitTests/StatisticsTests/MovingStatisticsTests.cs +++ b/src/UnitTests/StatisticsTests/MovingStatisticsTests.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 // diff --git a/src/UnitTests/StatisticsTests/PercentileTests.cs b/src/UnitTests/StatisticsTests/PercentileTests.cs index ce76c16b..a7cfd4c3 100644 --- a/src/UnitTests/StatisticsTests/PercentileTests.cs +++ b/src/UnitTests/StatisticsTests/PercentileTests.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 // diff --git a/src/UnitTests/StatisticsTests/RunningStatisticsTests.cs b/src/UnitTests/StatisticsTests/RunningStatisticsTests.cs index 68baa009..2d6eb98e 100644 --- a/src/UnitTests/StatisticsTests/RunningStatisticsTests.cs +++ b/src/UnitTests/StatisticsTests/RunningStatisticsTests.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 // diff --git a/src/UnitTests/StatisticsTests/StatTestData.cs b/src/UnitTests/StatisticsTests/StatTestData.cs index a881a808..7a5bda3e 100644 --- a/src/UnitTests/StatisticsTests/StatTestData.cs +++ b/src/UnitTests/StatisticsTests/StatTestData.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 // diff --git a/src/UnitTests/StatisticsTests/StatisticsTests.cs b/src/UnitTests/StatisticsTests/StatisticsTests.cs index 3bc03f4f..03a7b430 100644 --- a/src/UnitTests/StatisticsTests/StatisticsTests.cs +++ b/src/UnitTests/StatisticsTests/StatisticsTests.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 // diff --git a/src/UnitTests/TrigonometryTest.cs b/src/UnitTests/TrigonometryTest.cs index 899253bb..a450bf75 100644 --- a/src/UnitTests/TrigonometryTest.cs +++ b/src/UnitTests/TrigonometryTest.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 // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/src/UnitTests/UseLinearAlgebraProvider.cs b/src/UnitTests/UseLinearAlgebraProvider.cs index 13975002..2763aab3 100644 --- a/src/UnitTests/UseLinearAlgebraProvider.cs +++ b/src/UnitTests/UseLinearAlgebraProvider.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-2012 Math.NET //