Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 10:04:37 (14 years ago)
Author:
gkronber
Message:

Added plugin for new version of ALGLIB. #875 (Update ALGLIB sources)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0/ALGLIB-2.3.0/ALGLIB-2.3.0.csproj

    r2805 r2806  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{44456535-5DB5-454A-BE2B-7426DA6700B6}</ProjectGuid>
     8    <ProjectGuid>{B5EAF001-021A-4572-84E3-FED4B8AEBBAB}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>ALGLIB</RootNamespace>
    12     <AssemblyName>ALGLIB-2.1.2.2591</AssemblyName>
     12    <AssemblyName>ALGLIB-2.3.0</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <Compile Include="ablas.cs" />
     83    <Compile Include="ablasf.cs" />
    8284    <Compile Include="airyf.cs" />
    8385    <Compile Include="ap.cs" />
     
    9496    <Compile Include="chebyshev.cs" />
    9597    <Compile Include="chisquaredistr.cs" />
    96     <Compile Include="cholesky.cs" />
    9798    <Compile Include="cinverse.cs" />
    98     <Compile Include="clu.cs" />
    9999    <Compile Include="conv.cs" />
    100100    <Compile Include="corr.cs" />
     
    102102    <Compile Include="correlationtests.cs" />
    103103    <Compile Include="cqr.cs" />
    104     <Compile Include="crcond.cs" />
    105104    <Compile Include="creflections.cs" />
    106     <Compile Include="csolve.cs" />
    107105    <Compile Include="ctrinverse.cs" />
    108     <Compile Include="ctrlinsolve.cs" />
    109106    <Compile Include="dawson.cs" />
    110107    <Compile Include="densesolver.cs" />
     
    125122    <Compile Include="hbisinv.cs" />
    126123    <Compile Include="hblas.cs" />
    127     <Compile Include="hcholesky.cs" />
    128124    <Compile Include="hermite.cs" />
    129125    <Compile Include="hessenberg.cs" />
     
    149145    <Compile Include="lq.cs" />
    150146    <Compile Include="lsfit.cs" />
    151     <Compile Include="lu.cs" />
    152147    <Compile Include="mannwhitneyu.cs" />
    153148    <Compile Include="matgen.cs" />
     
    171166    <Compile Include="reflections.cs" />
    172167    <Compile Include="rotations.cs" />
     168    <Compile Include="safesolve.cs" />
    173169    <Compile Include="sbisinv.cs" />
    174170    <Compile Include="sblas.cs" />
     
    180176    <Compile Include="spdgevd.cs" />
    181177    <Compile Include="spdinverse.cs" />
    182     <Compile Include="spdrcond.cs" />
    183     <Compile Include="spdsolve.cs" />
    184178    <Compile Include="spline1d.cs" />
    185179    <Compile Include="spline2d.cs" />
     
    194188    <Compile Include="tdbisinv.cs" />
    195189    <Compile Include="tdevd.cs" />
     190    <Compile Include="trfac.cs" />
    196191    <Compile Include="tridiagonal.cs" />
    197192    <Compile Include="trigintegrals.cs" />
     
    205200  <ItemGroup>
    206201    <None Include="HeuristicLab.snk" />
     202  </ItemGroup>
     203  <ItemGroup>
     204    <Content Include="ALGLIB License.txt" />
    207205  </ItemGroup>
    208206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.