help-octave
[Top][All Lists]
Advanced

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

Re: Accessing Pointer to NDarray/Matrix data in C oct-file


From: cjbattagl
Subject: Re: Accessing Pointer to NDarray/Matrix data in C oct-file
Date: Thu, 2 Jul 2009 08:30:42 -0700 (PDT)

Nevermind!
I have got the code working again by using:
const double* a_data = A.data();

I'll refrain from having this posted to the mailing list.
Casey
-- 
View this message in context: 
http://www.nabble.com/Accessing-Pointer-to-NDarray-Matrix-data-in-C-oct-file-tp24308186p24308931.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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