
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| kostas | 20 (74.1%) | 431 (19.9%) | 692 (28.5%) | 21.55 |
| edwards | 6 (22.2%) | 1732 (80.1%) | 1732 (71.4%) | 288.67 |
| uid6503 | 1 (3.7%) | 0 (0.0%) | 2 (0.1%) | 0.00 |
| Date | Author | File/Message |
|---|---|---|
| 9/1/07 7:40 PM | uid6503 |
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 PM | kostas |
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 AM | kostas |
work in progress
(1 Files changed,
59 Lines changed)
lib/covfit/proplist.cc 1.8
(+59
-16)
|
| 4/11/07 2:01 PM | kostas |
improved the 2d arrays
(1 Files changed,
29 Lines changed)
lib/covfit/proplist.cc 1.7
(+29
-0)
|
| 4/10/07 10:16 AM | kostas |
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 AM | kostas |
added the merge_proplist utility
(1 Files changed,
4 Lines changed)
lib/covfit/proplist.cc 1.5
(+4
-2)
|
| 3/22/07 12:45 AM | kostas |
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 AM | kostas |
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 PM | kostas |
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 AM | kostas |
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 PM | kostas |
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 AM | kostas |
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 AM | kostas |
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 AM | kostas |
fixed bug..
(1 Files changed,
2 Lines changed)
lib/covfit/function_switchboard.cc 1.2
(+2
-2)
|
| 12/5/06 11:17 PM | kostas |
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 PM | kostas |
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 PM | kostas |
jackknifed covariance matrix
(1 Files changed,
27 Lines changed)
lib/covfit/CovarMat.cc 1.2
(+27
-1)
|
| 5/13/05 12:46 PM | kostas |
added fpi
(1 Files changed,
17 Lines changed)
lib/covfit/FpiParams_io.cc 1.2
(+17
-15)
|
| 5/13/05 12:38 PM | kostas |
added fpi stuff
(1 Files changed,
57 Lines changed)
lib/covfit/FpiParams_io.cc 1.1 added 57
|
| 4/27/05 3:53 PM | edwards |
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
|