Directory Statistics for lib/actions/ferm/invert/

Back to Index Page

Lines Of Code for lib/actions/ferm/invert/

Commits for lib/actions/ferm/invert/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards362 (63.3%) 6923 (53.8%) 10510 (57.1%) 19.12
bjoo174 (30.4%) 5385 (41.9%) 7074 (38.5%) 30.95
kostas31 (5.4%) 531 (4.1%) 776 (4.2%) 17.13
mcneile5 (0.9%) 24 (0.2%) 32 (0.2%) 4.80

Commit Log

DateAuthorFile/Message
12/17/07 5:29 PMkostas
started the optimized restart_x (1 Files changed, 20 Lines changed)
lib/actions/ferm/invert/inv_eigcg2.cc 1.12 (+20 -7)
12/15/07 12:11 AMkostas
fixed slitghtly optimized eigCG` (1 Files changed, 67 Lines changed)
lib/actions/ferm/invert/inv_eigcg2.cc 1.11 (+67 -20)
12/14/07 12:03 AMkostas
changed eigcg to avoid some flops and make it more elegant. Needs work but it runs (1 Files changed, 210 Lines changed)
lib/actions/ferm/invert/inv_eigcg2.cc 1.10 (+210 -4)
11/6/07 5:04 PMkostas
fixed the code... it works now... mostly. Needes alot of optimization and testing for the various running modes. (4 Files changed, 85 Lines changed)
lib/actions/ferm/invert/inv_eigcg2.cc 1.9 (+5 -4)
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.9 (+11 -6)
lib/actions/ferm/invert/norm_gram_schm.cc 1.3 (+3 -2)
lib/actions/ferm/invert/octave.h 1.1 added 66
10/25/07 11:31 PMkostas
fixed several bugs here and there. The eigCG iteration seems to work. However, the refinment does not.... (3 Files changed, 10 Lines changed)
lib/actions/ferm/invert/inv_eigcg2_driver.cc 1.3 removed
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.8 (+5 -4)
lib/actions/ferm/invert/containers.h 1.8 (+5 -4)
10/25/07 5:35 PMedwards
Fixed initialization of MdagM to go through MdagMLinOp. (1 Files changed, 2 Lines changed)
lib/actions/ferm/invert/syssolver_linop_eigcg.h 1.9 (+2 -2)
10/24/07 9:40 AMedwards
Moved some unneeded includes to the .cc file. (2 Files changed, 6 Lines changed)
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.7 (+5 -1)
lib/actions/ferm/invert/syssolver_linop_eigcg.h 1.8 (+1 -7)
10/23/07 11:53 PMedwards
Changed output name in inverter to InvEigCG2. (1 Files changed, 4 Lines changed)
lib/actions/ferm/invert/inv_eigcg2.cc 1.8 (+4 -4)
10/23/07 10:53 PMedwards
Added qdp-lapack to library and include file. Turned on EigCG solver. (1 Files changed, 3 Lines changed)
lib/actions/ferm/invert/syssolver_linop_aggregate.cc 3.7 (+3 -1)
10/23/07 10:38 PMedwards
Changed to use QDPLapack environment. (4 Files changed, 109 Lines changed)
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.6 (+2 -2)
lib/actions/ferm/invert/norm_gram_schm.cc 1.2 (+37 -2)
lib/actions/ferm/invert/inv_eigcg2.cc 1.7 (+67 -12)
lib/actions/ferm/invert/syssolver_linop_eigcg.h 1.7 (+3 -2)
10/23/07 9:51 PMedwards
Moved to qdp-lapack. (3 Files changed, 0 Lines changed)
lib/actions/ferm/invert/chroma_lapack.h 1.2 removed
lib/actions/ferm/invert/lapack_wrapper.cc 1.2 removed
lib/actions/ferm/invert/lapack_wrapper.h 1.3 removed
10/23/07 9:50 PMedwards
Changes to support new call interface. (1 Files changed, 6 Lines changed)
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.5 (+6 -5)
10/11/07 3:00 PMedwards
Rerrangement of code. (6 Files changed, 901 Lines changed)
lib/actions/ferm/invert/norm_gram_schm.h 1.1 added 44
lib/actions/ferm/invert/syssolver_linop_eigcg.h 1.6 (+8 -144)
lib/actions/ferm/invert/inv_eigcg2.h 1.4 (+89 -73)
lib/actions/ferm/invert/inv_eigcg2.cc 1.6 (+520 -454)
lib/actions/ferm/invert/norm_gram_schm.cc 1.1 added 42
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.4 (+198 -1)
10/9/07 2:07 PMedwards
More code compiles. (5 Files changed, 152 Lines changed)
lib/actions/ferm/invert/syssolver_linop_eigcg.h 1.5 (+64 -51)
lib/actions/ferm/invert/syssolver_linop_eigcg.cc 1.3 (+6 -4)
lib/actions/ferm/invert/containers.h 1.7 (+2 -1)
lib/actions/ferm/invert/inv_eigcg2.h 1.3 (+22 -21)
lib/actions/ferm/invert/inv_eigcg2.cc 1.5 (+58 -60)
10/9/07 1:28 AMedwards
Inv_eigcg2 appears to compile. Moved Gram-Schmidt routines into inv_eigcg2 (6 Files changed, 261 Lines changed)
lib/actions/ferm/invert/lapack_wrapper.h 1.2 (+3 -5)
lib/actions/ferm/invert/containers.h 1.6 (+114 -110)
lib/actions/ferm/invert/simpleGramSchmidt.cc 1.2 removed
lib/actions/ferm/invert/inv_eigcg2.cc 1.4 (+109 -147)
lib/actions/ferm/invert/simpleGramSchmidt.h 1.2 removed
lib/actions/ferm/invert/inv_eigcg2.h 1.2 (+35 -13)
10/8/07 11:03 PMedwards
Some more fixes. Now compiles within qio_write_funcmap_w.o (1 Files changed, 6 Lines changed)
lib/actions/ferm/invert/containers.h 1.5 (+6 -5)
10/8/07 4:44 PMedwards
Fixed compilation. (1 Files changed, 2 Lines changed)
lib/actions/ferm/invert/syssolver_eigcg_params.h 1.6 (+2 -3)
10/7/07 10:58 PMedwards
Try to finish some of RitzPairs. (1 Files changed, 22 Lines changed)
lib/actions/ferm/invert/containers.h 1.4 (+22 -12)
10/4/07 11:39 PMedwards
Added cleanUpEvecs option. (2 Files changed, 9 Lines changed)
lib/actions/ferm/invert/syssolver_eigcg_params.h 1.5 (+5 -2)
lib/actions/ferm/invert/syssolver_eigcg_params.cc 1.4 (+4 -2)
10/4/07 11:39 PMedwards
Removed include of handle.h (1 Files changed, 3 Lines changed)
lib/actions/ferm/invert/containers.h 1.3 (+3 -4)