* Overloaded functions whose definitionsare distributed among several .hpp are
handled by common_functions.i. Such functions include Add, Mult, Transpose,
RAP, and InnerProduct.
* Due to above change, add_sparse, add_dense has been removed.
* Element access to DenseTensor object is added.
* GetDataArray of DenseTensor and DenseMatrix is changed to return a mere
memory view of objects' internal data, instead of copy of data