Changeset 2650 in Sophya


Ignore:
Timestamp:
Feb 9, 2005, 7:05:08 PM (21 years ago)
Author:
ansari
Message:

Ajout classe MinZSimplex (minimisation simplex, fichier simplex.h .cc) et MAJ Makefile - Reza 09/02/2005

Location:
trunk/SophyaLib/NTools
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/Makefile

    r2631 r2650  
    33all: $(LIB)libNTools.a
    44clean:
    5         rm -f $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
     5        rm -f $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)simplex.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
    66        rm -f $(LIB)libNTools.a
    7 $(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o
     7$(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)simplex.o $(OBJ)tabmath.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    13 $(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
    14  $(INC)sopnamsp.h FSAppIrrSmpl.h \
    15  $(INC)machdefs.h nbmath.h \
    16  $(INC)smathconst.h \
    17  $(INC)timing.h \
    18  $(INC)array.h \
    19  $(INC)tarray.h \
    20  $(INC)basarr.h \
    21  $(INC)anydataobj.h \
    22  $(INC)mutyv.h \
    23  $(INC)dvlist.h \
    24  $(INC)objfio.h \
    25  $(INC)ppersist.h \
    26  $(INC)pexceptions.h \
    27  $(INC)gnumd5.h \
    28  $(INC)ppfbinstream.h \
    29  $(INC)rawstream.h \
    30  $(INC)ppfnametag.h \
    31  $(INC)ndatablock.h \
    32  $(INC)utilarr.h \
    33  $(INC)tmatrix.h \
    34  $(INC)tvector.h \
    35  $(INC)matharr.h \
    36  $(INC)fioarr.h \
    37  $(INC)sopemtx.h fftservintf.h fftpserver.h \
    38  $(INC)toeplitzMatrix.h \
    39  $(INC)nbmath.h \
    40  $(INC)fftservintf.h \
    41  $(INC)fftpserver.h
     13$(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc $(INC)sopnamsp.h \
     14  FSAppIrrSmpl.h $(INC)machdefs.h nbmath.h \
     15  $(INC)smathconst.h \
     16  $(INC)timing.h \
     17  $(INC)array.h \
     18  $(INC)tarray.h \
     19  $(INC)basarr.h \
     20  $(INC)anydataobj.h \
     21  $(INC)mutyv.h \
     22  $(INC)dvlist.h \
     23  $(INC)objfio.h \
     24  $(INC)ppersist.h \
     25  $(INC)pexceptions.h \
     26  $(INC)gnumd5.h \
     27  $(INC)ppfbinstream.h \
     28  $(INC)rawstream.h \
     29  $(INC)ppfnametag.h \
     30  $(INC)ndatablock.h \
     31  $(INC)utilarr.h \
     32  $(INC)tmatrix.h \
     33  $(INC)tvector.h \
     34  $(INC)matharr.h \
     35  $(INC)fioarr.h \
     36  $(INC)sopemtx.h fftservintf.h fftpserver.h \
     37  $(INC)toeplitzMatrix.h \
     38  $(INC)nbmath.h \
     39  $(INC)fftservintf.h \
     40  $(INC)fftpserver.h
    4241$(OBJ)cimage.o: cimage.cc $(INC)sopnamsp.h \
    43  $(INC)machdefs.h \
    44  $(INC)pexceptions.h cimage.h \
    45  $(INC)tmatrix.h \
    46  $(INC)tarray.h \
    47  $(INC)basarr.h \
    48  $(INC)anydataobj.h \
    49  $(INC)mutyv.h \
    50  $(INC)dvlist.h \
    51  $(INC)objfio.h \
    52  $(INC)ppersist.h \
    53  $(INC)gnumd5.h \
    54  $(INC)ppfbinstream.h \
    55  $(INC)rawstream.h \
    56  $(INC)ppfnametag.h \
    57  $(INC)ndatablock.h \
    58  $(INC)utilarr.h \
    59  $(INC)fioarr.h \
    60  $(INC)tvector.h \
    61  $(INC)datatype.h
     42  $(INC)machdefs.h \
     43  $(INC)pexceptions.h cimage.h \
     44  $(INC)tmatrix.h \
     45  $(INC)tarray.h \
     46  $(INC)basarr.h \
     47  $(INC)anydataobj.h \
     48  $(INC)mutyv.h \
     49  $(INC)dvlist.h \
     50  $(INC)objfio.h \
     51  $(INC)ppersist.h \
     52  $(INC)gnumd5.h \
     53  $(INC)ppfbinstream.h \
     54  $(INC)rawstream.h \
     55  $(INC)ppfnametag.h \
     56  $(INC)ndatablock.h \
     57  $(INC)utilarr.h \
     58  $(INC)fioarr.h \
     59  $(INC)tvector.h \
     60  $(INC)datatype.h
    6261$(OBJ)cspline.o: cspline.cc $(INC)sopnamsp.h \
    63  $(INC)machdefs.h nbtri.h cspline.h \
    64  $(INC)pexceptions.h
     62  $(INC)machdefs.h nbtri.h cspline.h \
     63  $(INC)pexceptions.h
    6564$(OBJ)datatypes.o: datatypes.cc $(INC)sopnamsp.h \
    66  datatypes.h $(INC)machdefs.h
     65  datatypes.h $(INC)machdefs.h
    6766$(OBJ)dates.o: dates.cc $(INC)sopnamsp.h \
    68  $(INC)machdefs.h \
    69  $(INC)perrors.h \
    70  $(INC)pexceptions.h dates.h
     67  $(INC)machdefs.h \
     68  $(INC)perrors.h \
     69  $(INC)pexceptions.h dates.h
    7170$(OBJ)difeq.o: difeq.cc $(INC)sopnamsp.h difeq.h \
    72  $(INC)machdefs.h \
    73  $(INC)pexceptions.h \
    74  $(INC)tvector.h \
    75  $(INC)tmatrix.h \
    76  $(INC)tarray.h \
    77  $(INC)basarr.h \
    78  $(INC)anydataobj.h \
    79  $(INC)mutyv.h \
    80  $(INC)dvlist.h \
    81  $(INC)objfio.h \
    82  $(INC)ppersist.h \
    83  $(INC)gnumd5.h \
    84  $(INC)ppfbinstream.h \
    85  $(INC)rawstream.h \
    86  $(INC)ppfnametag.h \
    87  $(INC)ndatablock.h \
    88  $(INC)utilarr.h \
    89  $(INC)ctimer.h
     71  $(INC)machdefs.h \
     72  $(INC)pexceptions.h \
     73  $(INC)tvector.h \
     74  $(INC)tmatrix.h \
     75  $(INC)tarray.h \
     76  $(INC)basarr.h \
     77  $(INC)anydataobj.h \
     78  $(INC)mutyv.h \
     79  $(INC)dvlist.h \
     80  $(INC)objfio.h \
     81  $(INC)ppersist.h \
     82  $(INC)gnumd5.h \
     83  $(INC)ppfbinstream.h \
     84  $(INC)rawstream.h \
     85  $(INC)ppfnametag.h \
     86  $(INC)ndatablock.h \
     87  $(INC)utilarr.h \
     88  $(INC)ctimer.h
    9089$(OBJ)dynccd.o: dynccd.cc $(INC)sopnamsp.h \
    91  $(INC)machdefs.h fmath.h perandom.h \
    92  $(INC)histos.h \
    93  $(INC)objfio.h \
    94  $(INC)anydataobj.h \
    95  $(INC)ppersist.h \
    96  $(INC)pexceptions.h \
    97  $(INC)gnumd5.h \
    98  $(INC)ppfbinstream.h \
    99  $(INC)rawstream.h \
    100  $(INC)ppfnametag.h \
    101  $(INC)peida.h \
    102  $(INC)utils.h \
    103  $(INC)perrors.h \
    104  $(INC)fmath.h \
    105  $(INC)tvector.h \
    106  $(INC)tmatrix.h \
    107  $(INC)tarray.h \
    108  $(INC)basarr.h \
    109  $(INC)mutyv.h \
    110  $(INC)dvlist.h \
    111  $(INC)ndatablock.h \
    112  $(INC)utilarr.h nbrandom.h \
    113  $(INC)srandgen.h cimage.h \
    114  $(INC)fioarr.h dynccd.h
     90  $(INC)machdefs.h fmath.h perandom.h \
     91  $(INC)histos.h \
     92  $(INC)objfio.h \
     93  $(INC)anydataobj.h \
     94  $(INC)ppersist.h \
     95  $(INC)pexceptions.h \
     96  $(INC)gnumd5.h \
     97  $(INC)ppfbinstream.h \
     98  $(INC)rawstream.h \
     99  $(INC)ppfnametag.h \
     100  $(INC)peida.h \
     101  $(INC)utils.h \
     102  $(INC)perrors.h \
     103  $(INC)fmath.h \
     104  $(INC)tvector.h \
     105  $(INC)tmatrix.h \
     106  $(INC)tarray.h \
     107  $(INC)basarr.h \
     108  $(INC)mutyv.h \
     109  $(INC)dvlist.h \
     110  $(INC)ndatablock.h \
     111  $(INC)utilarr.h nbrandom.h \
     112  $(INC)srandgen.h cimage.h \
     113  $(INC)fioarr.h dynccd.h
    115114$(OBJ)fct1dfit.o: fct1dfit.cc $(INC)sopnamsp.h \
    116  $(INC)machdefs.h fct1dfit.h generalfit.h \
    117  $(INC)pexceptions.h \
    118  $(INC)tvector.h \
    119  $(INC)tmatrix.h \
    120  $(INC)tarray.h \
    121  $(INC)basarr.h \
    122  $(INC)anydataobj.h \
    123  $(INC)mutyv.h \
    124  $(INC)dvlist.h \
    125  $(INC)objfio.h \
    126  $(INC)ppersist.h \
    127  $(INC)gnumd5.h \
    128  $(INC)ppfbinstream.h \
    129  $(INC)rawstream.h \
    130  $(INC)ppfnametag.h \
    131  $(INC)ndatablock.h \
    132  $(INC)utilarr.h generaldata.h \
    133  $(INC)ntupintf.h poly.h peida.h \
    134  $(INC)utils.h \
    135  $(INC)perrors.h fmath.h nbconst.h tabmath.h
     115  $(INC)machdefs.h fct1dfit.h generalfit.h \
     116  $(INC)pexceptions.h \
     117  $(INC)tvector.h \
     118  $(INC)tmatrix.h \
     119  $(INC)tarray.h \
     120  $(INC)basarr.h \
     121  $(INC)anydataobj.h \
     122  $(INC)mutyv.h \
     123  $(INC)dvlist.h \
     124  $(INC)objfio.h \
     125  $(INC)ppersist.h \
     126  $(INC)gnumd5.h \
     127  $(INC)ppfbinstream.h \
     128  $(INC)rawstream.h \
     129  $(INC)ppfnametag.h \
     130  $(INC)ndatablock.h \
     131  $(INC)utilarr.h generaldata.h \
     132  $(INC)ntupintf.h poly.h peida.h \
     133  $(INC)utils.h \
     134  $(INC)perrors.h fmath.h nbconst.h tabmath.h
    136135$(OBJ)fct2dfit.o: fct2dfit.cc $(INC)sopnamsp.h \
    137  $(INC)machdefs.h fct2dfit.h generalfit.h \
    138  $(INC)pexceptions.h \
    139  $(INC)tvector.h \
    140  $(INC)tmatrix.h \
    141  $(INC)tarray.h \
    142  $(INC)basarr.h \
    143  $(INC)anydataobj.h \
    144  $(INC)mutyv.h \
    145  $(INC)dvlist.h \
    146  $(INC)objfio.h \
    147  $(INC)ppersist.h \
    148  $(INC)gnumd5.h \
    149  $(INC)ppfbinstream.h \
    150  $(INC)rawstream.h \
    151  $(INC)ppfnametag.h \
    152  $(INC)ndatablock.h \
    153  $(INC)utilarr.h generaldata.h \
    154  $(INC)ntupintf.h poly.h peida.h \
    155  $(INC)utils.h \
    156  $(INC)perrors.h fmath.h nbconst.h tabmath.h \
    157  simps2d.h
     136  $(INC)machdefs.h fct2dfit.h generalfit.h \
     137  $(INC)pexceptions.h \
     138  $(INC)tvector.h \
     139  $(INC)tmatrix.h \
     140  $(INC)tarray.h \
     141  $(INC)basarr.h \
     142  $(INC)anydataobj.h \
     143  $(INC)mutyv.h \
     144  $(INC)dvlist.h \
     145  $(INC)objfio.h \
     146  $(INC)ppersist.h \
     147  $(INC)gnumd5.h \
     148  $(INC)ppfbinstream.h \
     149  $(INC)rawstream.h \
     150  $(INC)ppfnametag.h \
     151  $(INC)ndatablock.h \
     152  $(INC)utilarr.h generaldata.h \
     153  $(INC)ntupintf.h poly.h peida.h \
     154  $(INC)utils.h \
     155  $(INC)perrors.h fmath.h nbconst.h tabmath.h \
     156  simps2d.h
    158157$(OBJ)fftmserver.o: fftmserver.cc $(INC)sopnamsp.h \
    159  fftmserver.h fftservintf.h $(INC)machdefs.h \
    160  $(INC)pexceptions.h \
    161  $(INC)tmatrix.h \
    162  $(INC)tarray.h \
    163  $(INC)basarr.h \
    164  $(INC)anydataobj.h \
    165  $(INC)mutyv.h \
    166  $(INC)dvlist.h \
    167  $(INC)objfio.h \
    168  $(INC)ppersist.h \
    169  $(INC)gnumd5.h \
    170  $(INC)ppfbinstream.h \
    171  $(INC)rawstream.h \
    172  $(INC)ppfnametag.h \
    173  $(INC)ndatablock.h \
    174  $(INC)utilarr.h \
    175  $(INC)tvector.h fftmayer.h
     158  fftmserver.h fftservintf.h $(INC)machdefs.h \
     159  $(INC)pexceptions.h \
     160  $(INC)tmatrix.h \
     161  $(INC)tarray.h \
     162  $(INC)basarr.h \
     163  $(INC)anydataobj.h \
     164  $(INC)mutyv.h \
     165  $(INC)dvlist.h \
     166  $(INC)objfio.h \
     167  $(INC)ppersist.h \
     168  $(INC)gnumd5.h \
     169  $(INC)ppfbinstream.h \
     170  $(INC)rawstream.h \
     171  $(INC)ppfnametag.h \
     172  $(INC)ndatablock.h \
     173  $(INC)utilarr.h \
     174  $(INC)tvector.h fftmayer.h
    176175$(OBJ)fftpserver.o: fftpserver.cc $(INC)sopnamsp.h \
    177  fftpserver.h fftservintf.h $(INC)machdefs.h \
    178  $(INC)pexceptions.h \
    179  $(INC)tmatrix.h \
    180  $(INC)tarray.h \
    181  $(INC)basarr.h \
    182  $(INC)anydataobj.h \
    183  $(INC)mutyv.h \
    184  $(INC)dvlist.h \
    185  $(INC)objfio.h \
    186  $(INC)ppersist.h \
    187  $(INC)gnumd5.h \
    188  $(INC)ppfbinstream.h \
    189  $(INC)rawstream.h \
    190  $(INC)ppfnametag.h \
    191  $(INC)ndatablock.h \
    192  $(INC)utilarr.h \
    193  $(INC)tvector.h fftpackc.h
    194 $(OBJ)fftservintf.o: fftservintf.cc \
    195  $(INC)sopnamsp.h fftservintf.h \
    196  $(INC)machdefs.h \
    197  $(INC)pexceptions.h \
    198  $(INC)tmatrix.h \
    199  $(INC)tarray.h \
    200  $(INC)basarr.h \
    201  $(INC)anydataobj.h \
    202  $(INC)mutyv.h \
    203  $(INC)dvlist.h \
    204  $(INC)objfio.h \
    205  $(INC)ppersist.h \
    206  $(INC)gnumd5.h \
    207  $(INC)ppfbinstream.h \
    208  $(INC)rawstream.h \
    209  $(INC)ppfnametag.h \
    210  $(INC)ndatablock.h \
    211  $(INC)utilarr.h \
    212  $(INC)tvector.h
     176  fftpserver.h fftservintf.h $(INC)machdefs.h \
     177  $(INC)pexceptions.h \
     178  $(INC)tmatrix.h \
     179  $(INC)tarray.h \
     180  $(INC)basarr.h \
     181  $(INC)anydataobj.h \
     182  $(INC)mutyv.h \
     183  $(INC)dvlist.h \
     184  $(INC)objfio.h \
     185  $(INC)ppersist.h \
     186  $(INC)gnumd5.h \
     187  $(INC)ppfbinstream.h \
     188  $(INC)rawstream.h \
     189  $(INC)ppfnametag.h \
     190  $(INC)ndatablock.h \
     191  $(INC)utilarr.h \
     192  $(INC)tvector.h fftpackc.h
     193$(OBJ)fftservintf.o: fftservintf.cc $(INC)sopnamsp.h \
     194  fftservintf.h $(INC)machdefs.h \
     195  $(INC)pexceptions.h \
     196  $(INC)tmatrix.h \
     197  $(INC)tarray.h \
     198  $(INC)basarr.h \
     199  $(INC)anydataobj.h \
     200  $(INC)mutyv.h \
     201  $(INC)dvlist.h \
     202  $(INC)objfio.h \
     203  $(INC)ppersist.h \
     204  $(INC)gnumd5.h \
     205  $(INC)ppfbinstream.h \
     206  $(INC)rawstream.h \
     207  $(INC)ppfnametag.h \
     208  $(INC)ndatablock.h \
     209  $(INC)utilarr.h \
     210  $(INC)tvector.h
    213211$(OBJ)functab.o: functab.cc $(INC)sopnamsp.h \
    214  $(INC)machdefs.h \
    215  $(INC)pexceptions.h functab.h \
    216  $(INC)tvector.h \
    217  $(INC)tmatrix.h \
    218  $(INC)tarray.h \
    219  $(INC)basarr.h \
    220  $(INC)anydataobj.h \
    221  $(INC)mutyv.h \
    222  $(INC)dvlist.h \
    223  $(INC)objfio.h \
    224  $(INC)ppersist.h \
    225  $(INC)gnumd5.h \
    226  $(INC)ppfbinstream.h \
    227  $(INC)rawstream.h \
    228  $(INC)ppfnametag.h \
    229  $(INC)ndatablock.h \
    230  $(INC)utilarr.h
    231 $(OBJ)generaldata.o: generaldata.cc \
    232  $(INC)sopnamsp.h \
    233  $(INC)machdefs.h \
    234  $(INC)strutil.h nbtri.h generalfit.h \
    235  $(INC)pexceptions.h \
    236  $(INC)tvector.h \
    237  $(INC)tmatrix.h \
    238  $(INC)tarray.h \
    239  $(INC)basarr.h \
    240  $(INC)anydataobj.h \
    241  $(INC)mutyv.h \
    242  $(INC)dvlist.h \
    243  $(INC)objfio.h \
    244  $(INC)ppersist.h \
    245  $(INC)gnumd5.h \
    246  $(INC)ppfbinstream.h \
    247  $(INC)rawstream.h \
    248  $(INC)ppfnametag.h \
    249  $(INC)ndatablock.h \
    250  $(INC)utilarr.h generaldata.h \
    251  $(INC)ntupintf.h poly.h peida.h \
    252  $(INC)utils.h \
    253  $(INC)perrors.h fmath.h
     212  $(INC)machdefs.h \
     213  $(INC)pexceptions.h functab.h \
     214  $(INC)tvector.h \
     215  $(INC)tmatrix.h \
     216  $(INC)tarray.h \
     217  $(INC)basarr.h \
     218  $(INC)anydataobj.h \
     219  $(INC)mutyv.h \
     220  $(INC)dvlist.h \
     221  $(INC)objfio.h \
     222  $(INC)ppersist.h \
     223  $(INC)gnumd5.h \
     224  $(INC)ppfbinstream.h \
     225  $(INC)rawstream.h \
     226  $(INC)ppfnametag.h \
     227  $(INC)ndatablock.h \
     228  $(INC)utilarr.h
     229$(OBJ)generaldata.o: generaldata.cc $(INC)sopnamsp.h \
     230  $(INC)machdefs.h \
     231  $(INC)strutil.h nbtri.h generalfit.h \
     232  $(INC)pexceptions.h \
     233  $(INC)tvector.h \
     234  $(INC)tmatrix.h \
     235  $(INC)tarray.h \
     236  $(INC)basarr.h \
     237  $(INC)anydataobj.h \
     238  $(INC)mutyv.h \
     239  $(INC)dvlist.h \
     240  $(INC)objfio.h \
     241  $(INC)ppersist.h \
     242  $(INC)gnumd5.h \
     243  $(INC)ppfbinstream.h \
     244  $(INC)rawstream.h \
     245  $(INC)ppfnametag.h \
     246  $(INC)ndatablock.h \
     247  $(INC)utilarr.h generaldata.h \
     248  $(INC)ntupintf.h poly.h peida.h \
     249  $(INC)utils.h \
     250  $(INC)perrors.h fmath.h
    254251$(OBJ)generalfit.o: generalfit.cc $(INC)sopnamsp.h \
    255  $(INC)machdefs.h \
    256  $(INC)pexceptions.h generalfit.h \
    257  $(INC)tvector.h \
    258  $(INC)tmatrix.h \
    259  $(INC)tarray.h \
    260  $(INC)basarr.h \
    261  $(INC)anydataobj.h \
    262  $(INC)mutyv.h \
    263  $(INC)dvlist.h \
    264  $(INC)objfio.h \
    265  $(INC)ppersist.h \
    266  $(INC)gnumd5.h \
    267  $(INC)ppfbinstream.h \
    268  $(INC)rawstream.h \
    269  $(INC)ppfnametag.h \
    270  $(INC)ndatablock.h \
    271  $(INC)utilarr.h generaldata.h \
    272  $(INC)ntupintf.h poly.h peida.h \
    273  $(INC)utils.h \
    274  $(INC)perrors.h fmath.h \
    275  $(INC)sopemtx.h
     252  $(INC)machdefs.h \
     253  $(INC)pexceptions.h generalfit.h \
     254  $(INC)tvector.h \
     255  $(INC)tmatrix.h \
     256  $(INC)tarray.h \
     257  $(INC)basarr.h \
     258  $(INC)anydataobj.h \
     259  $(INC)mutyv.h \
     260  $(INC)dvlist.h \
     261  $(INC)objfio.h \
     262  $(INC)ppersist.h \
     263  $(INC)gnumd5.h \
     264  $(INC)ppfbinstream.h \
     265  $(INC)rawstream.h \
     266  $(INC)ppfnametag.h \
     267  $(INC)ndatablock.h \
     268  $(INC)utilarr.h generaldata.h \
     269  $(INC)ntupintf.h poly.h peida.h \
     270  $(INC)utils.h \
     271  $(INC)perrors.h fmath.h \
     272  $(INC)sopemtx.h
    276273$(OBJ)integ.o: integ.cc $(INC)sopnamsp.h integ.h \
    277  $(INC)machdefs.h \
    278  $(INC)pexceptions.h classfunc.h generalfit.h \
    279  $(INC)tvector.h \
    280  $(INC)tmatrix.h \
    281  $(INC)tarray.h \
    282  $(INC)basarr.h \
    283  $(INC)anydataobj.h \
    284  $(INC)mutyv.h \
    285  $(INC)dvlist.h \
    286  $(INC)objfio.h \
    287  $(INC)ppersist.h \
    288  $(INC)gnumd5.h \
    289  $(INC)ppfbinstream.h \
    290  $(INC)rawstream.h \
    291  $(INC)ppfnametag.h \
    292  $(INC)ndatablock.h \
    293  $(INC)utilarr.h generaldata.h \
    294  $(INC)ntupintf.h poly.h peida.h \
    295  $(INC)utils.h \
    296  $(INC)perrors.h fmath.h
     274  $(INC)machdefs.h \
     275  $(INC)pexceptions.h classfunc.h generalfit.h \
     276  $(INC)tvector.h \
     277  $(INC)tmatrix.h \
     278  $(INC)tarray.h \
     279  $(INC)basarr.h \
     280  $(INC)anydataobj.h \
     281  $(INC)mutyv.h \
     282  $(INC)dvlist.h \
     283  $(INC)objfio.h \
     284  $(INC)ppersist.h \
     285  $(INC)gnumd5.h \
     286  $(INC)ppfbinstream.h \
     287  $(INC)rawstream.h \
     288  $(INC)ppfnametag.h \
     289  $(INC)ndatablock.h \
     290  $(INC)utilarr.h generaldata.h \
     291  $(INC)ntupintf.h poly.h peida.h \
     292  $(INC)utils.h \
     293  $(INC)perrors.h fmath.h
    297294$(OBJ)median.o: median.cc
    298295$(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)sopnamsp.h \
    299  $(INC)machdefs.h ntoolsinit.h \
    300  $(INC)tarrinit.h \
    301  $(INC)sophyainit.h poly.h \
    302  $(INC)objfio.h \
    303  $(INC)anydataobj.h \
    304  $(INC)ppersist.h \
    305  $(INC)pexceptions.h \
    306  $(INC)gnumd5.h \
    307  $(INC)ppfbinstream.h \
    308  $(INC)rawstream.h \
    309  $(INC)ppfnametag.h peida.h \
    310  $(INC)utils.h \
    311  $(INC)perrors.h fmath.h \
    312  $(INC)tvector.h \
    313  $(INC)tmatrix.h \
    314  $(INC)tarray.h \
    315  $(INC)basarr.h \
    316  $(INC)mutyv.h \
    317  $(INC)dvlist.h \
    318  $(INC)ndatablock.h \
    319  $(INC)utilarr.h generaldata.h \
    320  $(INC)ntupintf.h cimage.h \
    321  $(INC)fioarr.h tabmath.h nbconst.h dates.h \
    322  datime.h
     296  $(INC)machdefs.h ntoolsinit.h \
     297  $(INC)tarrinit.h \
     298  $(INC)sophyainit.h poly.h \
     299  $(INC)objfio.h \
     300  $(INC)anydataobj.h \
     301  $(INC)ppersist.h \
     302  $(INC)pexceptions.h \
     303  $(INC)gnumd5.h \
     304  $(INC)ppfbinstream.h \
     305  $(INC)rawstream.h \
     306  $(INC)ppfnametag.h peida.h \
     307  $(INC)utils.h \
     308  $(INC)perrors.h fmath.h \
     309  $(INC)tvector.h \
     310  $(INC)tmatrix.h \
     311  $(INC)tarray.h \
     312  $(INC)basarr.h \
     313  $(INC)mutyv.h \
     314  $(INC)dvlist.h \
     315  $(INC)ndatablock.h \
     316  $(INC)utilarr.h generaldata.h \
     317  $(INC)ntupintf.h cimage.h \
     318  $(INC)fioarr.h tabmath.h nbconst.h dates.h \
     319  datime.h
    323320$(OBJ)objfitter.o: objfitter.cc $(INC)sopnamsp.h \
    324  objfitter.h $(INC)machdefs.h \
    325  $(INC)tmatrix.h \
    326  $(INC)tarray.h \
    327  $(INC)basarr.h \
    328  $(INC)anydataobj.h \
    329  $(INC)mutyv.h \
    330  $(INC)dvlist.h \
    331  $(INC)objfio.h \
    332  $(INC)ppersist.h \
    333  $(INC)pexceptions.h \
    334  $(INC)gnumd5.h \
    335  $(INC)ppfbinstream.h \
    336  $(INC)rawstream.h \
    337  $(INC)ppfnametag.h \
    338  $(INC)ndatablock.h \
    339  $(INC)utilarr.h cimage.h \
    340  $(INC)fioarr.h \
    341  $(INC)tvector.h \
    342  $(INC)histos.h \
    343  $(INC)peida.h \
    344  $(INC)utils.h \
    345  $(INC)perrors.h \
    346  $(INC)fmath.h \
    347  $(INC)histos2.h \
    348  $(INC)hisprof.h generalfit.h generaldata.h \
    349  $(INC)ntupintf.h poly.h peida.h
     321  objfitter.h $(INC)machdefs.h \
     322  $(INC)tmatrix.h \
     323  $(INC)tarray.h \
     324  $(INC)basarr.h \
     325  $(INC)anydataobj.h \
     326  $(INC)mutyv.h \
     327  $(INC)dvlist.h \
     328  $(INC)objfio.h \
     329  $(INC)ppersist.h \
     330  $(INC)pexceptions.h \
     331  $(INC)gnumd5.h \
     332  $(INC)ppfbinstream.h \
     333  $(INC)rawstream.h \
     334  $(INC)ppfnametag.h \
     335  $(INC)ndatablock.h \
     336  $(INC)utilarr.h cimage.h \
     337  $(INC)fioarr.h \
     338  $(INC)tvector.h \
     339  $(INC)histos.h \
     340  $(INC)peida.h \
     341  $(INC)utils.h \
     342  $(INC)perrors.h \
     343  $(INC)fmath.h \
     344  $(INC)histos2.h \
     345  $(INC)hisprof.h generalfit.h generaldata.h \
     346  $(INC)ntupintf.h poly.h peida.h
    350347$(OBJ)perandom.o: perandom.cc $(INC)sopnamsp.h \
    351  $(INC)machdefs.h \
    352  $(INC)pexceptions.h perandom.h \
    353  $(INC)histos.h \
    354  $(INC)objfio.h \
    355  $(INC)anydataobj.h \
    356  $(INC)ppersist.h \
    357  $(INC)gnumd5.h \
    358  $(INC)ppfbinstream.h \
    359  $(INC)rawstream.h \
    360  $(INC)ppfnametag.h \
    361  $(INC)peida.h \
    362  $(INC)utils.h \
    363  $(INC)perrors.h \
    364  $(INC)fmath.h \
    365  $(INC)tvector.h \
    366  $(INC)tmatrix.h \
    367  $(INC)tarray.h \
    368  $(INC)basarr.h \
    369  $(INC)mutyv.h \
    370  $(INC)dvlist.h \
    371  $(INC)ndatablock.h \
    372  $(INC)utilarr.h nbrandom.h \
    373  $(INC)srandgen.h pemath.h
     348  $(INC)machdefs.h \
     349  $(INC)pexceptions.h perandom.h \
     350  $(INC)histos.h \
     351  $(INC)objfio.h \
     352  $(INC)anydataobj.h \
     353  $(INC)ppersist.h \
     354  $(INC)gnumd5.h \
     355  $(INC)ppfbinstream.h \
     356  $(INC)rawstream.h \
     357  $(INC)ppfnametag.h \
     358  $(INC)peida.h \
     359  $(INC)utils.h \
     360  $(INC)perrors.h \
     361  $(INC)fmath.h \
     362  $(INC)tvector.h \
     363  $(INC)tmatrix.h \
     364  $(INC)tarray.h \
     365  $(INC)basarr.h \
     366  $(INC)mutyv.h \
     367  $(INC)dvlist.h \
     368  $(INC)ndatablock.h \
     369  $(INC)utilarr.h nbrandom.h \
     370  $(INC)srandgen.h pemath.h
    374371$(OBJ)poly.o: poly.cc $(INC)sopnamsp.h \
    375  $(INC)machdefs.h poly.h \
    376  $(INC)objfio.h \
    377  $(INC)anydataobj.h \
    378  $(INC)ppersist.h \
    379  $(INC)pexceptions.h \
    380  $(INC)gnumd5.h \
    381  $(INC)ppfbinstream.h \
    382  $(INC)rawstream.h \
    383  $(INC)ppfnametag.h peida.h \
    384  $(INC)utils.h \
    385  $(INC)perrors.h fmath.h \
    386  $(INC)tvector.h \
    387  $(INC)tmatrix.h \
    388  $(INC)tarray.h \
    389  $(INC)basarr.h \
    390  $(INC)mutyv.h \
    391  $(INC)dvlist.h \
    392  $(INC)ndatablock.h \
    393  $(INC)utilarr.h linfit.h \
    394  $(INC)sopemtx.h \
    395  $(INC)fioarr.h
     372  $(INC)machdefs.h poly.h \
     373  $(INC)objfio.h \
     374  $(INC)anydataobj.h \
     375  $(INC)ppersist.h \
     376  $(INC)pexceptions.h \
     377  $(INC)gnumd5.h \
     378  $(INC)ppfbinstream.h \
     379  $(INC)rawstream.h \
     380  $(INC)ppfnametag.h peida.h \
     381  $(INC)utils.h \
     382  $(INC)perrors.h fmath.h \
     383  $(INC)tvector.h \
     384  $(INC)tmatrix.h \
     385  $(INC)tarray.h \
     386  $(INC)basarr.h \
     387  $(INC)mutyv.h \
     388  $(INC)dvlist.h \
     389  $(INC)ndatablock.h \
     390  $(INC)utilarr.h linfit.h \
     391  $(INC)sopemtx.h \
     392  $(INC)fioarr.h
    396393$(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)sopnamsp.h \
    397  $(INC)machdefs.h rk4cdifeq.h difeq.h \
    398  $(INC)pexceptions.h \
    399  $(INC)tvector.h \
    400  $(INC)tmatrix.h \
    401  $(INC)tarray.h \
    402  $(INC)basarr.h \
    403  $(INC)anydataobj.h \
    404  $(INC)mutyv.h \
    405  $(INC)dvlist.h \
    406  $(INC)objfio.h \
    407  $(INC)ppersist.h \
    408  $(INC)gnumd5.h \
    409  $(INC)ppfbinstream.h \
    410  $(INC)rawstream.h \
    411  $(INC)ppfnametag.h \
    412  $(INC)ndatablock.h \
    413  $(INC)utilarr.h \
    414  $(INC)ctimer.h
     394  $(INC)machdefs.h rk4cdifeq.h difeq.h \
     395  $(INC)pexceptions.h \
     396  $(INC)tvector.h \
     397  $(INC)tmatrix.h \
     398  $(INC)tarray.h \
     399  $(INC)basarr.h \
     400  $(INC)anydataobj.h \
     401  $(INC)mutyv.h \
     402  $(INC)dvlist.h \
     403  $(INC)objfio.h \
     404  $(INC)ppersist.h \
     405  $(INC)gnumd5.h \
     406  $(INC)ppfbinstream.h \
     407  $(INC)rawstream.h \
     408  $(INC)ppfnametag.h \
     409  $(INC)ndatablock.h \
     410  $(INC)utilarr.h \
     411  $(INC)ctimer.h
    415412$(OBJ)simplesort.o: simplesort.cc $(INC)sopnamsp.h \
    416  $(INC)machdefs.h simplesort.h peida.h \
    417  $(INC)utils.h \
    418  $(INC)perrors.h \
    419  $(INC)pexceptions.h fmath.h
     413  $(INC)machdefs.h simplesort.h peida.h \
     414  $(INC)utils.h \
     415  $(INC)perrors.h \
     416  $(INC)pexceptions.h fmath.h
     417$(OBJ)simplex.o: simplex.cc $(INC)sopnamsp.h simplex.h \
     418  $(INC)machdefs.h \
     419  $(INC)tvector.h \
     420  $(INC)tmatrix.h \
     421  $(INC)tarray.h \
     422  $(INC)basarr.h \
     423  $(INC)anydataobj.h \
     424  $(INC)mutyv.h \
     425  $(INC)dvlist.h \
     426  $(INC)objfio.h \
     427  $(INC)ppersist.h \
     428  $(INC)pexceptions.h \
     429  $(INC)gnumd5.h \
     430  $(INC)ppfbinstream.h \
     431  $(INC)rawstream.h \
     432  $(INC)ppfnametag.h \
     433  $(INC)ndatablock.h \
     434  $(INC)utilarr.h generalfit.h generaldata.h \
     435  $(INC)ntupintf.h poly.h peida.h \
     436  $(INC)utils.h \
     437  $(INC)perrors.h fmath.h \
     438  $(INC)ntuple.h \
     439  $(INC)timing.h
    420440$(OBJ)tabmath.o: tabmath.cc $(INC)sopnamsp.h \
    421  $(INC)machdefs.h tabmath.h peida.h \
    422  $(INC)utils.h \
    423  $(INC)perrors.h \
    424  $(INC)pexceptions.h fmath.h nbconst.h
     441  $(INC)machdefs.h tabmath.h peida.h \
     442  $(INC)utils.h \
     443  $(INC)perrors.h \
     444  $(INC)pexceptions.h fmath.h nbconst.h
    425445$(OBJ)datime.o: datime.c $(INC)machdefs.h \
    426  $(INC)strutil.h nbconst.h datime.h
     446  $(INC)strutil.h nbconst.h datime.h
    427447$(OBJ)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \
    428  $(INC)machdefs.h trigtbl.h
     448  $(INC)machdefs.h trigtbl.h
    429449$(OBJ)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \
    430  $(INC)machdefs.h trigtbl.h
     450  $(INC)machdefs.h trigtbl.h
    431451$(OBJ)fftpackc.o: fftpackc.c fftpackc.h \
    432  $(INC)machdefs.h
     452  $(INC)machdefs.h
    433453$(OBJ)matxop.o: matxop.c matxop.h nbmath.h \
    434  $(INC)machdefs.h \
    435  $(INC)smathconst.h
     454  $(INC)machdefs.h \
     455  $(INC)smathconst.h
    436456$(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \
    437  $(INC)smathconst.h matxop.h nbinteg.h \
    438  nbtri.h
     457  $(INC)smathconst.h matxop.h nbinteg.h nbtri.h
    439458$(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
  • trunk/SophyaLib/NTools/objlist.list

    r2631 r2650  
    2929rk4cdifeq.o
    3030simplesort.o
     31simplex.o
    3132tabmath.o
Note: See TracChangeset for help on using the changeset viewer.