ForTrilinos icon indicating copy to clipboard operation
ForTrilinos copied to clipboard

Implement automatic converters for ArrayView and ArrayRCP

Open aprokop opened this issue 6 years ago • 1 comments

Right now, I put a bunch of manual wrapper functions for those implementing essentially the same thing. Need to alias ArrayView<T> to std::pair<T*,size_t> which should reduce the amount of code.

aprokop avatar Dec 15 '17 21:12 aprokop