help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A question about programming using dynamically linked function


From: jiaguo
Subject: A question about programming using dynamically linked function
Date: Tue, 1 Jun 2004 16:32:52 -0500

Hi

I am writing dynamically linked functions. In my function, I
need to copy the data from a complex matrix (in octave_value
type) to a double buffer. I was wondering if there is a way to
find a pointer to the real data in the complex matrix (in
octave_value type), so that I can use memcpy to copy it to my
own buffer. The similar function can be found in MATLAB which
is mxGetPr. Does Octave have similar functions like mxGetPr?

Thanks a lot!

Jia
__

Friends are angels
        sent down to earth
              to have good days and
                     to help us find our way...



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]