|
From: | Diana Rivas |
Subject: | Pbs with arrays and mkoctfiles |
Date: | Thu, 23 Apr 2009 12:34:28 +0200 |
User-agent: | Thunderbird 2.0.0.17 (X11/20080925) |
Hello,I have a problem with multidimensional arrays and mkoctfiles.My Octave code has operations in four dimension arrays and matrices, and I perform one tensor product using DEFUN_DLD. But when I compile it as /mkoctfile program.cc/, appears a error, I can't use four dimension arrays, only three dimension. The compiler calls the header Array.h, which uses at most three dimension arrays, I think I would need to call ArrayN.h which works with multidimensional arrays, but I don't know how to do it .
Someone knows what I can do? Thanks, Diana.
[Prev in Thread] | Current Thread | [Next in Thread] |