Directory Packages/BioPSE/Dataflow/Modules/Inverse/

Total Files:
8
Deleted Files:
0
Lines of Code:
4348

[root]/Packages/BioPSE/Dataflow/Modules/Inverse

Lines of Code

Packages/BioPSE/Dataflow/Modules/Inverse/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 388 (100.0%) 8.8
callahan 16 (36.4%) 254 (65.5%) 15.8
mjc 6 (13.6%) 86 (22.2%) 14.3
dav 16 (36.4%) 44 (11.3%) 2.7
worthen 3 (6.8%) 3 (0.8%) 1.0
mdavis 1 (2.3%) 1 (0.3%) 1.0
dmw 2 (4.5%) 0 (0.0%) 0.0

Most Recent Commits

callahan 2006-07-14 15:33 Rev.: 34791

Use get_input_handle and send_output_handle for ports.

0 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: AttributeTrf.cc (new)
callahan 2006-06-26 17:20 Rev.: 34589

Use DenseMatrix::identity().

0 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (changed)
callahan 2006-06-26 16:56 Rev.: 34586

Clean up mat_trans_mult_mat function, remove unneeded beg,end variables.

16 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+16 -19)
callahan 2006-06-26 16:23 Rev.: 34585

Remove unused mat_mult function.

0 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (-36)
callahan 2006-06-26 16:21 Rev.: 34584

Fix remaining memory leaks, other minor cleanups.

36 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+36 -34)
callahan 2006-06-26 16:03 Rev.: 34583

Clean up pointer dereferencing ugliness.

18 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+18 -26)
callahan 2006-06-26 15:48 Rev.: 34582

Fix more memory leaks, use vector<double> instead of Array1.

29 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+29 -31)
callahan 2006-06-26 15:28 Rev.: 34581

Fix more memory leaks.

8 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+8 -3)
callahan 2006-06-26 15:24 Rev.: 34579

Fix several memory leaks.

18 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+18 -13)
callahan 2006-06-26 13:02 Rev.: 34576

check for null pointer.

1 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+1 -1)
callahan 2006-06-26 12:55 Rev.: 34575

Use new port handling.

7 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+7 -23)
callahan 2006-06-26 11:14 Rev.: 34574

Clean up misuse of whitespace.

112 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+112 -108)
callahan 2006-06-26 10:58 Rev.: 34573

Remove redundant matrix casting functions.

3 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+3 -55)
callahan 2006-06-26 10:48 Rev.: 34572

Minor cleanups, formatting.

6 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+6 -8)
dav 2006-04-10 11:30 Rev.: 33815

Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc

Fixed compiler warnings.

Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc

Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)


Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc

Changed 'filed' to 'field'... I think it was a typo.

Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk

SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.

Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc

Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)

Packages/rtrt/StandAlone/tex-utils/pca-error.cc

Use the new Teem '_nva' version of the function.

2 lines of code changed in 3 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: DipoleSearch.cc (new), Tikhonov.cc (+1 -1)
dmw 2006-03-23 18:14 Rev.: 33629

- Fix linking problems in BioPSE package on Mac (missing dependencies)

0 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: sub.mk (new)
dav 2006-03-22 21:17 Rev.: 33600

Two things coming on it commit:

1) Dataflow/Ports was moved into Dataflow/Network/Ports

- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.

- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.

2) Clean up of Uintah problems from the large commit Marty made earlier

- continue to use getID() for patches.

- another commit is coming shortly to continue the fixes for Uintah



36 lines of code changed in 12 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: AttributeTrf.cc (+2 -2), ConductivitySearch.cc (new), DipoleSearch.cc (+2 -2), SurfaceToSurface.cc (new), TSVD.cc (new), Tikhonov.cc (+2 -2), TikhonovSVD.cc (new), sub.mk (+21 -10)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

86 lines of code changed in 6 files:

  • Packages/BioPSE/Dataflow/Modules/Inverse: ConductivitySearch.cc (+14 -14), DipoleSearch.cc (+9 -9), SurfaceToSurface.cc (+39 -39), TSVD.cc (+8 -8), Tikhonov.cc (+8 -8), TikhonovSVD.cc (+8 -8)
mdavis 2006-02-16 18:00 Rev.: 33287

Cleanup ProgressReporter class. Remvoed un-needed ProgressReporter::update_progress(int, int) method, and replaced w/ call to ProgressReporter(double) method. Removed double Module::progress; and use base class protected double ProgressReporter::progress_percent_; instead

1 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: SurfaceToSurface.cc (+1 -2)
dav 2006-02-06 19:33 Rev.: 33173

Gcc 4.1 fixes.

M Core/Geometry/Point.h
M Core/Persistent/Persistent.h

AffineCombination (Point.h) and auto_istream (Persistent.h) were never
actually 'declared'. There were made 'friends' which on many
compilers is a good enough declaration... however, apparently on gcc
4.1, it isn't... so I've added declarations for them just outside the
classes they are friends to. [Note, we've run into this problem
before for other classes, and this seems to be the correct fix. Let
me know if you have other ideas.]

M Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc

Can't use ClassName::function() (Tikhonov::mat_mult()) inside the
class... at least not on gcc 4.1.

6 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Inverse: Tikhonov.cc (+6 -6)

(1 more)

Generated by StatSVN 0.4.0