I'm upgrading our Composer from 2011 version to 2013 version. I have notice that lot of function are going to be deprecated.
In particular the In-place functions are going to be removed, this means tha to do an Inplace operation I have to use the
not in place operation with same pointer as input and output ?


