|
|
|
@ -1,565 +0,0 @@ |
|
|
|
<?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>9.0.30729</ProductVersion> |
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
<ProjectGuid>{D0AD591B-0CE6-4A6D-8DEA-01777EE09BC3}</ProjectGuid> |
|
|
|
<OutputType>Library</OutputType> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<RootNamespace>MathNet.Numerics.MKLWrapperTests</RootNamespace> |
|
|
|
<AssemblyName>MathNet.Numerics.MKLWrapperTests</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<FileUpgradeFlags> |
|
|
|
</FileUpgradeFlags> |
|
|
|
<OldToolsVersion>3.5</OldToolsVersion> |
|
|
|
<UpgradeBackupLocation /> |
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
<Install>true</Install> |
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
<UpdateInterval>7</UpdateInterval> |
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Numerics" /> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Data.DataSetExtensions"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="..\..\..\UnitTests\AssertHelpers.cs"> |
|
|
|
<Link>AssertHelpers.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraProviderTests\Complex32\LinearAlgebraProviderTests.cs"> |
|
|
|
<Link>LinearAlgebraProviderTests\Complex32\LinearAlgebraProviderTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraProviderTests\Complex\LinearAlgebraProviderTests.cs"> |
|
|
|
<Link>LinearAlgebraProviderTests\Complex\LinearAlgebraProviderTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraProviderTests\Double\LinearAlgebraProviderTests.cs"> |
|
|
|
<Link>LinearAlgebraProviderTests\Double\LinearAlgebraProviderTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraProviderTests\Single\LinearAlgebraProviderTests.cs"> |
|
|
|
<Link>LinearAlgebraProviderTests\Single\LinearAlgebraProviderTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\DenseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\DenseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\DenseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\DenseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\DenseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\DenseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\DenseVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\DenseVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\DiagonalMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\DiagonalMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\CholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\CholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\EvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\EvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\GramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\GramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\LUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\LUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\QRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\QRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\SvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\SvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserCholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserCholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserEvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserEvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserGramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserGramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserLUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserLUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserQRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserQRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\Factorization\UserSvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\Factorization\UserSvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\MatrixLoader.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\MatrixLoader.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\MatrixStructureTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\MatrixStructureTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\MatrixTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\MatrixTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\MatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\MatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\SparseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\SparseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\SparseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\SparseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\SparseVectorTest.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\SparseVectorTest.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\SparseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\SparseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\UserDefinedMatrix.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\UserDefinedMatrix.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\UserDefinedMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\UserDefinedMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\UserDefinedVector.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\UserDefinedVector.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\UserDefinedVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\UserDefinedVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\VectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\VectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\VectorTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\VectorTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\VectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\VectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex32\VectorTests.Norm.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex32\VectorTests.Norm.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\DenseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\DenseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\DenseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\DenseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\DenseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\DenseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\DenseVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\DenseVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\DiagonalMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\DiagonalMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\CholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\CholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\EvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\EvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\GramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\GramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\LUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\LUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\QRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\QRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\SvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\SvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserCholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserCholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserEvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserEvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserGramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserGramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserLUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserLUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserQRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserQRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\Factorization\UserSvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\Factorization\UserSvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\MatrixLoader.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\MatrixLoader.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\MatrixStructureTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\MatrixStructureTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\MatrixTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\MatrixTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\MatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\MatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\SparseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\SparseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\SparseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\SparseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\SparseVectorTest.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\SparseVectorTest.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\SparseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\SparseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\UserDefinedMatrix.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\UserDefinedMatrix.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\UserDefinedMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\UserDefinedMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\UserDefinedVector.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\UserDefinedVector.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\UserDefinedVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\UserDefinedVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\VectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\VectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\VectorTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\VectorTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\VectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\VectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Complex\VectorTests.Norm.cs"> |
|
|
|
<Link>LinearAlgebraTests\Complex\VectorTests.Norm.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\DenseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\DenseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\DenseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\DenseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\DenseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\DenseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\DenseVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\DenseVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\DiagonalMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\DiagonalMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\CholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\CholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\EvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\EvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\GramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\GramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\LUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\LUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\QRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\QRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\SvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\SvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserCholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserCholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserEvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserEvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserGramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserGramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserLUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserLUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserQRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserQRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\Factorization\UserSvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\Factorization\UserSvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\MatrixLoader.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\MatrixLoader.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\MatrixStructureTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\MatrixStructureTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\MatrixTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\MatrixTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\MatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\MatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\SparseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\SparseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\SparseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\SparseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\SparseVectorTest.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\SparseVectorTest.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\SparseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\SparseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\UserDefinedMatrix.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\UserDefinedMatrix.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\UserDefinedMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\UserDefinedMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\UserDefinedVector.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\UserDefinedVector.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\UserDefinedVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\UserDefinedVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\VectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\VectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\VectorTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\VectorTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\VectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\VectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Double\VectorTests.Norm.cs"> |
|
|
|
<Link>LinearAlgebraTests\Double\VectorTests.Norm.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\MatrixStructureTheory.Access.cs"> |
|
|
|
<Link>LinearAlgebraTests\MatrixStructureTheory.Access.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\MatrixStructureTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\MatrixStructureTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\MatrixStructureTheory.Reform.cs"> |
|
|
|
<Link>LinearAlgebraTests\MatrixStructureTheory.Reform.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\DenseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\DenseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\DenseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\DenseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\DenseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\DenseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\DenseVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\DenseVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\DiagonalMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\DiagonalMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\CholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\CholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\EvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\EvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\GramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\GramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\LUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\LUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\QRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\QRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\SvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\SvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserCholeskyTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserCholeskyTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserEvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserEvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserGramSchmidtTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserGramSchmidtTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserLUTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserLUTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserQRTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserQRTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\Factorization\UserSvdTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\Factorization\UserSvdTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\MatrixLoader.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\MatrixLoader.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\MatrixStructureTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\MatrixStructureTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\MatrixTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\MatrixTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\MatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\MatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\SparseMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\SparseMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\SparseVectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\SparseVectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\SparseVectorTest.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\SparseVectorTest.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\SparseVectorTest.TextHandling.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\SparseVectorTest.TextHandling.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\UserDefinedMatrix.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\UserDefinedMatrix.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\UserDefinedMatrixTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\UserDefinedMatrixTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\UserDefinedVector.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\UserDefinedVector.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\UserDefinedVectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\UserDefinedVectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\VectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\VectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\VectorTests.Arithmetic.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\VectorTests.Arithmetic.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\VectorTests.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\VectorTests.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\Single\VectorTests.Norm.cs"> |
|
|
|
<Link>LinearAlgebraTests\Single\VectorTests.Norm.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\LinearAlgebraTests\VectorArithmeticTheory.cs"> |
|
|
|
<Link>LinearAlgebraTests\VectorArithmeticTheory.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\MatrixHelpers.cs"> |
|
|
|
<Link>MatrixHelpers.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\Properties\AssemblyInfo.cs"> |
|
|
|
<Link>Properties\AssemblyInfo.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\Properties\Settings.Designer.cs"> |
|
|
|
<Link>Properties\Settings.Designer.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\..\..\UnitTests\UseLinearAlgebraProvider.cs"> |
|
|
|
<Link>UseLinearAlgebraProvider.cs</Link> |
|
|
|
</Compile> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
|
|
<Install>false</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>Windows Installer 3.1</ProductName> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="..\..\..\..\data\Matlab\sparse-small.mat"> |
|
|
|
<Link>data\Matlab\sparse-small.mat</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</None> |
|
|
|
<None Include="..\..\..\UnitTests\Properties\Settings.settings"> |
|
|
|
<Link>Properties\Settings.settings</Link> |
|
|
|
</None> |
|
|
|
<None Include="App.config" /> |
|
|
|
</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> |
|
|
|
<Content Include="..\..\..\..\lib\Windows\Win32\MathNET.Numerics.MKL.dll"> |
|
|
|
<Link>MathNET.Numerics.MKL.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
<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> |