OEGeom2DCopy¶
template<class T>
void OEGeom2DCopy(T *x, const T *p)
Two dimensional vector assignment. The vector x
is assigned the
value of p
.
- x
Output two dimensional array.
- p
Input two dimensional array.
template<class T>
void OEGeom2DCopy(T *x, const T *p)
Two dimensional vector assignment. The vector x
is assigned the
value of p
.
Output two dimensional array.
Input two dimensional array.