csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1082 lines
47 KiB
1082 lines
47 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{DAF07AA8-C5C9-4963-98F7-2C3285064DAD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MathNet.Numerics.UnitTests</RootNamespace>
|
|
<AssemblyName>MathNet.Numerics.UnitTests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<!-- Conditional Strong Name -->
|
|
<AssemblyOriginatorKeyFile>..\MathNet.Numerics.snk</AssemblyOriginatorKeyFile>
|
|
<SignAssembly Condition=" '$(SignAssembly)' == '' ">false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>..\..\out\test\debug\Net40\</OutputPath>
|
|
<!-- Conditional Strong Name: NO -->
|
|
<SignAssembly>false</SignAssembly>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineConstants>DEBUG;TRACE;SYSNUMERICS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>..\..\out\test\Net40\</OutputPath>
|
|
<!-- Conditional Strong Name: NO -->
|
|
<SignAssembly>false</SignAssembly>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineConstants>TRACE;SYSNUMERICS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Signed|AnyCPU'">
|
|
<OutputPath>..\..\out\test\Net40\</OutputPath>
|
|
<!-- Conditional Strong Name: YES -->
|
|
<SignAssembly>true</SignAssembly>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineConstants>TRACE;SYSNUMERICS;STRONGNAME</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="zlib.net, Version=1.0.3.0, Culture=neutral, PublicKeyToken=47d7877cb3620160">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\packages\zlib.net.1.0.4.0\lib\zlib.net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ArrayHelpers.cs" />
|
|
<Compile Include="AssertHelpers.cs" />
|
|
<Compile Include="CombinatoricsTests\CombinatoricsCountingTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ComplexTests\Complex32Test.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ComplexTests\Complex32Test.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ComplexTests\ComplexTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ComplexTests\ComplexTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DistributionTests\CommonDistributionTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\BetaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\CauchyTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ChiSquareTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ChiTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ContinuousUniformTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ErlangTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DistributionTests\Continuous\ExponentialTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DistributionTests\Continuous\FisherSnedecorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DistributionTests\Continuous\GammaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\InverseGammaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\LaplaceTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\LogNormalTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\NormalTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ParetoTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\RayleighTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\StableTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\StudentTTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\WeibullTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\BernoulliTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\BinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\CategoricalTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\ConwayMaxwellPoissonTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\DiscreteUniformTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\GeometricTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\HypergeometricTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\NegativeBinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\PoissonTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\ZipfTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\DirichletTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\InverseWishartTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\MatrixNormalTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\MultinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\NormalGammaTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\WishartTests.cs" />
|
|
<Compile Include="IntegralTransformsTests\FourierTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\HartleyTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\InverseTransformTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\MatchingNaiveTransformTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\ParsevalTheoremTest.cs" />
|
|
<Compile Include="IntegrationTests\IntegrationTest.cs" />
|
|
<Compile Include="InterpolationTests\BulirschStoerRationalTest.cs" />
|
|
<Compile Include="InterpolationTests\AkimaSplineTest.cs" />
|
|
<Compile Include="InterpolationTests\CubicSplineTest.cs" />
|
|
<Compile Include="InterpolationTests\LinearSplineTest.cs" />
|
|
<Compile Include="InterpolationTests\FloaterHormannRationalTest.cs" />
|
|
<Compile Include="InterpolationTests\EquidistantPolynomialTest.cs" />
|
|
<Compile Include="InterpolationTests\NevillePolynomialTest.cs" />
|
|
<Compile Include="InterpolationTests\LinearInterpolationCase.cs" />
|
|
<Compile Include="LinearAlgebraProviderTests\Complex32\LinearAlgebraProviderTests.cs" />
|
|
<Compile Include="LinearAlgebraProviderTests\Complex\LinearAlgebraProviderTests.cs" />
|
|
<Compile Include="LinearAlgebraProviderTests\Double\LinearAlgebraProviderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraProviderTests\Single\LinearAlgebraProviderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\DiagonalMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\CholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\EvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\GramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\LUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\QRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\SvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserCholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserEvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserGramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserLUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserQRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserSvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\DelimitedReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\DelimitedWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\MatlabReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\MatlabWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixStructureTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\BiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\GpBiCgTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\MlkBiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\TFQMRTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\IteratorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\DiagonalTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IluptElementSorterTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IlutpTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IncompleteLUTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\PreConditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\UnitPreconditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\FailureStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\ResidualStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseVectorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedMatrix.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedVector.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.Norm.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\DiagonalMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\CholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\EvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\GramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\LUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\QRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\SvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserCholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserEvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserGramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserLUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserQRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserSvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\DelimitedReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\DelimitedWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\MatlabReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\MatlabWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixStructureTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\BiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\GpBiCgTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\MlkBiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\TFQMRTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\IteratorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\DiagonalTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IluptElementSorterTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IlutpTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IncompleteLUTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\PreConditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\UnitPreconditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\FailureStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\ResidualStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseVectorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedMatrix.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedVector.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.Norm.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixStructureTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\SparseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DenseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\DenseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\DenseVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\DenseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DiagonalMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\CholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\EvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\GramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\LUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\QRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\SvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserCholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserEvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserGramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserLUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserQRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserSvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\IO\DelimitedReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\IO\DelimitedWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\IO\MatlabReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\IO\MatlabWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\BiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\GpBiCgTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\MlkBiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\TFQMRTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\IteratorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\DiagonalTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IluptElementSorterTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IlutpTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IncompleteLUTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\PreConditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\UnitPreconditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\FailureStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\ResidualStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\SparseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\SparseVectorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\SparseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedMatrix.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedVector.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.Norm.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\MatrixStructureTheory.Access.cs" />
|
|
<Compile Include="LinearAlgebraTests\MatrixStructureTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\MatrixStructureTheory.Reform.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DenseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\DenseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DenseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\DenseVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\DiagonalMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\CholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\EvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\GramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\LUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\QRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\SvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserCholeskyTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserEvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserGramSchmidtTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserLUTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserQRTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserSvdTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\IO\DelimitedReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\IO\DelimitedWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\IO\MatlabReaderTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\IO\MatlabWriterTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixStructureTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\BiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\GpBiCgTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\MlkBiCgStabTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\TFQMRTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\IteratorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\DiagonalTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IluptElementSorterTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IlutpTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IncompleteLUTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\PreConditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\UnitPreconditionerTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\FailureStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\ResidualStopCriteriumTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\SparseMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\SparseVectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\SparseVectorTest.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\SparseVectorTest.TextHandling.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedMatrix.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedMatrixTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedVector.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedVectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\VectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.Arithmetic.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.Norm.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LinearAlgebraTests\Double\VectorArithmeticTheory.cs" />
|
|
<Compile Include="LinearAlgebraTests\VectorArithmeticTheory.cs" />
|
|
<Compile Include="NumberTheoryTests\GcdRelatedTest.cs" />
|
|
<Compile Include="NumberTheoryTests\GcdRelatedTestBigInteger.cs" />
|
|
<Compile Include="NumberTheoryTests\IntegerTheoryTest.cs" />
|
|
<Compile Include="PermutationTest.cs" />
|
|
<Compile Include="PrecisionTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Random\Mcg31m1Tests.cs" />
|
|
<Compile Include="Random\Mcg59Tests.cs" />
|
|
<Compile Include="Random\MersenneTwisterTests.cs" />
|
|
<Compile Include="Random\Mrg32k3aTests.cs" />
|
|
<Compile Include="Random\PalfTests.cs" />
|
|
<Compile Include="Random\RandomTests.cs" />
|
|
<Compile Include="Random\SystemCryptoTests.cs" />
|
|
<Compile Include="Random\SystemRandomExtensionTests.cs" />
|
|
<Compile Include="Random\WH1982Tests.cs" />
|
|
<Compile Include="Random\WH2006Tests.cs" />
|
|
<Compile Include="Random\XorshiftTests.cs" />
|
|
<Compile Include="Setup.cs" />
|
|
<Compile Include="SortingTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\ErfTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\FactorialTest.cs" />
|
|
<Compile Include="SpecialFunctionsTests\GammaTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\SpecialFunctionsTests.cs" />
|
|
<Compile Include="StatisticsTests\CorrelationTests.cs" />
|
|
<Compile Include="StatisticsTests\DescriptiveStatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\HistogramTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\MetropolisHastingsSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\MetropolisSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\RejectionSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\UnivariateSliceSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\PercentileTests.cs" />
|
|
<Compile Include="StatisticsTests\StatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\StatTestData.cs" />
|
|
<Compile Include="TrigonometryTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Numerics.IO\Numerics.IO.csproj">
|
|
<Project>{EB1A5D32-F264-4BCE-BEB7-0B97085075BE}</Project>
|
|
<Name>Numerics.IO</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Numerics\Numerics.csproj">
|
|
<Project>{B7CAE5F4-A23F-4438-B5BE-41226618B695}</Project>
|
|
<Name>Numerics</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\data\Codeplex-5667.csv">
|
|
<Link>data\Codeplex-5667.csv</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Github-Cureos-1.csv">
|
|
<Link>data\Github-Cureos-1.csv</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\A.mat">
|
|
<Link>data\Matlab\A.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\collection-nocompress.mat">
|
|
<Link>data\Matlab\collection-nocompress.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\collection.mat">
|
|
<Link>data\Matlab\collection.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\complex.mat">
|
|
<Link>data\Matlab\complex.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse-large.mat">
|
|
<Link>data\Matlab\sparse-large.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse-small.mat">
|
|
<Link>data\Matlab\sparse-small.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse_complex.mat">
|
|
<Link>data\Matlab\sparse_complex.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\v.mat">
|
|
<Link>data\Matlab\v.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\AtmWtAgt.dat">
|
|
<Link>data\NIST\AtmWtAgt.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Bennett5.dat">
|
|
<Link>data\NIST\Bennett5.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\BoxBOD.dat">
|
|
<Link>data\NIST\BoxBOD.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Chwirut1.dat">
|
|
<Link>data\NIST\Chwirut1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Chwirut2.dat">
|
|
<Link>data\NIST\Chwirut2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\DanWood.dat">
|
|
<Link>data\NIST\DanWood.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Eckerle4.dat">
|
|
<Link>data\NIST\Eckerle4.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\ENSO.dat">
|
|
<Link>data\NIST\ENSO.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Filip.dat">
|
|
<Link>data\NIST\Filip.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss1.dat">
|
|
<Link>data\NIST\Gauss1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss2.dat">
|
|
<Link>data\NIST\Gauss2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss3.dat">
|
|
<Link>data\NIST\Gauss3.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Hahn1.dat">
|
|
<Link>data\NIST\Hahn1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Kirby2.dat">
|
|
<Link>data\NIST\Kirby2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos1.dat">
|
|
<Link>data\NIST\Lanczos1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos2.dat">
|
|
<Link>data\NIST\Lanczos2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos3.dat">
|
|
<Link>data\NIST\Lanczos3.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lew.dat">
|
|
<Link>data\NIST\Lew.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Longley.dat">
|
|
<Link>data\NIST\Longley.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lottery.dat">
|
|
<Link>data\NIST\Lottery.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Mavro.dat">
|
|
<Link>data\NIST\Mavro.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH09.dat">
|
|
<Link>data\NIST\MGH09.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH10.dat">
|
|
<Link>data\NIST\MGH10.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH17.dat">
|
|
<Link>data\NIST\MGH17.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Michelso.dat">
|
|
<Link>data\NIST\Michelso.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1a.dat">
|
|
<Link>data\NIST\Misra1a.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1b.dat">
|
|
<Link>data\NIST\Misra1b.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1c.dat">
|
|
<Link>data\NIST\Misra1c.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1d.dat">
|
|
<Link>data\NIST\Misra1d.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Nelson.dat">
|
|
<Link>data\NIST\Nelson.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NoInt1.dat">
|
|
<Link>data\NIST\NoInt1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NoInt2.dat">
|
|
<Link>data\NIST\NoInt2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Norris.dat">
|
|
<Link>data\NIST\Norris.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc1.dat">
|
|
<Link>data\NIST\NumAcc1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc2.dat">
|
|
<Link>data\NIST\NumAcc2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc3.dat">
|
|
<Link>data\NIST\NumAcc3.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc4.dat">
|
|
<Link>data\NIST\NumAcc4.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Pontius.dat">
|
|
<Link>data\NIST\Pontius.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Rat42.dat">
|
|
<Link>data\NIST\Rat42.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Rat43.dat">
|
|
<Link>data\NIST\Rat43.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Roszman1.dat">
|
|
<Link>data\NIST\Roszman1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SiRstvt.dat">
|
|
<Link>data\NIST\SiRstvt.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs01t.dat">
|
|
<Link>data\NIST\SmLs01t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs02t.dat">
|
|
<Link>data\NIST\SmLs02t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs03t.dat">
|
|
<Link>data\NIST\SmLs03t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs04t.dat">
|
|
<Link>data\NIST\SmLs04t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs05t.dat">
|
|
<Link>data\NIST\SmLs05t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs06t.dat">
|
|
<Link>data\NIST\SmLs06t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs07t.dat">
|
|
<Link>data\NIST\SmLs07t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs08t.dat">
|
|
<Link>data\NIST\SmLs08t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs09t.dat">
|
|
<Link>data\NIST\SmLs09t.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Thurber.dat">
|
|
<Link>data\NIST\Thurber.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler1.dat">
|
|
<Link>data\NIST\Wampler1.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler2.dat">
|
|
<Link>data\NIST\Wampler2.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler3.dat">
|
|
<Link>data\NIST\Wampler3.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler4.dat">
|
|
<Link>data\NIST\Wampler4.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler5.dat">
|
|
<Link>data\NIST\Wampler5.dat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|