Week 9

Week 9 

Work Done by end of the ninth week:                                          28st July 2019

  • Complete correction in styling.
  • Completion of binding matrices to dataset. (Only matrices of real type can be binded)
  • Octave interpreter used in the plugin was a global variable, initialised within MODULE_INIT. This brings an additional problem of memory leakage to the deck. To overcome this problem, the global reference of octave interpreter is made to thread-local variable initialised within compileEmbeddedScript. This implies only one octave interpreter for a thread and the memory allocated will be cleared once the execution of thread is completed.
  • Additional test cases are added to octave plugin test file.
  • Documentation of the plugin.
  • Code can be found here.

     Work to be done in week 10:

  • Write test cases for additional types.
  • Completing documentation of the plugin.
  • Writing the cmake file for the plugin.

No comments:

Post a Comment