Directory Statistics for lib/covfit/

Back to Index Page

Lines Of Code for lib/covfit/

Commits for lib/covfit/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
kostas20 (74.1%) 431 (19.9%) 692 (28.5%) 21.55
edwards6 (22.2%) 1732 (80.1%) 1732 (71.4%) 288.67
uid65031 (3.7%) 0 (0.0%) 2 (0.1%) 0.00

Commit Log

DateAuthorFile/Message
9/1/07 7:40 PMuid6503
Corrected:
1) compilation issues
lib/covfit/proplist.cc
main/utils/merge_proplists.cc
2) error in source-sink parsing
main/strippers/strip_hadspec.cc
(1 Files changed, 2 Lines changed)
lib/covfit/proplist.cc 1.9 (+2 -2)
5/9/07 10:16 PMkostas
added the fit function I need for periodic two meson spectroscopy (1 Files changed, 3 Lines changed)
lib/covfit/function_switchboard.cc 1.6 (+3 -0)
4/12/07 12:46 AMkostas
work in progress (1 Files changed, 59 Lines changed)
lib/covfit/proplist.cc 1.8 (+59 -16)
4/11/07 2:01 PMkostas
improved the 2d arrays (1 Files changed, 29 Lines changed)
lib/covfit/proplist.cc 1.7 (+29 -0)
4/10/07 10:16 AMkostas
mege_proplists now merges into complex numbers (1 Files changed, 1 Lines changed)
lib/covfit/proplist.cc 1.6 (+1 -1)
3/22/07 1:11 AMkostas
added the merge_proplist utility (1 Files changed, 4 Lines changed)
lib/covfit/proplist.cc 1.5 (+4 -2)
3/22/07 12:45 AMkostas
added multicolumn reading for proplist files (1 Files changed, 109 Lines changed)
lib/covfit/proplist.cc 1.4 (+109 -0)
3/8/07 12:15 AMkostas
fixed the problems alternating exps. had with spectrum (1 Files changed, 10 Lines changed)
lib/covfit/function_switchboard.cc 1.5 (+10 -7)
3/2/07 11:02 PMkostas
fixed spectrum to accept periodic functions (2 Files changed, 40 Lines changed)
lib/covfit/FitParams_io.cc 1.4 (+11 -1)
lib/covfit/function_switchboard.cc 1.4 (+29 -14)
3/2/07 1:08 AMkostas
fixed up the covariance matrix and the proplists so that they can handle the complex numbers hadspec is producing... (2 Files changed, 57 Lines changed)
lib/covfit/proplist.cc 1.3 (+48 -0)
lib/covfit/CovarMat.cc 1.3 (+9 -1)
12/26/06 11:23 PMkostas
Added periodic alternating exponential fit function (1 Files changed, 3 Lines changed)
lib/covfit/function_switchboard.cc 1.3 (+3 -0)
12/8/06 1:48 AMkostas
fixed bug in write state (1 Files changed, 6 Lines changed)
lib/covfit/FitParams_io.cc 1.3 (+6 -2)
12/8/06 12:23 AMkostas
modified spectrum to admit arbitrary function (1 Files changed, 229 Lines changed)
lib/covfit/FitParams_io.cc 1.2 (+229 -198)
12/7/06 10:48 AMkostas
fixed bug.. (1 Files changed, 2 Lines changed)
lib/covfit/function_switchboard.cc 1.2 (+2 -2)
12/5/06 11:17 PMkostas
added function "factory" ... Robert sorry for the abuse of terminology... (1 Files changed, 36 Lines changed)
lib/covfit/function_switchboard.cc 1.1 added 36
10/12/05 11:17 PMkostas
added main/utils subdirectory with some useful main programs... (1 Files changed, 3 Lines changed)
lib/covfit/proplist.cc 1.2 (+3 -1)
6/2/05 9:49 PMkostas
jackknifed covariance matrix (1 Files changed, 27 Lines changed)
lib/covfit/CovarMat.cc 1.2 (+27 -1)
5/13/05 12:46 PMkostas
added fpi (1 Files changed, 17 Lines changed)
lib/covfit/FpiParams_io.cc 1.2 (+17 -15)
5/13/05 12:38 PMkostas
added fpi stuff (1 Files changed, 57 Lines changed)
lib/covfit/FpiParams_io.cc 1.1 added 57
4/27/05 3:53 PMedwards
Completely overhauled include and lib structure. Put all
of Kostas' fit stuff into their own covfit subdir in include
and lib. All in its own namespace. Similarly, all of
ensem is in it's own dirs and namespaces. Unified use of
XML Array as base array type. I've not touched TTT which
uses someother classes.
The new convention should be is people put there little mini
packages in their own dirs and namespaces. One can compose
a bigger namespace with namespace composition.
(6 Files changed, 1732 Lines changed)
lib/covfit/FitParams_io.cc 1.1 added 219
lib/covfit/proplist.cc 1.1 added 47
lib/covfit/Fitter.cc 1.1 added 246
lib/covfit/BaseFitter.cc 1.1 added 616
lib/covfit/coFitter.cc 1.1 added 326
lib/covfit/CovarMat.cc 1.1 added 278