Opened 12 years ago
Closed 12 years ago
#415 closed request (fixed)
Merge 2D Container
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.6 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
related to ticket:150
It could look something like this:
template<class Container> merge(const Container& data, const std::vector<std::string>& id, Matrix& result);
It should work for both unweighted and weighted Container
.
Change History (7)
comment:1 Changed 12 years ago by
Owner: | changed from Jari Häkkinen to Peter |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
comment:5 Changed 12 years ago by
(In [1993]) refs #415 - added function for merging into a MatrixWeighted?, restructed the code to avoid replicating blocks of code.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1989]) refs #415. added test, interface and empty implementation for merge