help-octave
[Top][All Lists]
Advanced

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

Re: Octave, C++, mkoctfile// matrix handling


From: Muthiah Annamalai
Subject: Re: Octave, C++, mkoctfile// matrix handling
Date: Wed, 16 May 2007 22:35:36 -0500

On 5/16/07, Muthiah Annamalai <address@hidden> wrote:
I think you need to create a Octave types like Matrix, Vector or CVector etc
to return back matrices, Vectors and such.

Please see the /usr/include/octave-$version/Matrix.h and friends.

Hint: Octave source codein cvs/octave/src/DLD-FUNCTIONS/ like gcd.cc
etc are very useful references.  We are free software. Ask Microsoft,
who's doing all the reading.

Cheers,
Muthu


You could also see the nice code in /cvs/octave/src/data.cc and the
many functions like
fill_matrix or identity_matrix.

Cheers,
Muthu


reply via email to

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