diff options
Diffstat (limited to 'src/matrixOperations')
-rw-r--r-- | src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj (renamed from src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj) | 20 | ||||
-rw-r--r-- | src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj (renamed from src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj) | 20 | ||||
-rw-r--r-- | src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj (renamed from src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj (renamed from src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj (renamed from src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj (renamed from src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj | 191 | ||||
-rw-r--r-- | src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj (renamed from src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj (renamed from src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj (renamed from src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj (renamed from src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj (renamed from src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj (renamed from src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj (renamed from src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj (renamed from src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj (renamed from src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj (renamed from src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/jmat/test_Jmat/testJmat.vcproj (renamed from src/matrixOperations/jmat/testJmat/testJmat.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj (renamed from src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj (renamed from src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj (renamed from src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj (renamed from src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj (renamed from src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj (renamed from src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj (renamed from src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj (renamed from src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj (renamed from src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj (renamed from src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj (renamed from src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj (renamed from src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj (renamed from src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj (renamed from src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj (renamed from src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj) | 0 | ||||
-rw-r--r-- | src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj (renamed from src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj (renamed from src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj) | 2 | ||||
-rw-r--r-- | src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj (renamed from src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj) | 2 |
36 files changed, 249 insertions, 0 deletions
diff --git a/src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj b/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj index d6f5536a..77c71e7b 100644 --- a/src/matrixOperations/cat/testDoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj +++ b/src/matrixOperations/cat/test_DoubleMatrixConcatenation/testDoubleMatrixConcatenation.vcproj @@ -41,6 +41,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
+ AdditionalIncludeDirectories="../../../includes;../../../type;../../includes"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -60,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -114,6 +116,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../includes;../../../type;../../includes"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -132,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@@ -173,6 +177,22 @@ <File
RelativePath="..\testDoubleMatrixConcatenation.c"
>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
diff --git a/src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj b/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj index bef936aa..525189a1 100644 --- a/src/matrixOperations/cat/testFloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj +++ b/src/matrixOperations/cat/test_FloatMatrixConcatenation/testFloatMatrixConcatenation.vcproj @@ -41,6 +41,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
+ AdditionalIncludeDirectories="../../../includes;../../../type;../../includes"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -60,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -114,6 +116,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../includes;../../../type;../../includes"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -132,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@@ -173,6 +177,22 @@ <File
RelativePath="..\testFloatMatrixConcatenation.c"
>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
diff --git a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj index b621c455..53fd45dd 100644 --- a/src/matrixOperations/chol/testDoubleChol/testDoubleChol.vcproj +++ b/src/matrixOperations/chol/test_DoubleChol/testDoubleChol.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj index 60a001ac..5619631a 100644 --- a/src/matrixOperations/chol/testFloatChol/testFloatChol.vcproj +++ b/src/matrixOperations/chol/test_FloatChol/testFloatChol.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj b/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj index 5d158bc0..66dc004a 100644 --- a/src/matrixOperations/determ/testDoubleDeterm/testDoubleDeterm.vcproj +++ b/src/matrixOperations/determ/test_DoubleDeterm/testDoubleDeterm.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj b/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj index 514b11bc..14720238 100644 --- a/src/matrixOperations/determ/testDoubleDist/testDoubleDist.vcproj +++ b/src/matrixOperations/determ/test_DoubleDist/testDoubleDist.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj b/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj new file mode 100644 index 00000000..b47ff180 --- /dev/null +++ b/src/matrixOperations/determ/test_FloatDeterm/testFloatDeterm.vcproj @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="testFloatDeterm"
+ ProjectGUID="{204A5126-03B1-4E9D-8CC1-CCA9F64BD081}"
+ RootNamespace="testFloatDeterm"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj b/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj index c9b51e41..7177d9ba 100644 --- a/src/matrixOperations/dist/testFloatDist/testFloatDist.vcproj +++ b/src/matrixOperations/dist/test_FloatDist/testFloatDist.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj b/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj index dd436967..dd436967 100644 --- a/src/matrixOperations/division/testMatrixLDivision/testMatrixLDivision.vcproj +++ b/src/matrixOperations/division/test_MatrixLDivision/testMatrixLDivision.vcproj diff --git a/src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj b/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj index 93bd087c..355bfb09 100644 --- a/src/matrixOperations/division/testMatrixRDivision/testMatrixRDivision.vcproj +++ b/src/matrixOperations/division/test_MatrixRDivision/testMatrixRDivision.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj index 328b7a1a..328b7a1a 100644 --- a/src/matrixOperations/expm/testMatrixExponential/testMatrixExponential.vcproj +++ b/src/matrixOperations/expm/test_MatrixExponential/testMatrixExponential.vcproj diff --git a/src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj index 8134f999..8134f999 100644 --- a/src/matrixOperations/eye/testMatrixEye/testMatrixEye.vcproj +++ b/src/matrixOperations/eye/test_MatrixEye/testMatrixEye.vcproj diff --git a/src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj index 3666dc73..3666dc73 100644 --- a/src/matrixOperations/fill/testDoubleFill/testDoubleFill.vcproj +++ b/src/matrixOperations/fill/test_DoubleFill/testDoubleFill.vcproj diff --git a/src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj b/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj index abcf480d..abcf480d 100644 --- a/src/matrixOperations/fill/testFloatFill/testFloatFill.vcproj +++ b/src/matrixOperations/fill/test_FloatFill/testFloatFill.vcproj diff --git a/src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj index 9632a505..9632a505 100644 --- a/src/matrixOperations/hilbert/testHilbert/testHilbert.vcproj +++ b/src/matrixOperations/hilbert/test_Hilbert/testHilbert.vcproj diff --git a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj b/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj index 0fccb46b..0fccb46b 100644 --- a/src/matrixOperations/infiniteNorm/testMatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj +++ b/src/matrixOperations/infiniteNorm/test_MatrixInfiniteNorm/testMatrixInfiniteNorm.vcproj diff --git a/src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj b/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj index 19045399..19045399 100644 --- a/src/matrixOperations/inversion/testMatrixInversion/testMatrixInversion.vcproj +++ b/src/matrixOperations/inversion/test_MatrixInversion/testMatrixInversion.vcproj diff --git a/src/matrixOperations/jmat/testJmat/testJmat.vcproj b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj index b2560581..b2560581 100644 --- a/src/matrixOperations/jmat/testJmat/testJmat.vcproj +++ b/src/matrixOperations/jmat/test_Jmat/testJmat.vcproj diff --git a/src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj index dee7fe08..dee7fe08 100644 --- a/src/matrixOperations/logm/testDoubleLogm/testDoubleLogm.vcproj +++ b/src/matrixOperations/logm/test_DoubleLogm/testDoubleLogm.vcproj diff --git a/src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj index 6dd01280..6dd01280 100644 --- a/src/matrixOperations/logm/testFloatLogm/testFloatLogm.vcproj +++ b/src/matrixOperations/logm/test_FloatLogm/testFloatLogm.vcproj diff --git a/src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj index 113d1101..113d1101 100644 --- a/src/matrixOperations/magnitude/testDoubleMagnitude/testDoubleMagnitude.vcproj +++ b/src/matrixOperations/magnitude/test_DoubleMagnitude/testDoubleMagnitude.vcproj diff --git a/src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj index 42b5b7b6..42b5b7b6 100644 --- a/src/matrixOperations/magnitude/testFloatMagnitude/testFloatMagnitude.vcproj +++ b/src/matrixOperations/magnitude/test_FloatMagnitude/testFloatMagnitude.vcproj diff --git a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj index 6202faea..6202faea 100644 --- a/src/matrixOperations/multiplication/testDoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj +++ b/src/matrixOperations/multiplication/test_DoubleMatrixMultiplication/testDoubleMatrixMultiplication.vcproj diff --git a/src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj index a59c0fb0..a59c0fb0 100644 --- a/src/matrixOperations/multiplication/testFloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj +++ b/src/matrixOperations/multiplication/test_FloatMatrixMultiplication/testFloatMatrixMultiplication.vcproj diff --git a/src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj b/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj index 65980a18..65980a18 100644 --- a/src/matrixOperations/ones/testMatrixOnes/testMatrixOnes.vcproj +++ b/src/matrixOperations/ones/test_MatrixOnes/testMatrixOnes.vcproj diff --git a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj index 100274fb..100274fb 100644 --- a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj +++ b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj diff --git a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj index 4da749d5..4da749d5 100644 --- a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj +++ b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj diff --git a/src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj index 1f8ffcc0..1f8ffcc0 100644 --- a/src/matrixOperations/spec/testDoubleSpec/testDoubleSpec.vcproj +++ b/src/matrixOperations/spec/test_DoubleSpec/testDoubleSpec.vcproj diff --git a/src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj index bb1ad9df..bb1ad9df 100644 --- a/src/matrixOperations/spec/testFloatSpec/testFloatSpec.vcproj +++ b/src/matrixOperations/spec/test_FloatSpec/testFloatSpec.vcproj diff --git a/src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj index 5fd61c59..5fd61c59 100644 --- a/src/matrixOperations/spec2/testDoubleSpec2/testDoubleSpec2.vcproj +++ b/src/matrixOperations/spec2/test_DoubleSpec2/testDoubleSpec2.vcproj diff --git a/src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj index 8911ce92..8911ce92 100644 --- a/src/matrixOperations/spec2/testFloatSpec2/testFloatSpec2.vcproj +++ b/src/matrixOperations/spec2/test_FloatSpec2/testFloatSpec2.vcproj diff --git a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj index 6354ec15..6354ec15 100644 --- a/src/matrixOperations/squaredMagnitude/testDoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj +++ b/src/matrixOperations/squaredMagnitude/test_DoubleSquaredMagnitude/testDoubleSquaredMagnitude.vcproj diff --git a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj index 3736e4ed..3736e4ed 100644 --- a/src/matrixOperations/squaredMagnitude/testFloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj +++ b/src/matrixOperations/squaredMagnitude/test_FloatSquaredMagnitude/testFloatSquaredMagnitude.vcproj diff --git a/src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj b/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj index f16f65a5..f5c62851 100644 --- a/src/matrixOperations/trace/testMatrixTrace/testMatrixTrace.vcproj +++ b/src/matrixOperations/trace/test_MatrixTrace/testMatrixTrace.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj b/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj index 80ec45a0..bb045ac4 100644 --- a/src/matrixOperations/transpose/testMatrixTranspose/testMatrixTranspose.vcproj +++ b/src/matrixOperations/transpose/test_MatrixTranspose/testMatrixTranspose.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj b/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj index 2e004b82..abcc01b3 100644 --- a/src/matrixOperations/zeros/testMatrixZeros/testMatrixZeros.vcproj +++ b/src/matrixOperations/zeros/test_MatrixZeros/testMatrixZeros.vcproj @@ -60,6 +60,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|