axom icon indicating copy to clipboard operation
axom copied to clipboard

Move away from stl vector in primal

Open davidgunderman opened this issue 5 years ago • 3 comments

George @gzagaris suggested looking into using numerics::Matrix or axom::Array instead of std::vector in BezierCurve and associated classes.

davidgunderman avatar Aug 26 '19 17:08 davidgunderman

I think our axom::Array implementation is sufficiently advanced at this point for us to start chipping away at this ticket

kennyweiss avatar Nov 01 '21 19:11 kennyweiss

https://github.com/LLNL/axom/search?q=std%3A%3Avector+primal

kennyweiss avatar Nov 15 '21 19:11 kennyweiss

If there is a systematic way to do this incrementally, instead of one big change, it would be good to describe it here. Possibly with a checkbox task list?

rhornung67 avatar Nov 15 '21 19:11 rhornung67