|
|
@372
|
8 years |
kulshres |
Reintroduce the old method of hessian pattern propagation
This …
|
|
|
@370
|
8 years |
kulshres |
Merge branch '2.3.x_ISSM' into svn
This introduces the new externally …
|
|
|
@367
|
8 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@365
|
8 years |
kulshres |
fix the comment
From: Jean Utke <utke@…>
|
|
|
@364
|
8 years |
kulshres |
change alloc parameters to size_t
to avoid inadventent wrap arounds …
|
|
|
@363
|
8 years |
kulshres |
fix typo
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@362
|
8 years |
kulshres |
reactivate index domain propagation for active subscripts and …
|
|
|
@361
|
8 years |
kulshres |
no more need for cast in condassign
Signed-off-by: Kshitij …
|
|
|
@360
|
8 years |
kulshres |
implement traced logical operators for condassign and advector
this …
|
|
|
@359
|
8 years |
kulshres |
regenerate files
|
|
|
@358
|
8 years |
kulshres |
allow make test to run externally
|
|
|
@357
|
8 years |
kulshres |
regenerate files
|
|
|
@356
|
8 years |
kulshres |
commit missing change from last
|
|
|
@355
|
8 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@354
|
8 years |
kulshres |
Move all external headers into a separate directory
This let's us get …
|
|
|
@353
|
8 years |
kulshres |
check for zero blocks separately
iter=indexFree.erase(iter) advances …
|
|
|
@352
|
8 years |
kulshres |
Rewrite of the StoreManagerLocintBlock? class
From: Jean Utke …
|
|
|
@351
|
8 years |
kulshres |
fix include path to be consistent with all others
Signed-off-by: …
|
|
|
@350
|
8 years |
kulshres |
Allow the use of location == 0 again
This works on our documented and …
|
|
|
@349
|
8 years |
kulshres |
fix a bug in the block locint allocator
the location == 0 is not used …
|
|
|
@348
|
8 years |
kulshres |
correct compilation error due to condassign
Signed-off-by: Kshitij …
|
|
|
@347
|
8 years |
kulshres |
change size_t to size\_t for latex
Signed-off-by: Kshitij …
|
|
|
@346
|
8 years |
kulshres |
comment out the _INDO_ and _NONLIND_ parts of active indices
these …
|
|
|
@345
|
8 years |
awalther |
set derivative values array pointer to NULL in …
|
|
|
@344
|
8 years |
awalther |
set derivative values array pointer to NULL in LuksanVlek1_sparse
|
|
|
@343
|
8 years |
utke |
int and size_t are incompatible on some platforms - so be consistent …
|
|
|
@342
|
8 years |
utke |
initialize for sanity so the 0 checks in forward/reverse make sense
|
|
|
@341
|
8 years |
utke |
put comments (doxygen style) to explain the use of the pointers
|
|
|
@340
|
8 years |
utke |
apparently is defined also for FOV
|
|
|
@339
|
8 years |
utke |
various typos (advance -> advanced) , and rephrased the section …
|
|
|
@338
|
8 years |
kulshres |
add missing files
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@337
|
8 years |
kulshres |
Merge branch 'master' of 'gitclone' into svn
It may require some work …
|
|
|
@336
|
8 years |
kulshres |
remove DOS EOL characters
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@333
|
9 years |
awalther |
fix error in taylor.c: number of directions left should be tested with …
|
|
|
@332
|
9 years |
awalther |
update of ipopt examples
|
|
|
@331
|
9 years |
kulshres |
remove remnants of openmp testing
|
|
|
@325
|
9 years |
awalther |
first try: new hess patt version
|
|
|
@324
|
9 years |
awalther |
delete timings in sparsedrivers.cpp
|
|
|
@323
|
9 years |
awalther |
reset usrparms.h
|
|
|
@322
|
9 years |
awalther |
delete timings in uni5_for.c
|
|
|
@321
|
9 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@320
|
9 years |
kulshres |
Merge branch 'master' of 'gitclone' into svn
The following changes …
|
|
|
@319
|
9 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@317
|
9 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@316
|
9 years |
kulshres |
tweaks in configure
to check for fmin/fmax and get rid of some …
|
|
|
@305
|
9 years |
kulshres |
Update windows visual studio build files
Signed-off-by: Kshitij …
|
|
|
@299
|
9 years |
kulshres |
change int -> size_t for tapestats in all examples
Signed-off-by: …
|
|
|
@297
|
9 years |
kulshres |
regenerate files.
|
|
|
@296
|
9 years |
kulshres |
Follow the latest changes in ColPack? version 1.0.6
Signed-off-by: …
|
|
|
@295
|
9 years |
kulshres |
since size_t is platform dependent tape becomes platform dependent too …
|
|
|
@294
|
9 years |
kulshres |
convert tape stats to size_t from uint
Signed-off-by: Kshitij …
|
|
|
@293
|
9 years |
kulshres |
Use calloc instead of new, since this memory is always free'd
…
|
|
|
@292
|
9 years |
kulshres |
correct wrong assertion in debug mode.
Signed-off-by: Kshitij …
|
|
|
@291
|
9 years |
kulshres |
Return number of colours used if options[2] == -1 in sparse_jac
This …
|
|
|
@290
|
9 years |
kulshres |
add missing arguments to ext_fct calls
Signed-off-by: Kshitij …
|
|
|
@289
|
9 years |
kulshres |
regenerate files
Signed-off-by: Kshitij Kulshreshtha <kshitij@…>
|
|
|
@287
|
9 years |
kulshres |
Bugfix by allocating ind_dom in copy_index_domain
|
|
|
@277
|
9 years |
awalther |
changed aTmp*TRES to (aTmp==0)?0:(aTmp*TRES) and similar occurences to …
|
|
|
@276
|
9 years |
awalther |
reset usrparms.h
|
|
|
@275
|
9 years |
awalther |
new NUM_EQ_PROD in tape_stats for improved hess_pat_calculation
|
|
|
@272
|
9 years |
kulshres |
Revert "nonlinear frontiers" from trunk
Signed-off-by: Kshitij …
|
|
|
@270
|
9 years |
kulshres |
add const to jac_solv argument
Signed-off-by: Wolfgang Lorenz …
|
|
|
@269
|
9 years |
kulshres |
indentation correction
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@268
|
9 years |
kulshres |
regenerate build file
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@267
|
9 years |
kulshres |
allow openmp to work with the new memory manager
needs further …
|
|
|
@265
|
10 years |
kulshres |
Build fix when openmp is enabled
Signed-off-by: Wolfgang Lorenz …
|
|
|
@264
|
10 years |
awalther |
nlfsworking but slow
|
|
|
@263
|
10 years |
awalther |
further work on nlfs
|
|
|
@262
|
10 years |
awalther |
nlfs up and running, next task: speed up, first step
|
|
|
@261
|
10 years |
awalther |
nlfs once more
|
|
|
@260
|
10 years |
awalther |
next try of pattern estimation
|
|
|
@259
|
10 years |
awalther |
next try of pattern estimation
|
|
|
@258
|
10 years |
awalther |
first full version of sparsity estimation based on fod
|
|
|
@257
|
10 years |
awalther |
next try for sparsity estimation: extended csod_forward_*
|
|
|
@256
|
10 years |
awalther |
corresponding csod_forward_* files
|
|
|
@255
|
10 years |
awalther |
change nlf to csod due to overwrites, different handling required
|
|
|
@254
|
10 years |
awalther |
new files nlf_forward_*.c for propagation of nonlinear frontiers
|
|
|
@251
|
10 years |
awalther |
nlf: handling of eq_*_prod => extension of tape stats
|
|
|
@249
|
10 years |
awalther |
correct typos
|
|
|
@248
|
10 years |
awalther |
reset values in usrparms.h
|
|
|
@247
|
10 years |
awalther |
first version of nonlinear frontiers, missing: eq_plus_a and …
|
|
|
@229
|
10 years |
kulshres |
Allow reading octal and hexadecimal numbers in .adolcrc
…
|
|
|
@228
|
10 years |
kulshres |
possible bugfix for direct reverse callsequence
This may be the cure …
|
|
|
@221
|
10 years |
awalther |
bug fix in extend_nonlinearity_domain_binary_step
|
|
|
@220
|
10 years |
awalther |
improved implementation of extend_nonlinearity_domain_binary_step
|
|
|
@219
|
10 years |
awalther |
change nonl_dom to arrays instead of linked list, improved …
|
|
|
@218
|
10 years |
kulshres |
regenerated manual
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@211
|
10 years |
kulshres |
prepare for version 2.2.0 release, regenerate files
Signed-off-by: …
|
|
|
@208
|
10 years |
kulshres |
get rid of warning on older gcc using fprintf without format
…
|
|
|
@207
|
10 years |
kulshres |
get rid of some build errors on older systems
including the version …
|
|
|
@206
|
10 years |
kulshres |
correct mismatched free for a new'd pointer use delete[]
…
|
|
|
@205
|
10 years |
kulshres |
avoid division by zero.
Signed-off-by: Kshitij Kulshreshtha …
|
|
|
@204
|
10 years |
awalther |
fix memory leak when retaping with sparse facility: add free-routines …
|
|
|
@203
|
10 years |
kulshres |
fix sparse examples
now that ColPack? uses malloc to give back memory …
|
|
|
@202
|
10 years |
kulshres |
Update Buildsystem files after directory name change
Signed-off-by: …
|
|
|
@201
|
10 years |
kulshres |
fix typo
|
|
|
@199
|
10 years |
kulshres |
don't save the whole store on tape unconditionally in take/keep_stock
…
|
|
|
@198
|
10 years |
kulshres |
move around some of Johannes Willkomm's code
Bring the code in …
|
|
|
@197
|
10 years |
kulshres |
New memory management using a pool-allocator
See comments at the top …
|
|
|
@196
|
10 years |
kulshres |
Correct pointer dereference while testing for allocation
…
|
|
|