help-octave
[Top][All Lists]
Advanced

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

¿namespace for octave?


From: José Luis García Pallero
Subject: ¿namespace for octave?
Date: Sun, 1 Oct 2006 13:35:22 +0200

Hi,
I'm trying to use octave libraries in a C++ program. I've declared one function in a *.h source like:
Matrix MyFunction(Matrix,Matrix);
and I've defined the function in the *.cc file.
When I compile a program using this files appears an error:
sourceH.h:81: error: 'Matrix' does not name a type
I suppose that I must use a namespace in sourceH.h for use Octave C++ functions, but I can't find it.

Somebody can help me, please?

--
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************
reply via email to

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