Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/12 08:20:22 (12 years ago)
Author:
gkronber
Message:

#1810 implemented a number of additional special functions from alglib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r7695 r7696  
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\bin\ALGLIB-3.5.0.dll</HintPath>
     97    </Reference>
    9598    <Reference Include="System" />
    9699    <Reference Include="System.Core">
     
    161164    <Compile Include="Symbols\Constant.cs" />
    162165    <Compile Include="Symbols\ConstantTreeNode.cs" />
     166    <Compile Include="Symbols\AiryA.cs" />
     167    <Compile Include="Symbols\AiryB.cs" />
     168    <Compile Include="Symbols\Bessel.cs" />
     169    <Compile Include="Symbols\Erf.cs" />
     170    <Compile Include="Symbols\Norm.cs" />
     171    <Compile Include="Symbols\FresnelCosineIntegral.cs" />
     172    <Compile Include="Symbols\FresnelSineIntegral.cs" />
     173    <Compile Include="Symbols\HyperbolicSineIntegral.cs" />
     174    <Compile Include="Symbols\HyperbolicCosineIntegral.cs" />
     175    <Compile Include="Symbols\SineIntegral.cs" />
     176    <Compile Include="Symbols\CosineIntegral.cs" />
     177    <Compile Include="Symbols\ExponentialIntegralEi.cs" />
     178    <Compile Include="Symbols\Dawson.cs" />
     179    <Compile Include="Symbols\Psi.cs" />
     180    <Compile Include="Symbols\Gamma.cs" />
    163181    <Compile Include="Symbols\SquareRoot.cs" />
    164182    <Compile Include="Symbols\Square.cs" />
Note: See TracChangeset for help on using the changeset viewer.