data
Copyright (C) 2005 IENT-RWTH Aachen
template<class G> inline typename ArrayData< Vector<G> >::self data( Vector<G> &X)
template<class G> inline typename ArrayData<const Vector<G> >::self data(const Vector<G> &X)
template<class G> inline typename ArrayData< Matrix<G> >::self data( Matrix<G> &X)
template<class G> inline typename ArrayData<const Matrix<G> >::self data(const Matrix<G> &X)
Converts (if possible) an array in a temporary data-array