There are a couple of operations in matrix/vector interface that involves full copying - getRow/getColumn and slice operations sliceX. I should think of either making these operations fast of providing an alternative way doing the same task w/ coping. It usually called view. Like this:
There are a couple of operations in matrix/vector interface that involves full copying -
getRow
/getColumn
and slice operationssliceX
. I should think of either making these operations fast of providing an alternative way doing the same task w/ coping. It usually calledview
. Like this: