Directory Dataflow/Modules/Math/

Total Files:
19
Deleted Files:
0
Lines of Code:
4669

[root]/Dataflow/Modules/Math
                directory in repo doc (1 files, 0 lines)

Lines of Code

Dataflow/Modules/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 1235 (100.0%) 13.7
callahan 46 (51.1%) 1067 (86.4%) 23.1
mjc 14 (15.6%) 119 (9.6%) 8.5
dav 22 (24.4%) 34 (2.8%) 1.5
allen 4 (4.4%) 7 (0.6%) 1.7
darbyb 1 (1.1%) 4 (0.3%) 4.0
worthen 2 (2.2%) 2 (0.2%) 1.0
dgroulx 1 (1.1%) 2 (0.2%) 2.0

Most Recent Commits

callahan 2006-07-17 14:18 Rev.: 34807

RHS doesn't need to be a strict ColumnMatrix anymore (but should still be Nx1)

0 lines of code changed in 2 files:

  • Dataflow/Modules/Math: SolveMatrix.cc (changed)
callahan 2006-07-17 14:12 Rev.: 34806

Fix SolveMatrix memory leaks.

29 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+29 -5)
callahan 2006-07-17 14:03 Rev.: 34805

Separate out initialization part of parallel agorithm for sci SolveMatrix methods.

195 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+195 -169)
callahan 2006-07-17 13:22 Rev.: 34804

Use get_input_handle for input ports.

3 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+3 -16)
callahan 2006-07-13 11:09 Rev.: 34759

Use send_output_handle to send results downstream.

38 lines of code changed in 24 files:

  • Dataflow/Modules/Math: BuildNoise.cc (+9 -6), BuildTransform.cc (new), CastMatrix.cc (+2 -2), CreateMatrix.cc (+1 -8), ErrorMetric.cc (new), LinAlgBinary.cc (+10 -12), LinAlgUnary.cc (new), LinearAlgebra.cc (new), MappingMatrixToMaskVector.cc (new), MaskVectorToMappingMatrix.cc (new), MinNormLeastSq.cc (new), Submatrix.cc (new)
callahan 2006-07-11 17:11 Rev.: 34733

Add some more includes to LinearAlgebra.h, including math.h.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Math: LinearAlgebra.h (new)
callahan 2006-05-16 18:21 Rev.: 34250

Fix timer issue, more code cleanups

135 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+135 -170)
callahan 2006-05-16 11:34 Rev.: 34240

more code cleanups

99 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+99 -103)
callahan 2006-05-16 10:51 Rev.: 34239

code cleanup

500 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+500 -479)
allen 2006-04-04 15:12 Rev.: 33768

changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it

2 lines of code changed in 2 files:

  • Dataflow/Modules/Math: MappingMatrixToMaskVector.cc (+1 -1), MaskVectorToMappingMatrix.cc (+1 -1)
darbyb 2006-04-03 18:57 Rev.: 33754

Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.

4 lines of code changed in 1 file:

  • Dataflow/Modules/Math: MappingMatrixToMaskVector.cc (+4 -3)
allen 2006-03-23 19:24 Rev.: 33631

updated to use coding std for gui vars and to use the helpers methods for getting and sending handles

5 lines of code changed in 2 files:

  • Dataflow/Modules/Math: ChooseMatrix.cc (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



34 lines of code changed in 22 files:

  • Dataflow/Modules/Math: AppendMatrix.cc (new), BuildNoise.cc (+1 -1), BuildTransform.cc (+2 -2), CastMatrix.cc (+1 -1), ChooseMatrix.cc (+1 -1), CreateMatrix.cc (+1 -1), ErrorMetric.cc (+1 -1), LinAlgBinary.cc (+1 -1), LinAlgUnary.cc (+1 -1), LinearAlgebra.cc (+1 -1), MappingMatrixToMaskVector.cc (+2 -2), MaskVectorToMappingMatrix.cc (+2 -2), MatrixInfo.cc (+1 -1), MatrixSelectVector.cc (new), MinNormLeastSq.cc (+1 -1), SolveMatrix.cc (+1 -1), Submatrix.cc (+1 -1), sub.mk (new)
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

119 lines of code changed in 14 files:

  • Dataflow/Modules/Math: AppendMatrix.cc (+3 -3), BuildNoise.cc (+1 -1), BuildTransform.cc (+23 -23), CastMatrix.cc (+4 -4), ChooseMatrix.cc (+2 -2), CreateMatrix.cc (+4 -4), ErrorMetric.cc (+7 -7), LinAlgBinary.cc (+3 -3), LinAlgUnary.cc (+3 -3), LinearAlgebra.cc (+4 -4), MatrixInfo.cc (+6 -6), MatrixSelectVector.cc (+16 -16), SolveMatrix.cc (+37 -37), Submatrix.cc (+6 -6)
callahan 2006-03-16 12:00 Rev.: 33518

Fix string initializer crash

6 lines of code changed in 1 file:

  • Dataflow/Modules/Math: SolveMatrix.cc (+6 -6)
callahan 2006-03-15 18:54 Rev.: 33511

Move module gui variable initialization into the .cc files.

6 lines of code changed in 1 file:

  • Dataflow/Modules/Math: MatrixInfo.cc (+6 -13)
callahan 2006-03-10 17:38 Rev.: 33475

Move module gui variable initialization into the .cc files. Also add some virtual destructors that were missing from modules.

12 lines of code changed in 2 files:

  • Dataflow/Modules/Math: ChooseMatrix.cc (+2 -2), CreateMatrix.cc (+10 -10)
callahan 2006-03-10 16:27 Rev.: 33473

Move module gui variable initialization into the .cc files.

44 lines of code changed in 8 files:

  • Dataflow/Modules/Math: AppendMatrix.cc (+3 -3), BuildNoise.cc (+1 -1), CastMatrix.cc (+9 -6), LinAlgBinary.cc (+2 -1), LinAlgUnary.cc (+2 -1), LinearAlgebra.cc (+1 -1), SolveMatrix.cc (+16 -16), Submatrix.cc (+10 -10)
worthen 2006-01-30 13:35 Rev.: 33106

Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions

2 lines of code changed in 2 files:

  • Dataflow/Modules/Math: BuildNoise.cc (+1), BuildTransform.cc (+1)
dgroulx 2006-01-20 18:59 Rev.: 33039

The libxml2 branch merge

2 lines of code changed in 1 file:

  • Dataflow/Modules/Math: sub.mk (+2 -2)
Generated by StatSVN 0.4.0