|
Ublas : |
From: David Bellot (david.bellot_at_[hidden])
Date: 2019-06-08 07:24:31
Hi,
I've got another funky question for the group:
what does it mean to make a push_back in ublas?
For a ublas::vector, it seems pretty obvious. For a matrix? Or a tensor?
If I decide to represent all the vectors as matrices now, they become row
and column vectors then.
Should I expect the same effect on doing a push_back to a row vector and a
column vector?
In general, could we make ublas STL compatible in general (means
vector/matrix/tensor are STL compatible)?
Does my question even make sense?
It's a open problem... I'm looking forward reading your comments.
Cheers,
David