diff --git a/MathNet.Numerics.Portable.sln b/MathNet.Numerics.Portable.sln
index 1683609b..c7b71d1a 100644
--- a/MathNet.Numerics.Portable.sln
+++ b/MathNet.Numerics.Portable.sln
@@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F374
README.markdown = README.markdown
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portable", "src\Portable\Portable.csproj", "{D877F358-A2D2-4CC3-A921-8AA5CF6187E8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portable", "src\Numerics\Portable.csproj", "{D877F358-A2D2-4CC3-A921-8AA5CF6187E8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpPortable", "src\FSharpPortable\FSharpPortable.fsproj", "{F5F14D76-428D-43D7-8431-5B885F1BA419}"
EndProject
diff --git a/src/FSharpPortable/FSharpPortable.fsproj b/src/FSharpPortable/FSharpPortable.fsproj
index 00a8ae3b..2e162cb5 100644
--- a/src/FSharpPortable/FSharpPortable.fsproj
+++ b/src/FSharpPortable/FSharpPortable.fsproj
@@ -88,7 +88,7 @@
-
+
Portable
{d877f358-a2d2-4cc3-a921-8aa5cf6187e8}
True
diff --git a/src/FSharpPortableUnitTests/FSharpPortableUnitTests.fsproj b/src/FSharpPortableUnitTests/FSharpPortableUnitTests.fsproj
index a2b46838..e19772c8 100644
--- a/src/FSharpPortableUnitTests/FSharpPortableUnitTests.fsproj
+++ b/src/FSharpPortableUnitTests/FSharpPortableUnitTests.fsproj
@@ -38,6 +38,11 @@
+
+ Portable
+ {d877f358-a2d2-4cc3-a921-8aa5cf6187e8}
+ True
+
..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll
@@ -55,11 +60,6 @@
{f5f14d76-428d-43d7-8431-5b885f1ba419}
True
-
- Portable
- {d877f358-a2d2-4cc3-a921-8aa5cf6187e8}
- True
-
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs
index 163af11f..358bf001 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex.cs
@@ -24,6 +24,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
@@ -1089,3 +1091,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs
index 6b68c436..5e826a90 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.Complex32.cs
@@ -28,9 +28,7 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
-/* This file is automatically generated - do not modify it.
- Last generated on UTC 2011-04-17 06:45:26Z
-*/
+#if !PORTABLE
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
@@ -1096,3 +1094,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.double.cs b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.double.cs
index 40083473..cc002112 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.double.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.double.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
@@ -1093,3 +1095,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs
index 8a2f05e4..c18f0251 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Acml/AcmlLinearAlgebraProvider.float.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
@@ -1092,3 +1094,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Acml/SafeNativeMethods.cs b/src/Numerics/Algorithms/LinearAlgebra/Acml/SafeNativeMethods.cs
index b56c2306..eafbaf39 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Acml/SafeNativeMethods.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Acml/SafeNativeMethods.cs
@@ -26,6 +26,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using System.Numerics;
using System.Runtime.InteropServices;
using System.Security;
@@ -44,7 +46,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
///
private const string DllName = "MathNET.Numerics.ACML.dll";
- #region BLAS
+#region BLAS
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern void s_axpy(int n, float alpha, float[] x, [In, Out] float[] y);
@@ -96,7 +98,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
#endregion BLAS
- #region LAPACK
+#region LAPACK
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern float s_matrix_norm(byte norm, int rows, int columns, [In] float[] a, [In, Out] float[] work);
@@ -256,4 +258,6 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Acml
#endregion LAPACK
}
-}
\ No newline at end of file
+}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Common.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Common.cs
index 3b5722b0..3d0b5c2e 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Common.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Common.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
{
using System;
@@ -361,3 +363,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex.cs
index 3a21567f..30f128ba 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
@@ -1065,3 +1067,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex32.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex32.cs
index 3afee23b..7780b15f 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex32.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.Complex32.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
@@ -1064,3 +1066,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.double.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.double.cs
index 76319b64..8a024eb2 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.double.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.double.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
@@ -1064,3 +1066,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.float.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.float.cs
index 76b4e5d5..14ef9851 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.float.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/GotoBlasLinearAlgebraProvider.float.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
@@ -1064,3 +1066,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/SafeNativeMethods.cs b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/SafeNativeMethods.cs
index 25803fc7..977982c8 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/SafeNativeMethods.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/GotoBlas/SafeNativeMethods.cs
@@ -26,6 +26,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using System.Numerics;
using System.Runtime.InteropServices;
using System.Security;
@@ -44,7 +46,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
///
private const string DllName = "MathNET.Numerics.GotoBLAS2.dll";
- #region BLAS
+#region BLAS
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern void s_axpy(int n, float alpha, float[] x, [In, Out] float[] y);
@@ -96,7 +98,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
#endregion BLAS
- #region LAPACK
+#region LAPACK
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern float s_matrix_norm(byte norm, int rows, int columns, [In] float[] a, [In, Out] float[] work);
@@ -256,4 +258,6 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.GotoBlas
#endregion LAPACK
}
-}
\ No newline at end of file
+}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Common.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Common.cs
index c5e4b009..003dc9c4 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Common.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Common.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
{
using System;
@@ -361,3 +363,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs
index 20752b09..214ea704 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using MathNet.Numerics.LinearAlgebra.Generic.Factorization;
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
@@ -1176,3 +1178,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs
index 9ef81835..618ee2f2 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.Complex32.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
{
using System;
@@ -1174,3 +1176,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.double.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.double.cs
index 359a9422..4296dde3 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.double.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.double.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
{
using System;
@@ -1332,3 +1334,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.float.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.float.cs
index 42aa1937..d34b8cad 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.float.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/MklLinearAlgebraProvider.float.cs
@@ -28,6 +28,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
{
using System;
@@ -1229,3 +1231,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
}
}
}
+
+#endif
diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs
index 135c97f3..98438087 100644
--- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs
+++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs
@@ -26,6 +26,8 @@
// OTHER DEALINGS IN THE SOFTWARE.
//
+#if !PORTABLE
+
using System.Numerics;
using System.Runtime.InteropServices;
using System.Security;
@@ -44,7 +46,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
///
private const string DllName = "MathNet.Numerics.MKL.dll";
- #region BLAS
+#region BLAS
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern void s_axpy(int n, float alpha, float[] x, [In, Out] float[] y);
@@ -96,7 +98,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
#endregion BLAS
- #region LAPACK
+#region LAPACK
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern float s_matrix_norm(byte norm, int rows, int columns, [In] float[] a, [In, Out] float[] work);
@@ -280,7 +282,7 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
#endregion LAPACK
- #region Vector Functions
+#region Vector Functions
[DllImport(DllName, ExactSpelling = true, SetLastError = false, CallingConvention = CallingConvention.Cdecl)]
internal static extern void s_vector_add(int n, float[] x, float[] y, [In, Out] float[] result);
@@ -332,4 +334,6 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Mkl
#endregion Vector Functions
}
-}
\ No newline at end of file
+}
+
+#endif
diff --git a/src/Numerics/Portable.csproj b/src/Numerics/Portable.csproj
new file mode 100644
index 00000000..1cb41b61
--- /dev/null
+++ b/src/Numerics/Portable.csproj
@@ -0,0 +1,64 @@
+
+
+
+
+ 10.0
+ Debug
+ AnyCPU
+ {D877F358-A2D2-4CC3-A921-8AA5CF6187E8}
+ Library
+ Properties
+ MathNet.Numerics
+ MathNet.Numerics
+ v4.0
+ Profile136
+ 512
+ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+
+
+ true
+ full
+ false
+ ..\..\out\debug\Portable\
+ TRACE;DEBUG;PORTABLE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ ..\..\out\lib\Portable\
+ TRACE;PORTABLE
+ prompt
+ 4
+ ..\..\out\lib\Portable\MathNet.Numerics.XML
+
+
+
+
+ PublicResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Numerics/Properties/AssemblyInfo.cs b/src/Numerics/Properties/AssemblyInfo.cs
index 02725ff0..82fb4229 100644
--- a/src/Numerics/Properties/AssemblyInfo.cs
+++ b/src/Numerics/Properties/AssemblyInfo.cs
@@ -29,10 +29,12 @@
using System;
using System.Reflection;
using System.Resources;
+
+#if !PORTABLE
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
+#endif
-[assembly: AssemblyTitle("Math.NET Numerics")]
[assembly: AssemblyDescription("Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Math.NET Project")]
@@ -41,13 +43,25 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
+[assembly: NeutralResourcesLanguage("en")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+
+#if PORTABLE
+
+[assembly: AssemblyTitle("Math.NET Numerics - Portable Edition")]
+
+#else
+
+[assembly: AssemblyTitle("Math.NET Numerics")]
[assembly: ComVisible(false)]
[assembly: Guid("7b66646f-f0ee-425d-9065-910d1937a2df")]
-[assembly: NeutralResourcesLanguage("en")]
+
#if STRONGNAME
[assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed2314a577643d859571b8b9307c6ff2670525c4598fbb307e57ea65ebf5d4417284cb3da9181636480b623f4db8cc3c1947244ba069df0df86e2431621f51a488f9929519a1c5d0ae595f6e2d0e4094685f0c1229ff658360acbb9f63f1a0258e984dda00dc7ad4fd16dbb550ec1ef8a11df138402b7c1998ee224e652c839b")]
#else
[assembly: InternalsVisibleTo("MathNet.Numerics.UnitTests")]
#endif
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+
+#endif
+
diff --git a/src/Numerics/Properties/Resources1.Designer.cs b/src/Numerics/Properties/Resources1.Designer.cs
deleted file mode 100644
index 2a09d9bb..00000000
--- a/src/Numerics/Properties/Resources1.Designer.cs
+++ /dev/null
@@ -1,864 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.18033
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace MathNet.Numerics.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MathNet.Numerics.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to The accuracy couldn't be reached with the specified number of iterations..
- ///
- public static string AccuracyNotReached {
- get {
- return ResourceManager.GetString("AccuracyNotReached", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The array arguments must have the same length..
- ///
- public static string ArgumentArraysSameLength {
- get {
- return ResourceManager.GetString("ArgumentArraysSameLength", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given array is the wrong length. Should be {0}..
- ///
- public static string ArgumentArrayWrongLength {
- get {
- return ResourceManager.GetString("ArgumentArrayWrongLength", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The argument must be between 0 and 1..
- ///
- public static string ArgumentBetween0And1 {
- get {
- return ResourceManager.GetString("ArgumentBetween0And1", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value cannot be in the range -1 < x < 1..
- ///
- public static string ArgumentCannotBeBetweenOneAndNegativeOne {
- get {
- return ResourceManager.GetString("ArgumentCannotBeBetweenOneAndNegativeOne", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must be even..
- ///
- public static string ArgumentEven {
- get {
- return ResourceManager.GetString("ArgumentEven", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The histogram does not contains the value..
- ///
- public static string ArgumentHistogramContainsNot {
- get {
- return ResourceManager.GetString("ArgumentHistogramContainsNot", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value is expected to be between {0} and {1} (including {0} and {1})..
- ///
- public static string ArgumentInIntervalXYInclusive {
- get {
- return ResourceManager.GetString("ArgumentInIntervalXYInclusive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to At least one item of {0} is a null reference (Nothing in Visual Basic)..
- ///
- public static string ArgumentItemNull {
- get {
- return ResourceManager.GetString("ArgumentItemNull", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must be greater than or equal to one..
- ///
- public static string ArgumentLessThanOne {
- get {
- return ResourceManager.GetString("ArgumentLessThanOne", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to han the given upper bound..
- ///
- public static string ArgumentLowerBoundLargerThanUpperBound {
- get {
- return ResourceManager.GetString("ArgumentLowerBoundLargerThanUpperBound", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix dimensions must agree..
- ///
- public static string ArgumentMatrixDimensions {
- get {
- return ResourceManager.GetString("ArgumentMatrixDimensions", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix dimensions must agree: {0}..
- ///
- public static string ArgumentMatrixDimensions1 {
- get {
- return ResourceManager.GetString("ArgumentMatrixDimensions1", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}..
- ///
- public static string ArgumentMatrixDimensions2 {
- get {
- return ResourceManager.GetString("ArgumentMatrixDimensions2", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}, op3 is {2}..
- ///
- public static string ArgumentMatrixDimensions3 {
- get {
- return ResourceManager.GetString("ArgumentMatrixDimensions3", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The requested matrix does not exist..
- ///
- public static string ArgumentMatrixDoesNotExist {
- get {
- return ResourceManager.GetString("ArgumentMatrixDoesNotExist", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The matrix indices must not be out of range of the given matrix..
- ///
- public static string ArgumentMatrixIndexOutOfRange {
- get {
- return ResourceManager.GetString("ArgumentMatrixIndexOutOfRange", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must not be rank deficient..
- ///
- public static string ArgumentMatrixNotRankDeficient {
- get {
- return ResourceManager.GetString("ArgumentMatrixNotRankDeficient", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must not be singular..
- ///
- public static string ArgumentMatrixNotSingular {
- get {
- return ResourceManager.GetString("ArgumentMatrixNotSingular", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must be positive definite..
- ///
- public static string ArgumentMatrixPositiveDefinite {
- get {
- return ResourceManager.GetString("ArgumentMatrixPositiveDefinite", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix column dimensions must agree..
- ///
- public static string ArgumentMatrixSameColumnDimension {
- get {
- return ResourceManager.GetString("ArgumentMatrixSameColumnDimension", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix row dimensions must agree..
- ///
- public static string ArgumentMatrixSameRowDimension {
- get {
- return ResourceManager.GetString("ArgumentMatrixSameRowDimension", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must have exactly one column..
- ///
- public static string ArgumentMatrixSingleColumn {
- get {
- return ResourceManager.GetString("ArgumentMatrixSingleColumn", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must have exactly one column and row, thus have only one cell..
- ///
- public static string ArgumentMatrixSingleColumnRow {
- get {
- return ResourceManager.GetString("ArgumentMatrixSingleColumnRow", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must have exactly one row..
- ///
- public static string ArgumentMatrixSingleRow {
- get {
- return ResourceManager.GetString("ArgumentMatrixSingleRow", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must be square..
- ///
- public static string ArgumentMatrixSquare {
- get {
- return ResourceManager.GetString("ArgumentMatrixSquare", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must be symmetric..
- ///
- public static string ArgumentMatrixSymmetric {
- get {
- return ResourceManager.GetString("ArgumentMatrixSymmetric", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Matrix must be symmetric positive definite..
- ///
- public static string ArgumentMatrixSymmetricPositiveDefinite {
- get {
- return ResourceManager.GetString("ArgumentMatrixSymmetricPositiveDefinite", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to In the specified range, the minimum is greater than maximum..
- ///
- public static string ArgumentMinValueGreaterThanMaxValue {
- get {
- return ResourceManager.GetString("ArgumentMinValueGreaterThanMaxValue", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must be positive..
- ///
- public static string ArgumentMustBePositive {
- get {
- return ResourceManager.GetString("ArgumentMustBePositive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must neither be infinite nor NaN..
- ///
- public static string ArgumentNotInfinityNaN {
- get {
- return ResourceManager.GetString("ArgumentNotInfinityNaN", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must not be negative (zero is ok)..
- ///
- public static string ArgumentNotNegative {
- get {
- return ResourceManager.GetString("ArgumentNotNegative", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} is a null reference (Nothing in Visual Basic)..
- ///
- public static string ArgumentNull {
- get {
- return ResourceManager.GetString("ArgumentNull", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must be odd..
- ///
- public static string ArgumentOdd {
- get {
- return ResourceManager.GetString("ArgumentOdd", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} must be greater than {1}..
- ///
- public static string ArgumentOutOfRangeGreater {
- get {
- return ResourceManager.GetString("ArgumentOutOfRangeGreater", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} must be greater than or equal to {1}..
- ///
- public static string ArgumentOutOfRangeGreaterEqual {
- get {
- return ResourceManager.GetString("ArgumentOutOfRangeGreaterEqual", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The chosen parameter set is invalid (probably some value is out of range)..
- ///
- public static string ArgumentParameterSetInvalid {
- get {
- return ResourceManager.GetString("ArgumentParameterSetInvalid", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given expression does not represent a complex number..
- ///
- public static string ArgumentParseComplexNumber {
- get {
- return ResourceManager.GetString("ArgumentParseComplexNumber", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value must be positive (and not zero)..
- ///
- public static string ArgumentPositive {
- get {
- return ResourceManager.GetString("ArgumentPositive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Size must be a Power of Two..
- ///
- public static string ArgumentPowerOfTwo {
- get {
- return ResourceManager.GetString("ArgumentPowerOfTwo", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Size must be a Power of Two in every dimension..
- ///
- public static string ArgumentPowerOfTwoEveryDimension {
- get {
- return ResourceManager.GetString("ArgumentPowerOfTwoEveryDimension", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The range between {0} and {1} must be less than or equal to {2}..
- ///
- public static string ArgumentRangeLessEqual {
- get {
- return ResourceManager.GetString("ArgumentRangeLessEqual", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Arguments must be different objects..
- ///
- public static string ArgumentReferenceDifferent {
- get {
- return ResourceManager.GetString("ArgumentReferenceDifferent", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Array must have exactly one dimension (and not be null)..
- ///
- public static string ArgumentSingleDimensionArray {
- get {
- return ResourceManager.GetString("ArgumentSingleDimensionArray", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value is too large..
- ///
- public static string ArgumentTooLarge {
- get {
- return ResourceManager.GetString("ArgumentTooLarge", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Value is too large for the current iteration limit..
- ///
- public static string ArgumentTooLargeForIterationLimit {
- get {
- return ResourceManager.GetString("ArgumentTooLargeForIterationLimit", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Type mismatch..
- ///
- public static string ArgumentTypeMismatch {
- get {
- return ResourceManager.GetString("ArgumentTypeMismatch", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Array length must be a multiple of {0}..
- ///
- public static string ArgumentVectorLengthsMultipleOf {
- get {
- return ResourceManager.GetString("ArgumentVectorLengthsMultipleOf", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to All vectors must have the same dimensionality..
- ///
- public static string ArgumentVectorsSameLength {
- get {
- return ResourceManager.GetString("ArgumentVectorsSameLength", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The vector must have 3 dimensions..
- ///
- public static string ArgumentVectorThreeDimensional {
- get {
- return ResourceManager.GetString("ArgumentVectorThreeDimensional", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given array is too small. It must be at least {0} long..
- ///
- public static string ArrayTooSmall {
- get {
- return ResourceManager.GetString("ArrayTooSmall", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Big endian files are not supported..
- ///
- public static string BigEndianNotSupported {
- get {
- return ResourceManager.GetString("BigEndianNotSupported", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The supplied collection is empty..
- ///
- public static string CollectionEmpty {
- get {
- return ResourceManager.GetString("CollectionEmpty", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Complex matrices are not supported..
- ///
- public static string ComplexMatricesNotSupported {
- get {
- return ResourceManager.GetString("ComplexMatricesNotSupported", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to An algorithm failed to converge..
- ///
- public static string ConvergenceFailed {
- get {
- return ResourceManager.GetString("ConvergenceFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to This feature is not implemented yet (but is planned)..
- ///
- public static string FeaturePlannedButNotImplementedYet {
- get {
- return ResourceManager.GetString("FeaturePlannedButNotImplementedYet", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given file doesn't exist..
- ///
- public static string FileDoesNotExist {
- get {
- return ResourceManager.GetString("FileDoesNotExist", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Sample points should be sorted in strictly ascending order.
- ///
- public static string Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder {
- get {
- return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to All sample points should be unique..
- ///
- public static string Interpolation_Initialize_SamplePointsNotUnique {
- get {
- return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotUnique", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Invalid parameterization for the distribution..
- ///
- public static string InvalidDistributionParameters {
- get {
- return ResourceManager.GetString("InvalidDistributionParameters", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Invalid Left Boundary Condition..
- ///
- public static string InvalidLeftBoundaryCondition {
- get {
- return ResourceManager.GetString("InvalidLeftBoundaryCondition", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The operation could not be performed because the accumulator is empty..
- ///
- public static string InvalidOperationAccumulatorEmpty {
- get {
- return ResourceManager.GetString("InvalidOperationAccumulatorEmpty", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The operation could not be performed because the histogram is empty..
- ///
- public static string InvalidOperationHistogramEmpty {
- get {
- return ResourceManager.GetString("InvalidOperationHistogramEmpty", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Not enough points in the distribution..
- ///
- public static string InvalidOperationHistogramNotEnoughPoints {
- get {
- return ResourceManager.GetString("InvalidOperationHistogramNotEnoughPoints", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to No Samples Provided. Preparation Required..
- ///
- public static string InvalidOperationNoSamplesProvided {
- get {
- return ResourceManager.GetString("InvalidOperationNoSamplesProvided", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Invalid Right Boundary Condition..
- ///
- public static string InvalidRightBoundaryCondition {
- get {
- return ResourceManager.GetString("InvalidRightBoundaryCondition", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to ddd MMM dd HH:mm:ss yyyy.
- ///
- public static string MatlabDateHeaderFormat {
- get {
- return ResourceManager.GetString("MatlabDateHeaderFormat", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The number of columns of a matrix must be positive..
- ///
- public static string MatrixColumnsMustBePositive {
- get {
- return ResourceManager.GetString("MatrixColumnsMustBePositive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The number of rows of a matrix must be positive..
- ///
- public static string MatrixRowsMustBePositive {
- get {
- return ResourceManager.GetString("MatrixRowsMustBePositive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The number of rows or columns of a matrix must be positive..
- ///
- public static string MatrixRowsOrColumnsMustBePositive {
- get {
- return ResourceManager.GetString("MatrixRowsOrColumnsMustBePositive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Only 1 and 2 dimensional arrays are supported..
- ///
- public static string MoreThan2D {
- get {
- return ResourceManager.GetString("MoreThan2D", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Data must contain at least {0} values..
- ///
- public static string MustContainAtLeast {
- get {
- return ResourceManager.GetString("MustContainAtLeast", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Name cannot contain a space. name: {0}.
- ///
- public static string NameCannotContainASpace {
- get {
- return ResourceManager.GetString("NameCannotContainASpace", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} is not a supported type..
- ///
- public static string NotSupportedType {
- get {
- return ResourceManager.GetString("NotSupportedType", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The two arguments can't be compared (maybe they are part of a partial ordering?).
- ///
- public static string PartialOrderException {
- get {
- return ResourceManager.GetString("PartialOrderException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The integer array does not represent a valid permutation..
- ///
- public static string PermutationAsIntArrayInvalid {
- get {
- return ResourceManager.GetString("PermutationAsIntArrayInvalid", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The sampler's proposal distribution is not upper bounding the target density..
- ///
- public static string ProposalDistributionNoUpperBound {
- get {
- return ResourceManager.GetString("ProposalDistributionNoUpperBound", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The lower and upper bounds must bracket a single root..
- ///
- public static string RootMustBeBracketedByBounds {
- get {
- return ResourceManager.GetString("RootMustBeBracketedByBounds", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The algorithm ended without root in the range..
- ///
- public static string RootNotFound {
- get {
- return ResourceManager.GetString("RootNotFound", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The number of rows must greater than or equal to the number of columns..
- ///
- public static string RowsLessThanColumns {
- get {
- return ResourceManager.GetString("RowsLessThanColumns", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The singular vectors were not computed..
- ///
- public static string SingularVectorsNotComputed {
- get {
- return ResourceManager.GetString("SingularVectorsNotComputed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to This special case is not supported yet (but is planned)..
- ///
- public static string SpecialCasePlannedButNotImplementedYet {
- get {
- return ResourceManager.GetString("SpecialCasePlannedButNotImplementedYet", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given stop criterium already exist in the collection..
- ///
- public static string StopCriteriumDuplicate {
- get {
- return ResourceManager.GetString("StopCriteriumDuplicate", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to There is no stop criterium in the collection..
- ///
- public static string StopCriteriumMissing {
- get {
- return ResourceManager.GetString("StopCriteriumMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to String parameter cannot be empty or null..
- ///
- public static string StringNullOrEmpty {
- get {
- return ResourceManager.GetString("StringNullOrEmpty", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to We only support sparse matrix with less than int.MaxValue elements..
- ///
- public static string TooManyElements {
- get {
- return ResourceManager.GetString("TooManyElements", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The moment of the distribution is undefined..
- ///
- public static string UndefinedMoment {
- get {
- return ResourceManager.GetString("UndefinedMoment", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A user defined provider has not been specified..
- ///
- public static string UserDefinedProviderNotSpecified {
- get {
- return ResourceManager.GetString("UserDefinedProviderNotSpecified", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The given work array is too small. Check work[0] for the corret size..
- ///
- public static string WorkArrayTooSmall {
- get {
- return ResourceManager.GetString("WorkArrayTooSmall", resourceCulture);
- }
- }
- }
-}
diff --git a/src/Portable/Portable.csproj b/src/Portable/Portable.csproj
deleted file mode 100644
index 0dc803b8..00000000
--- a/src/Portable/Portable.csproj
+++ /dev/null
@@ -1,1127 +0,0 @@
-
-
-
-
- 10.0
- Debug
- AnyCPU
- {D877F358-A2D2-4CC3-A921-8AA5CF6187E8}
- Library
- Properties
- MathNet.Numerics
- MathNet.Numerics
- v4.0
- Profile136
- 512
- {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- ..\..\out\debug\Portable\
- TRACE;DEBUG;PORTABLE
- prompt
- 4
-
-
- pdbonly
- true
- ..\..\out\lib\Portable\
- TRACE;PORTABLE
- prompt
- 4
- ..\..\out\lib\Portable\MathNet.Numerics.XML
-
-
-
-
- Properties\Resources.resx
- PublicResXFileCodeGenerator
- Resources1.Designer.cs
-
-
-
-
- Algorithms\LinearAlgebra\ILinearAlgebraProvider.cs
-
-
- Algorithms\LinearAlgebra\ILinearAlgebraProviderOfT.cs
-
-
- Algorithms\LinearAlgebra\ManagedLinearAlgebraProvider.Complex.cs
-
-
- Algorithms\LinearAlgebra\ManagedLinearAlgebraProvider.Complex32.cs
-
-
- Algorithms\LinearAlgebra\ManagedLinearAlgebraProvider.Double.cs
-
-
- Algorithms\LinearAlgebra\ManagedLinearAlgebraProvider.Single.cs
-
-
- ArrayExtensions.cs
-
-
- Combinatorics.cs
-
-
- Complex32.cs
-
-
- Complex64.cs
-
-
- ComplexExtensions.cs
-
-
- Constants.cs
-
-
- Control.cs
-
-
- Distributions\Continuous\Beta.cs
-
-
- Distributions\Continuous\Cauchy.cs
-
-
- Distributions\Continuous\Chi.cs
-
-
- Distributions\Continuous\ChiSquare.cs
-
-
- Distributions\Continuous\ContinuousUniform.cs
-
-
- Distributions\Continuous\Erlang.cs
-
-
- Distributions\Continuous\Exponential.cs
-
-
- Distributions\Continuous\FisherSnedecor.cs
-
-
- Distributions\Continuous\Gamma.cs
-
-
- Distributions\Continuous\InverseGamma.cs
-
-
- Distributions\Continuous\Laplace.cs
-
-
- Distributions\Continuous\LogNormal.cs
-
-
- Distributions\Continuous\Normal.cs
-
-
- Distributions\Continuous\Pareto.cs
-
-
- Distributions\Continuous\Rayleigh.cs
-
-
- Distributions\Continuous\Stable.cs
-
-
- Distributions\Continuous\StudentT.cs
-
-
- Distributions\Continuous\Weibull.cs
-
-
- Distributions\Discrete\Bernoulli.cs
-
-
- Distributions\Discrete\Binomial.cs
-
-
- Distributions\Discrete\Categorical.cs
-
-
- Distributions\Discrete\ConwayMaxwellPoisson.cs
-
-
- Distributions\Discrete\DiscreteUniform.cs
-
-
- Distributions\Discrete\Geometric.cs
-
-
- Distributions\Discrete\Hypergeometric.cs
-
-
- Distributions\Discrete\NegativeBinomial.cs
-
-
- Distributions\Discrete\Poisson.cs
-
-
- Distributions\Discrete\Zipf.cs
-
-
- Distributions\IContinuousDistribution.cs
-
-
- Distributions\IDiscreteDistribution.cs
-
-
- Distributions\IDistribution.cs
-
-
- Distributions\Multivariate\Dirichlet.cs
-
-
- Distributions\Multivariate\InverseWishart.cs
-
-
- Distributions\Multivariate\MatrixNormal.cs
-
-
- Distributions\Multivariate\Multinomial.cs
-
-
- Distributions\Multivariate\NormalGamma.cs
-
-
- Distributions\Multivariate\Wishart.cs
-
-
- Financial\AbsoluteReturnMeasures.cs
-
-
- Financial\AbsoluteRiskMeasures.cs
-
-
- FindRoots.cs
-
-
- Fit.cs
-
-
- GlobalizationHelper.cs
-
-
- IntegralTransforms\Algorithms\DiscreteFourierTransform.Bluestein.cs
-
-
- IntegralTransforms\Algorithms\DiscreteFourierTransform.Naive.cs
-
-
- IntegralTransforms\Algorithms\DiscreteFourierTransform.Options.cs
-
-
- IntegralTransforms\Algorithms\DiscreteFourierTransform.RadixN.cs
-
-
- IntegralTransforms\Algorithms\DiscreteHartleyTransform.Naive.cs
-
-
- IntegralTransforms\Algorithms\DiscreteHartleyTransform.Options.cs
-
-
- IntegralTransforms\FourierOptions.cs
-
-
- IntegralTransforms\HartleyOptions.cs
-
-
- IntegralTransforms\Transform.cs
-
-
- Integration\Algorithms\DoubleExponentialTransformation.cs
-
-
- Integration\Algorithms\NewtonCotesTrapeziumRule.cs
-
-
- Integration\Algorithms\SimpsonRule.cs
-
-
- Integration\Integrate.cs
-
-
- Interpolation\Algorithms\AkimaSplineInterpolation.cs
-
-
- Interpolation\Algorithms\BarycentricInterpolation.cs
-
-
- Interpolation\Algorithms\BulirschStoerRationalInterpolation.cs
-
-
- Interpolation\Algorithms\CubicHermiteSplineInterpolation.cs
-
-
- Interpolation\Algorithms\CubicSplineInterpolation.cs
-
-
- Interpolation\Algorithms\EquidistantPolynomialInterpolation.cs
-
-
- Interpolation\Algorithms\FloaterHormannRationalInterpolation.cs
-
-
- Interpolation\Algorithms\LinearSplineInterpolation.cs
-
-
- Interpolation\Algorithms\NevillePolynomialInterpolation.cs
-
-
- Interpolation\Algorithms\SplineInterpolation.cs
-
-
- Interpolation\IInterpolation.cs
-
-
- Interpolation\Interpolate.cs
-
-
- Interpolation\SplineBoundaryCondition.cs
-
-
- IPrecisionSupport.cs
-
-
- LinearAlgebra\Complex32\DenseMatrix.cs
-
-
- LinearAlgebra\Complex32\DenseVector.cs
-
-
- LinearAlgebra\Complex32\DiagonalMatrix.cs
-
-
- LinearAlgebra\Complex32\ExtensionMethods.cs
-
-
- LinearAlgebra\Complex32\Factorization\Cholesky.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseCholesky.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseEvd.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseGramSchmidt.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseLU.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseQR.cs
-
-
- LinearAlgebra\Complex32\Factorization\DenseSvd.cs
-
-
- LinearAlgebra\Complex32\Factorization\Evd.cs
-
-
- LinearAlgebra\Complex32\Factorization\GramSchmidt.cs
-
-
- LinearAlgebra\Complex32\Factorization\LU.cs
-
-
- LinearAlgebra\Complex32\Factorization\QR.cs
-
-
- LinearAlgebra\Complex32\Factorization\Svd.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserCholesky.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserEvd.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserGramSchmidt.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserLU.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserQR.cs
-
-
- LinearAlgebra\Complex32\Factorization\UserSvd.cs
-
-
- LinearAlgebra\Complex32\Matrix.cs
-
-
- LinearAlgebra\Complex32\Solvers\IIterativeSolver.cs
-
-
- LinearAlgebra\Complex32\Solvers\IIterativeSolverSetup.cs
-
-
- LinearAlgebra\Complex32\Solvers\IIterator.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterative\BiCgStab.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterative\CompositeSolver.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterative\GpBiCg.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterative\MlkBiCgStab.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterative\TFQMR.cs
-
-
- LinearAlgebra\Complex32\Solvers\Iterator.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\Diagonal.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\Ilutp.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\IlutpElementSorter.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\IncompleteLU.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\IPreConditioner.cs
-
-
- LinearAlgebra\Complex32\Solvers\Preconditioners\UnitPreconditioner.cs
-
-
- LinearAlgebra\Complex32\Solvers\StopCriterium\DivergenceStopCriterium.cs
-
-
- LinearAlgebra\Complex32\Solvers\StopCriterium\FailureStopCriterium.cs
-
-
- LinearAlgebra\Complex32\Solvers\StopCriterium\IIterationStopCriterium.cs
-
-
- LinearAlgebra\Complex32\Solvers\StopCriterium\IterationCountStopCriterium.cs
-
-
- LinearAlgebra\Complex32\Solvers\StopCriterium\ResidualStopCriterium.cs
-
-
- LinearAlgebra\Complex32\SparseMatrix.cs
-
-
- LinearAlgebra\Complex32\SparseVector.cs
-
-
- LinearAlgebra\Complex32\Vector.cs
-
-
- LinearAlgebra\Complex\DenseMatrix.cs
-
-
- LinearAlgebra\Complex\DenseVector.cs
-
-
- LinearAlgebra\Complex\DiagonalMatrix.cs
-
-
- LinearAlgebra\Complex\ExtensionMethods.cs
-
-
- LinearAlgebra\Complex\Factorization\Cholesky.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseCholesky.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseEvd.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseGramSchmidt.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseLU.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseQR.cs
-
-
- LinearAlgebra\Complex\Factorization\DenseSvd.cs
-
-
- LinearAlgebra\Complex\Factorization\Evd.cs
-
-
- LinearAlgebra\Complex\Factorization\GramSchmidt.cs
-
-
- LinearAlgebra\Complex\Factorization\LU.cs
-
-
- LinearAlgebra\Complex\Factorization\QR.cs
-
-
- LinearAlgebra\Complex\Factorization\Svd.cs
-
-
- LinearAlgebra\Complex\Factorization\UserCholesky.cs
-
-
- LinearAlgebra\Complex\Factorization\UserEvd.cs
-
-
- LinearAlgebra\Complex\Factorization\UserGramSchmidt.cs
-
-
- LinearAlgebra\Complex\Factorization\UserLU.cs
-
-
- LinearAlgebra\Complex\Factorization\UserQR.cs
-
-
- LinearAlgebra\Complex\Factorization\UserSvd.cs
-
-
- LinearAlgebra\Complex\Matrix.cs
-
-
- LinearAlgebra\Complex\Solvers\IIterativeSolver.cs
-
-
- LinearAlgebra\Complex\Solvers\IIterativeSolverSetup.cs
-
-
- LinearAlgebra\Complex\Solvers\IIterator.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterative\BiCgStab.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterative\CompositeSolver.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterative\GpBiCg.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterative\MlkBiCgStab.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterative\TFQMR.cs
-
-
- LinearAlgebra\Complex\Solvers\Iterator.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\Diagonal.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\Ilutp.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\IlutpElementSorter.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\IncompleteLU.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\IPreConditioner.cs
-
-
- LinearAlgebra\Complex\Solvers\Preconditioners\UnitPreconditioner.cs
-
-
- LinearAlgebra\Complex\Solvers\StopCriterium\DivergenceStopCriterium.cs
-
-
- LinearAlgebra\Complex\Solvers\StopCriterium\FailureStopCriterium.cs
-
-
- LinearAlgebra\Complex\Solvers\StopCriterium\IIterationStopCriterium.cs
-
-
- LinearAlgebra\Complex\Solvers\StopCriterium\IterationCountStopCriterium.cs
-
-
- LinearAlgebra\Complex\Solvers\StopCriterium\ResidualStopCriterium.cs
-
-
- LinearAlgebra\Complex\SparseMatrix.cs
-
-
- LinearAlgebra\Complex\SparseVector.cs
-
-
- LinearAlgebra\Complex\Vector.cs
-
-
- LinearAlgebra\Double\DenseMatrix.cs
-
-
- LinearAlgebra\Double\DenseVector.cs
-
-
- LinearAlgebra\Double\DiagonalMatrix.cs
-
-
- LinearAlgebra\Double\ExtensionMethods.cs
-
-
- LinearAlgebra\Double\Factorization\Cholesky.cs
-
-
- LinearAlgebra\Double\Factorization\DenseCholesky.cs
-
-
- LinearAlgebra\Double\Factorization\DenseEvd.cs
-
-
- LinearAlgebra\Double\Factorization\DenseGramSchmidt.cs
-
-
- LinearAlgebra\Double\Factorization\DenseLU.cs
-
-
- LinearAlgebra\Double\Factorization\DenseQR.cs
-
-
- LinearAlgebra\Double\Factorization\DenseSvd.cs
-
-
- LinearAlgebra\Double\Factorization\Evd.cs
-
-
- LinearAlgebra\Double\Factorization\GramSchmidt.cs
-
-
- LinearAlgebra\Double\Factorization\LU.cs
-
-
- LinearAlgebra\Double\Factorization\QR.cs
-
-
- LinearAlgebra\Double\Factorization\Svd.cs
-
-
- LinearAlgebra\Double\Factorization\UserCholesky.cs
-
-
- LinearAlgebra\Double\Factorization\UserEvd.cs
-
-
- LinearAlgebra\Double\Factorization\UserGramSchmidt.cs
-
-
- LinearAlgebra\Double\Factorization\UserLU.cs
-
-
- LinearAlgebra\Double\Factorization\UserQR.cs
-
-
- LinearAlgebra\Double\Factorization\UserSvd.cs
-
-
- LinearAlgebra\Double\Matrix.cs
-
-
- LinearAlgebra\Double\Solvers\IIterativeSolver.cs
-
-
- LinearAlgebra\Double\Solvers\IIterativeSolverSetup.cs
-
-
- LinearAlgebra\Double\Solvers\IIterator.cs
-
-
- LinearAlgebra\Double\Solvers\Iterative\BiCgStab.cs
-
-
- LinearAlgebra\Double\Solvers\Iterative\CompositeSolver.cs
-
-
- LinearAlgebra\Double\Solvers\Iterative\GpBiCg.cs
-
-
- LinearAlgebra\Double\Solvers\Iterative\MlkBiCgStab.cs
-
-
- LinearAlgebra\Double\Solvers\Iterative\TFQMR.cs
-
-
- LinearAlgebra\Double\Solvers\Iterator.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\Diagonal.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\Ilutp.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\IlutpElementSorter.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\IncompleteLU.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\IPreConditioner.cs
-
-
- LinearAlgebra\Double\Solvers\Preconditioners\UnitPreconditioner.cs
-
-
- LinearAlgebra\Double\Solvers\StopCriterium\DivergenceStopCriterium.cs
-
-
- LinearAlgebra\Double\Solvers\StopCriterium\FailureStopCriterium.cs
-
-
- LinearAlgebra\Double\Solvers\StopCriterium\IIterationStopCriterium.cs
-
-
- LinearAlgebra\Double\Solvers\StopCriterium\IterationCountStopCriterium.cs
-
-
- LinearAlgebra\Double\Solvers\StopCriterium\ResidualStopCriterium.cs
-
-
- LinearAlgebra\Double\SparseMatrix.cs
-
-
- LinearAlgebra\Double\SparseVector.cs
-
-
- LinearAlgebra\Double\Vector.cs
-
-
- LinearAlgebra\Generic\Common.cs
-
-
- LinearAlgebra\Generic\Factorization\Cholesky.cs
-
-
- LinearAlgebra\Generic\Factorization\Evd.cs
-
-
- LinearAlgebra\Generic\Factorization\GramSchmidt.cs
-
-
- LinearAlgebra\Generic\Factorization\LU.cs
-
-
- LinearAlgebra\Generic\Factorization\QR.cs
-
-
- LinearAlgebra\Generic\Factorization\Svd.cs
-
-
- LinearAlgebra\Generic\ISolver.cs
-
-
- LinearAlgebra\Generic\Matrix.Arithmetic.cs
-
-
- LinearAlgebra\Generic\Matrix.BCL.cs
-
-
- LinearAlgebra\Generic\Matrix.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationCancelled.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationConverged.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationDiverged.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationFailure.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationIndetermined.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationRunning.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\CalculationStoppedWithoutConvergence.cs
-
-
- LinearAlgebra\Generic\Solvers\Status\ICalculationStatus.cs
-
-
- LinearAlgebra\Generic\Solvers\StopCriterium\StopLevel.cs
-
-
- LinearAlgebra\Generic\Vector.BCL.cs
-
-
- LinearAlgebra\Generic\Vector.cs
-
-
- LinearAlgebra\Single\DenseMatrix.cs
-
-
- LinearAlgebra\Single\DenseVector.cs
-
-
- LinearAlgebra\Single\DiagonalMatrix.cs
-
-
- LinearAlgebra\Single\ExtensionMethods.cs
-
-
- LinearAlgebra\Single\Factorization\Cholesky.cs
-
-
- LinearAlgebra\Single\Factorization\DenseCholesky.cs
-
-
- LinearAlgebra\Single\Factorization\DenseEvd.cs
-
-
- LinearAlgebra\Single\Factorization\DenseGramSchmidt.cs
-
-
- LinearAlgebra\Single\Factorization\DenseLU.cs
-
-
- LinearAlgebra\Single\Factorization\DenseQR.cs
-
-
- LinearAlgebra\Single\Factorization\DenseSvd.cs
-
-
- LinearAlgebra\Single\Factorization\Evd.cs
-
-
- LinearAlgebra\Single\Factorization\GramSchmidt.cs
-
-
- LinearAlgebra\Single\Factorization\LU.cs
-
-
- LinearAlgebra\Single\Factorization\QR.cs
-
-
- LinearAlgebra\Single\Factorization\Svd.cs
-
-
- LinearAlgebra\Single\Factorization\UserCholesky.cs
-
-
- LinearAlgebra\Single\Factorization\UserEvd.cs
-
-
- LinearAlgebra\Single\Factorization\UserGramSchmidt.cs
-
-
- LinearAlgebra\Single\Factorization\UserLU.cs
-
-
- LinearAlgebra\Single\Factorization\UserQR.cs
-
-
- LinearAlgebra\Single\Factorization\UserSvd.cs
-
-
- LinearAlgebra\Single\Matrix.cs
-
-
- LinearAlgebra\Single\Solvers\IIterativeSolver.cs
-
-
- LinearAlgebra\Single\Solvers\IIterativeSolverSetup.cs
-
-
- LinearAlgebra\Single\Solvers\IIterator.cs
-
-
- LinearAlgebra\Single\Solvers\Iterative\BiCgStab.cs
-
-
- LinearAlgebra\Single\Solvers\Iterative\CompositeSolver.cs
-
-
- LinearAlgebra\Single\Solvers\Iterative\GpBiCg.cs
-
-
- LinearAlgebra\Single\Solvers\Iterative\MlkBiCgStab.cs
-
-
- LinearAlgebra\Single\Solvers\Iterative\TFQMR.cs
-
-
- LinearAlgebra\Single\Solvers\Iterator.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\Diagonal.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\Ilutp.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\IlutpElementSorter.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\IncompleteLU.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\IPreConditioner.cs
-
-
- LinearAlgebra\Single\Solvers\Preconditioners\UnitPreconditioner.cs
-
-
- LinearAlgebra\Single\Solvers\StopCriterium\DivergenceStopCriterium.cs
-
-
- LinearAlgebra\Single\Solvers\StopCriterium\FailureStopCriterium.cs
-
-
- LinearAlgebra\Single\Solvers\StopCriterium\IIterationStopCriterium.cs
-
-
- LinearAlgebra\Single\Solvers\StopCriterium\IterationCountStopCriterium.cs
-
-
- LinearAlgebra\Single\Solvers\StopCriterium\ResidualStopCriterium.cs
-
-
- LinearAlgebra\Single\SparseMatrix.cs
-
-
- LinearAlgebra\Single\SparseVector.cs
-
-
- LinearAlgebra\Single\Vector.cs
-
-
- LinearAlgebra\Storage\DenseColumnMajorMatrixStorage.cs
-
-
- LinearAlgebra\Storage\DenseVectorStorage.cs
-
-
- LinearAlgebra\Storage\DiagonalMatrixStorage.cs
-
-
- LinearAlgebra\Storage\MatrixStorage.cs
-
-
- LinearAlgebra\Storage\MatrixStorage.Validation.cs
-
-
- LinearAlgebra\Storage\SparseCompressedRowMatrixStorage.cs
-
-
- LinearAlgebra\Storage\SparseVectorStorage.cs
-
-
- LinearAlgebra\Storage\VectorStorage.cs
-
-
- LinearAlgebra\Storage\VectorStorage.Validation.cs
-
-
- NonConvergenceException.cs
-
-
- NumberTheory\IntegerTheory.cs
-
-
- NumberTheory\IntegerTheory.Euclid.Big.cs
-
-
- NumberTheory\IntegerTheory.Euclid.cs
-
-
- Permutation.cs
-
-
- Precision.cs
-
-
- Properties\Resources1.Designer.cs
- Resources.resx
- True
- True
-
-
- Random\AbstractRandomNumberGenerator.cs
-
-
- Random\Mcg31m1.cs
-
-
- Random\Mcg59.cs
-
-
- Random\MersenneTwister.cs
-
-
- Random\Mrg32k3a.cs
-
-
- Random\Palf.cs
-
-
- Random\SystemCrypto.cs
-
-
- Random\SystemRandomExtensions.cs
-
-
- Random\WH1982.cs
-
-
- Random\WH2006.cs
-
-
- Random\Xorshift.cs
-
-
- RootFinding\Bisection.cs
-
-
- RootFinding\Brent.cs
-
-
- RootFinding\RobustNewtonRaphson.cs
-
-
- RootFinding\ZeroCrossingBracketing.cs
-
-
- SerializableAttribute.cs
-
-
- Signals\SignalGenerator.Chebyshev.cs
-
-
- Signals\SignalGenerator.Equidistant.cs
-
-
- Signals\SignalGenerator.Random.cs
-
-
- Sorting.cs
-
-
- SpecialFunctions\Beta.cs
-
-
- SpecialFunctions\Erf.cs
-
-
- SpecialFunctions\Evaluate.cs
-
-
- SpecialFunctions\Factorial.cs
-
-
- SpecialFunctions\Gamma.cs
-
-
- SpecialFunctions\Harmonic.cs
-
-
- SpecialFunctions\Logistic.cs
-
-
- SpecialFunctions\ModifiedBessel.cs
-
-
- SpecialFunctions\ModifiedStruve.cs
-
-
- SpecialFunctions\Stability.cs
-
-
- Statistics\ArrayStatistics.cs
-
-
- Statistics\Correlation.cs
-
-
- Statistics\DescriptiveStatistics.cs
-
-
- Statistics\Histogram.cs
-
-
- Statistics\MCMC\HybridMC.cs
-
-
- Statistics\MCMC\HybridMCGeneric.cs
-
-
- Statistics\MCMC\MCMCDiagnostics.cs
-
-
- Statistics\MCMC\MCMCSampler.cs
-
-
- Statistics\MCMC\MetropolisHastingsSampler.cs
-
-
- Statistics\MCMC\MetropolisSampler.cs
-
-
- Statistics\MCMC\RejectionSampler.cs
-
-
- Statistics\MCMC\UnivariateHybridMC.cs
-
-
- Statistics\MCMC\UnivariateSliceSampler.cs
-
-
- Statistics\Percentile.cs
-
-
- Statistics\QuantileDefinition.cs
-
-
- Statistics\SortedArrayStatistics.cs
-
-
- Statistics\Statistics.cs
-
-
- Statistics\StreamingStatistics.cs
-
-
- TargetedPatchingOptOutAttribute.cs
-
-
- Threading\CommonParallel.cs
-
-
- Trigonometry.cs
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Portable/Properties/AssemblyInfo.cs b/src/Portable/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6f6280db..00000000
--- a/src/Portable/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,46 +0,0 @@
-//
-// Math.NET Numerics, part of the Math.NET Project
-// http://mathnet.opensourcedotnet.info
-//
-// Copyright (c) 2002-2012 Math.NET
-//
-// Permission is hereby granted, free of charge, to any person
-// obtaining a copy of this software and associated documentation
-// files (the "Software"), to deal in the Software without
-// restriction, including without limitation the rights to use,
-// copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the
-// Software is furnished to do so, subject to the following
-// conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-// OTHER DEALINGS IN THE SOFTWARE.
-//
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-
-[assembly: AssemblyTitle("Math.NET Numerics - Portable Edition")]
-[assembly: AssemblyDescription("Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Math.NET Project")]
-[assembly: AssemblyProduct("Math.NET Numerics")]
-[assembly: AssemblyCopyright("Copyright © Math.NET Project")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: CLSCompliant(true)]
-[assembly: InternalsVisibleTo("SilverlightUnitTests")]
-[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file