|
|
@ -15,6 +15,8 @@ |
|
|
<DebugType>full</DebugType> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>..\..\out\lib-debug\XamariniOS\</OutputPath> |
|
|
<OutputPath>..\..\out\lib-debug\XamariniOS\</OutputPath> |
|
|
|
|
|
<IntermediateOutputPath>..\..\obj\lib-debug\XamariniOS\</IntermediateOutputPath> |
|
|
|
|
|
<BaseIntermediateOutputPath>..\..\obj\lib-debug\XamariniOS\</BaseIntermediateOutputPath> |
|
|
<DefineConstants>DEBUG;PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants> |
|
|
<DefineConstants>DEBUG;PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
@ -26,8 +28,11 @@ |
|
|
<MtouchTlsProvider></MtouchTlsProvider> |
|
|
<MtouchTlsProvider></MtouchTlsProvider> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<Optimize>true</Optimize> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>..\..\out\lib\XamariniOS\</OutputPath> |
|
|
<OutputPath>..\..\out\lib\XamariniOS\</OutputPath> |
|
|
|
|
|
<IntermediateOutputPath>..\..\obj\lib\XamariniOS\</IntermediateOutputPath> |
|
|
|
|
|
<BaseIntermediateOutputPath>..\..\obj\lib\XamariniOS\</BaseIntermediateOutputPath> |
|
|
<DefineConstants>PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants> |
|
|
<DefineConstants>PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
@ -57,392 +62,13 @@ |
|
|
</EmbeddedResource> |
|
|
</EmbeddedResource> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Include="**\*.cs" Exclude="Properties\Resources.Designer.cs"> |
|
|
|
|
|
</Compile> |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
</Compile> |
|
|
</Compile> |
|
|
<Compile Include="Differentiation\FiniteDifferenceCoefficients.cs" /> |
|
|
|
|
|
<Compile Include="Differentiation\NumericalDerivative.cs" /> |
|
|
|
|
|
<Compile Include="Differentiation\NumericalHessian.cs" /> |
|
|
|
|
|
<Compile Include="Differentiation\NumericalJacobian.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Bernoulli.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Beta.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\BetaScaled.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Binomial.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Categorical.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Cauchy.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Chi.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\ChiSquared.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\ContinuousUniform.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\ConwayMaxwellPoisson.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Dirichlet.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\DiscreteUniform.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Erlang.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Exponential.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\FisherSnedecor.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Gamma.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Geometric.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Hypergeometric.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\IContinuousDistribution.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\IDiscreteDistribution.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\IDistribution.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\IUnivariateDistribution.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\InverseGamma.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\InverseWishart.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Laplace.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\LogNormal.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\MatrixNormal.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Multinomial.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\NegativeBinomial.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Normal.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\NormalGamma.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Pareto.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Poisson.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Rayleigh.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Stable.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\StudentT.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Triangular.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Weibull.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Wishart.cs" /> |
|
|
|
|
|
<Compile Include="Distributions\Zipf.cs" /> |
|
|
|
|
|
<Compile Include="Financial\AbsoluteReturnMeasures.cs" /> |
|
|
|
|
|
<Compile Include="Financial\AbsoluteRiskMeasures.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Fourier.Bluestein.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Fourier.Naive.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Fourier.RadixN.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Fourier.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\FourierOptions.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Hartley.Naive.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\Hartley.cs" /> |
|
|
|
|
|
<Compile Include="IntegralTransforms\HartleyOptions.cs" /> |
|
|
|
|
|
<Compile Include="Integration\GaussRule\GaussLegendrePointFactory.cs" /> |
|
|
|
|
|
<Compile Include="Integration\GaussRule\GaussPoint.cs" /> |
|
|
|
|
|
<Compile Include="Integration\DoubleExponentialTransformation.cs" /> |
|
|
|
|
|
<Compile Include="Integration\GaussLegendreRule.cs" /> |
|
|
|
|
|
<Compile Include="Integration\NewtonCotesTrapeziumRule.cs" /> |
|
|
|
|
|
<Compile Include="Integration\SimpsonRule.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\Barycentric.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\BulirschStoerRationalInterpolation.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\CubicSpline.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\IInterpolation.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\LinearSpline.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\LogLinear.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\NevillePolynomialInterpolation.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\QuadraticSpline.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\SplineBoundaryCondition.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\StepInterpolation.cs" /> |
|
|
|
|
|
<Compile Include="Interpolation\TransformedInterpolation.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\Cholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\DenseSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\Evd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\GramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\LU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\QR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\Svd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Factorization\UserSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\BiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\CompositeSolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\DiagonalPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\GpBiCg.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\ILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\ILUTPPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\MILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\MlkBiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Solvers\TFQMR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\DenseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\DenseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\DiagonalMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Matrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\SparseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\SparseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex\Vector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\Cholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\DenseSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\Evd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\GramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\LU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\QR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\Svd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Factorization\UserSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\BiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\CompositeSolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\DiagonalPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\GpBiCg.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\ILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\ILUTPPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\MILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\MlkBiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Solvers\TFQMR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\DenseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\DenseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\DiagonalMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Matrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\SparseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\SparseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Complex32\Vector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\Cholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\DenseSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\Evd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\GramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\LU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\QR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\Svd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Factorization\UserSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\BiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\CompositeSolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\DiagonalPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\GpBiCg.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\ILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\ILUTPPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\MILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\MlkBiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Solvers\TFQMR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\DenseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\DenseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\DiagonalMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Matrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\SparseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\SparseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Double\Vector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\Cholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\Evd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\GramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\ISolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\LU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\QR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Factorization\Svd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\Cholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\DenseSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\Evd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\GramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\LU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\QR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\Svd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserCholesky.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserEvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserGramSchmidt.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserLU.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserQR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Factorization\UserSvd.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\BiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\CompositeSolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\DiagonalPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\GpBiCg.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\ILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\ILUTPPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\MILU0Preconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\MlkBiCgStab.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Solvers\TFQMR.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\DenseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\DenseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\DiagonalMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Matrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\SparseMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\SparseVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Single\Vector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\CancellationStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\DelegateStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\DivergenceStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\FailureStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IIterationStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IIterativeSolver.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IIterativeSolverSetup.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IterationCountStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\IterationStatus.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\Iterator.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\ResidualStopCriterion.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\SolverSetup.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Solvers\UnitPreconditioner.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\DenseColumnMajorMatrixStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\DenseVectorStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\DiagonalMatrixStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\MatrixStorage.Validation.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\MatrixStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\SparseCompressedRowMatrixStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\SparseVectorStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\VectorStorage.Validation.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Storage\VectorStorage.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Builder.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\CreateMatrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\CreateVector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Matrix.Arithmetic.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Matrix.BCL.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Matrix.Operators.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Matrix.Solve.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Matrix.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\MatrixExtensions.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Options.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Vector.Arithmetic.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Vector.BCL.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Vector.Operators.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\Vector.cs" /> |
|
|
|
|
|
<Compile Include="LinearAlgebra\VectorExtensions.cs" /> |
|
|
|
|
|
<Compile Include="LinearRegression\MultipleRegression.cs" /> |
|
|
|
|
|
<Compile Include="LinearRegression\Options.cs" /> |
|
|
|
|
|
<Compile Include="LinearRegression\SimpleRegression.cs" /> |
|
|
|
|
|
<Compile Include="LinearRegression\Util.cs" /> |
|
|
|
|
|
<Compile Include="LinearRegression\WeightedRegression.cs" /> |
|
|
|
|
|
<Compile Include="OdeSolvers\AdamsBashforth.cs" /> |
|
|
|
|
|
<Compile Include="OdeSolvers\RungeKutta.cs" /> |
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Double.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Single.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\SafeNativeMethods.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaLinearAlgebraProvider.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaLinearAlgebraProvider.Double.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaLinearAlgebraProvider.Single.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaLinearAlgebraProvider.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\CudaProviderCapabilities.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Cuda\SafeNativeMethods.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Double.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Single.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklProviderCapabilities.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\SafeNativeMethods.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasLinearAlgebraProvider.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasLinearAlgebraProvider.Double.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasLinearAlgebraProvider.Single.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasLinearAlgebraProvider.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\OpenBlasProviderCapabilities.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\OpenBlas\SafeNativeMethods.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ILinearAlgebraProvider.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Double.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Single.cs" /> |
|
|
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.cs" /> |
|
|
|
|
|
<Compile Include="Providers\NativeProviderLoader.cs" /> |
|
|
|
|
|
<Compile Include="Random\CryptoRandomSource.cs" /> |
|
|
|
|
|
<Compile Include="Random\Mcg31m1.cs" /> |
|
|
|
|
|
<Compile Include="Random\Mcg59.cs" /> |
|
|
|
|
|
<Compile Include="Random\MersenneTwister.cs" /> |
|
|
|
|
|
<Compile Include="Random\Mrg32k3a.cs" /> |
|
|
|
|
|
<Compile Include="Random\Palf.cs" /> |
|
|
|
|
|
<Compile Include="Random\RandomExtensions.cs" /> |
|
|
|
|
|
<Compile Include="Random\RandomSeed.cs" /> |
|
|
|
|
|
<Compile Include="Random\RandomSource.cs" /> |
|
|
|
|
|
<Compile Include="Random\SystemRandomSource.cs" /> |
|
|
|
|
|
<Compile Include="Random\WH1982.cs" /> |
|
|
|
|
|
<Compile Include="Random\WH2006.cs" /> |
|
|
|
|
|
<Compile Include="Random\Xorshift.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\Bisection.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\Brent.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\Broyden.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\Cubic.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\NewtonRaphson.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\RobustNewtonRaphson.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\Secant.cs" /> |
|
|
|
|
|
<Compile Include="RootFinding\ZeroCrossingBracketing.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Beta.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Erf.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Evaluate.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\ExponentialIntegral.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Factorial.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Gamma.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Harmonic.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Logistic.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\ModifiedBessel.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\ModifiedStruve.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\Stability.cs" /> |
|
|
|
|
|
<Compile Include="SpecialFunctions\TestFunctions.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\HybridMC.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\HybridMCGeneric.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\MCMCDiagnostics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\MCMCSampler.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\MetropolisHastingsSampler.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\MetropolisSampler.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\RejectionSampler.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\UnivariateHybridMC.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MCMC\UnivariateSliceSampler.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\ArrayStatistics.Complex.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\ArrayStatistics.Int32.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\ArrayStatistics.Single.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\ArrayStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\Correlation.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\DescriptiveStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\Histogram.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\MovingStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\QuantileDefinition.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\RankDefinition.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\RunningStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\SortedArrayStatistics.Single.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\SortedArrayStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\Statistics.cs" /> |
|
|
|
|
|
<Compile Include="Statistics\StreamingStatistics.cs" /> |
|
|
|
|
|
<Compile Include="Threading\CommonParallel.cs" /> |
|
|
|
|
|
<Compile Include="ArrayExtensions.cs" /> |
|
|
|
|
|
<Compile Include="Combinatorics.cs" /> |
|
|
|
|
|
<Compile Include="Compatibility.cs" /> |
|
|
|
|
|
<Compile Include="Complex32.cs" /> |
|
|
|
|
|
<Compile Include="Complex64.cs" /> |
|
|
|
|
|
<Compile Include="ComplexExtensions.cs" /> |
|
|
|
|
|
<Compile Include="Constants.cs" /> |
|
|
|
|
|
<Compile Include="Control.cs" /> |
|
|
|
|
|
<Compile Include="Differentiate.cs" /> |
|
|
|
|
|
<Compile Include="Distance.cs" /> |
|
|
|
|
|
<Compile Include="Euclid.cs" /> |
|
|
|
|
|
<Compile Include="ExcelFunctions.cs" /> |
|
|
|
|
|
<Compile Include="Exceptions.cs" /> |
|
|
|
|
|
<Compile Include="FindRoots.cs" /> |
|
|
|
|
|
<Compile Include="Fit.cs" /> |
|
|
|
|
|
<Compile Include="Generate.cs" /> |
|
|
|
|
|
<Compile Include="GlobalizationHelper.cs" /> |
|
|
|
|
|
<Compile Include="GoodnessOfFit.cs" /> |
|
|
|
|
|
<Compile Include="Integrate.cs" /> |
|
|
|
|
|
<Compile Include="Interpolate.cs" /> |
|
|
|
|
|
<Compile Include="Permutation.cs" /> |
|
|
|
|
|
<Compile Include="Precision.Comparison.cs" /> |
|
|
|
|
|
<Compile Include="Precision.Equality.cs" /> |
|
|
|
|
|
<Compile Include="Precision.cs" /> |
|
|
|
|
|
<Compile Include="Sorting.cs" /> |
|
|
|
|
|
<Compile Include="Trigonometry.cs" /> |
|
|
|
|
|
<Compile Include="Window.cs" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
</Project> |
|
|
</Project> |