help-octave
[Top][All Lists]
Advanced

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

Re: liboctave: mpower operator for "Matrix"?


From: Lukas Reichlin
Subject: Re: liboctave: mpower operator for "Matrix"?
Date: Thu, 9 Sep 2010 22:14:02 +0200

> There isn't one because the Octave interpreter does not need an
> mpower operator that only works with ints.  Since mpower can return
> results that are complex or real, an octave_value object is needed to
> store the result and the operators are defined in liboctinterp.  See
> src/xpow.cc.
> 
> jwe

Thanks for your help. I've just commited Rev. 7695:
http://octave.svn.sourceforge.net/viewvc/octave?view=revision&revision=7695


> What documentation? I didn't think there was any.
> 
> - Jordi G. H.

Inside octave-3.3.52.tar.gz there's liboctave.pdf. Chapter 4 lists many matrix 
operators, but xpow is missing.

Best Regards,
Lukas


reply via email to

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