[Quantproject-developers] QuantProject/t5_Testing QPTesting.csproj, 1.3, 1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-01-06 18:42:12
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15447/t5_Testing Modified Files: QPTesting.csproj Log Message: b1_ADT\Econometrics\LinearRegressionWithoutCovarianceMatrix.cs has been added b1_ADT\LinearAlgebra\TestCholeskyDecomposition.cs has been added b1_ADT\LinearAlgebra\TestLowerTriangular.cs has been added b1_ADT\LinearAlgebra\TestMatrix.cs has been added b1_ADT\LinearAlgebra\TestPositiveDefiniteMatrix.cs has been added Index: QPTesting.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/QPTesting.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** QPTesting.csproj 28 Mar 2010 17:23:06 -0000 1.3 --- QPTesting.csproj 6 Jan 2011 18:42:04 -0000 1.4 *************** *** 39,44 **** --- 39,49 ---- <Compile Include="a5_FakeImplementations\FakeHistoricalMarketValueProvider.cs" /> <Compile Include="AssemblyInfo.cs" /> + <Compile Include="b1_ADT\Econometrics\LinearRegressionWithoutCovarianceMatrix.cs" /> <Compile Include="b1_ADT\Econometrics\TestLinearRegression.cs" /> + <Compile Include="b1_ADT\LinearAlgebra\TestCholeskyDecomposition.cs" /> <Compile Include="b1_ADT\LinearAlgebra\TestLinearSystemSolver.cs" /> + <Compile Include="b1_ADT\LinearAlgebra\TestLowerTriangular.cs" /> + <Compile Include="b1_ADT\LinearAlgebra\TestMatrix.cs" /> + <Compile Include="b1_ADT\LinearAlgebra\TestPositiveDefiniteMatrix.cs" /> <Compile Include="b1_ADT\Sum.cs" /> <Compile Include="b3_data\Selectors\TestTickerSelector.cs" /> |