M
Manjree Garg
Hi,
I developed a custom Matrix class derived from custom VC++ doubles Array
class derived from a RealArray which is defined as:
typedef CArray<double,double> RealArray;
Now I need to convert this custom Matrix class to standard doubles Matrix
(VC++) as I am passing it to some function that understands only the standard
class.
Is there some way of doing it?????
Any suggestions are appriciated.
Manj.
I developed a custom Matrix class derived from custom VC++ doubles Array
class derived from a RealArray which is defined as:
typedef CArray<double,double> RealArray;
Now I need to convert this custom Matrix class to standard doubles Matrix
(VC++) as I am passing it to some function that understands only the standard
class.
Is there some way of doing it?????
Any suggestions are appriciated.
Manj.