Menu

#380 New matrix function: 'unique()'

v1.1.x
closed
None
v1.1.1
New Functionality
2018-11-11
2018-09-16
Erik Hänel
No

Add the new matrix function unique() to matop, which will only return a unique set of data values in the passed matrix.

Analysis:

The function can be implemented as similar other functions in the matop mode. The needed functionalities are provided by the std::list class from the C++ STL.

Implementation:

  • Implementation: The new function was added as proposed by the analysis.
  • Revision: [r395]
  • Implementation test: All possible inputs of the functions were tested and no deviations were detected.

Documentation:

  • ChangesLog: updated
  • Comments: The new function is commented sufficiently.
  • Documentation articles: The matop documentation article was updated.
  • Language files: The language files were updated correspondingly.

Tests:

This functionality was tested in the automatic SW tests. No deviations detected.

Related

Commit: [r395]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-09-16
    • summary: New matrix function:'unique()' --> New matrix function: 'unique()'
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-09-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Add the new matrix function `unique()` to `matop`, which will only return a unique set of data values in the passed matrix.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-09-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Add the new matrix function `unique()` to `matop`, which will only return a unique set of data values in the passed matrix.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The function can be implemented as similar other functions in the `matop` mode.  The needed functionalities are provided by the `std::list`  class from the C++ STL.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-09-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     The function can be implemented as similar other functions in the `matop` mode.  The needed functionalities are provided by the `std::list`  class from the C++ STL.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The new function was added as proposed by the analysis.
    +* Revision: [r395]
    +* Implementation test: All possible inputs of the functions were tested and no deviations were detected.
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: updated
    +* Comments: The new function is commented sufficiently.
    +* Documentation articles: The `matop` documentation article was updated.
    +* Language files: The language files were updated correspondingly.
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r395]

  • Erik Hänel

    Erik Hänel - 2018-11-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: The language files were updated correspondingly.
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +This functionality was tested in the automatic SW tests. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB