Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/10 14:25:41 (14 years ago)
Author:
gkronber
Message:

Added new alglib plugins to solution. #875

File:
1 edited

Legend:

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

    r4975 r4978  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</ProjectGuid>
     8    <ProjectGuid>{FC841674-62A7-4055-BE91-E41944B6C606}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>ALGLIB</RootNamespace>
    12     <AssemblyName>ALGLIB-2.5.0</AssemblyName>
     12    <AssemblyName>ALGLIB-3.1.0</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    105105  </ItemGroup>
    106106  <ItemGroup>
    107     <Compile Include="ablas.cs" />
    108     <Compile Include="ablasf.cs" />
    109     <Compile Include="airyf.cs" />
     107    <Compile Include="alglibinternal.cs" />
     108    <Compile Include="alglibmisc.cs" />
    110109    <Compile Include="ap.cs" />
    111     <Compile Include="autogk.cs" />
    112     <Compile Include="bdss.cs" />
    113     <Compile Include="bdsvd.cs" />
    114     <Compile Include="bessel.cs" />
    115     <Compile Include="betaf.cs" />
    116     <Compile Include="binomialdistr.cs" />
    117     <Compile Include="blas.cs" />
    118     <Compile Include="chebyshev.cs" />
    119     <Compile Include="chisquaredistr.cs" />
    120     <Compile Include="conv.cs" />
    121     <Compile Include="corr.cs" />
    122     <Compile Include="correlation.cs" />
    123     <Compile Include="correlationtests.cs" />
    124     <Compile Include="creflections.cs" />
    125     <Compile Include="dawson.cs" />
    126     <Compile Include="densesolver.cs" />
    127     <Compile Include="descriptivestatistics.cs" />
    128     <Compile Include="dforest.cs" />
    129     <Compile Include="elliptic.cs" />
    130     <Compile Include="estnorm.cs" />
    131     <Compile Include="evd.cs" />
    132     <Compile Include="expintegrals.cs" />
    133     <Compile Include="fdistr.cs" />
    134     <Compile Include="fft.cs" />
    135     <Compile Include="fht.cs" />
    136     <Compile Include="fresnel.cs" />
    137     <Compile Include="ftbase.cs" />
    138     <Compile Include="gammafunc.cs" />
    139     <Compile Include="gkq.cs" />
    140     <Compile Include="gq.cs" />
    141     <Compile Include="hblas.cs" />
    142     <Compile Include="hermite.cs" />
    143     <Compile Include="hqrnd.cs" />
    144     <Compile Include="hsschur.cs" />
    145     <Compile Include="ibetaf.cs" />
    146     <Compile Include="idwint.cs" />
    147     <Compile Include="igammaf.cs" />
    148     <Compile Include="inverseupdate.cs" />
    149     <Compile Include="jacobianelliptic.cs" />
    150     <Compile Include="jarquebera.cs" />
    151     <Compile Include="kmeans.cs" />
    152     <Compile Include="laguerre.cs" />
    153     <Compile Include="lda.cs" />
    154     <Compile Include="ldlt.cs" />
    155     <Compile Include="legendre.cs" />
    156     <Compile Include="linmin.cs" />
    157     <Compile Include="linreg.cs" />
    158     <Compile Include="logit.cs" />
    159     <Compile Include="lsfit.cs" />
    160     <Compile Include="mannwhitneyu.cs" />
    161     <Compile Include="matdet.cs" />
    162     <Compile Include="matgen.cs" />
    163     <Compile Include="matinv.cs" />
    164     <Compile Include="minasa.cs" />
    165     <Compile Include="mincg.cs" />
    166     <Compile Include="minlbfgs.cs" />
    167     <Compile Include="minlm.cs" />
    168     <Compile Include="mlpbase.cs" />
    169     <Compile Include="mlpe.cs" />
    170     <Compile Include="mlptrain.cs" />
    171     <Compile Include="nearestneighbor.cs" />
    172     <Compile Include="nearunityunit.cs" />
    173     <Compile Include="normaldistr.cs" />
    174     <Compile Include="odesolver.cs" />
    175     <Compile Include="ortfac.cs" />
    176     <Compile Include="pca.cs" />
    177     <Compile Include="poissondistr.cs" />
    178     <Compile Include="polint.cs" />
     110    <Compile Include="dataanalysis.cs" />
     111    <Compile Include="diffequations.cs" />
     112    <Compile Include="fasttransforms.cs" />
     113    <Compile Include="integration.cs" />
     114    <Compile Include="interpolation.cs" />
     115    <Compile Include="linalg.cs" />
     116    <Compile Include="optimization.cs" />
    179117    <Compile Include="Properties\AssemblyInfo.cs" />
    180     <Compile Include="psif.cs" />
    181     <Compile Include="ratint.cs" />
    182     <Compile Include="ratinterpolation.cs" />
    183     <Compile Include="rcond.cs" />
    184     <Compile Include="reflections.cs" />
    185     <Compile Include="rotations.cs" />
    186     <Compile Include="safesolve.cs" />
    187     <Compile Include="sblas.cs" />
    188     <Compile Include="schur.cs" />
    189     <Compile Include="sdet.cs" />
    190     <Compile Include="sinverse.cs" />
    191     <Compile Include="spdgevd.cs" />
    192     <Compile Include="spline1d.cs" />
    193     <Compile Include="spline2d.cs" />
    194     <Compile Include="spline3.cs" />
    195     <Compile Include="srcond.cs" />
    196     <Compile Include="ssolve.cs" />
    197     <Compile Include="stest.cs" />
    198     <Compile Include="studenttdistr.cs" />
    199     <Compile Include="studentttests.cs" />
    200     <Compile Include="svd.cs" />
    201     <Compile Include="taskgen.cs" />
    202     <Compile Include="trfac.cs" />
    203     <Compile Include="trigintegrals.cs" />
    204     <Compile Include="trlinsolve.cs" />
    205     <Compile Include="tsort.cs" />
    206     <Compile Include="variancetests.cs" />
    207     <Compile Include="wsr.cs" />
    208     <Compile Include="xblas.cs" />
     118    <Compile Include="solvers.cs" />
     119    <Compile Include="specialfunctions.cs" />
     120    <Compile Include="statistics.cs" />
    209121  </ItemGroup>
    210122  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.