New matrix function: 'unique()'
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Add the new matrix function unique() to matop, which will only return a unique set of data values in the passed matrix.
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.
matop documentation article was updated.This functionality was tested in the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r395]
Diff: