Directory Packages/ModelCreation/Dataflow/Modules/DataStreaming/

Total Files:
2
Deleted Files:
0
Lines of Code:
2

[root]/Packages/ModelCreation/Dataflow/Modules/DataStreaming

Lines of Code

Packages/ModelCreation/Dataflow/Modules/DataStreaming/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jeroen 8 (100.0%) 424 (100.0%) 53.0

Most Recent Commits

jeroen 2006-05-18 21:34 Rev.: 34285

Fix the MatlabBundlesWriter so we have an option to write a strutured matrix or a numeric matrix. Fixed the StreamMatrix function to use weights for row vectors and added a few sanity checks in the function.

2 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/DataStreaming: StreamMatrix.cc (new)
jeroen 2006-05-18 15:06 Rev.: 34281

Adding functionality to stream time adaptive signals. TimeToWeights takes in a vector with times and creates the weights of the nearest timeframes and does a linear interpolation. This module serves as input for StreamMatrix which has a port with weights that describe how multiple columns or rows need to be combined into one. Note: the weights here are not compatible yet with MatrixSelectVector, that module uses a custom system to do a sparse matrix. StreamMatrix and TimeToWeights use the default sparse matrix to define weights.

3 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/Modules/DataStreaming: StreamMatrix.cc (+3 -3)
jeroen 2006-05-05 19:18 Rev.: 34141

Updates to fix the changes I made in Core/Algorithms. Renamed a couple of modules to better represent the functionality. Remove Cardiac Visualization tools developed for CVRTI.

341 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/Modules/DataStreaming: StreamMatrix.cc (+338 -16), sub.mk (new)
jeroen 2006-05-01 01:17 Rev.: 34056

Renamed CompartmentBoundary into DomainBoundary for more consistent naming, added framework for datastreaming (needs to be finished) add two modules for doing operations on a matrix on a row or column basis. Updated some of the module descriptions and various bug fixes.

78 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/DataStreaming: StreamMatrix.cc (+50), sub.mk (+28)
Generated by StatSVN 0.4.0