help-octave
[Top][All Lists]
Advanced

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

Re: liboctave: Using the '�܊�' operator (backslash)


From: Andy Adler
Subject: Re: liboctave: Using the 'ŠÜŠÜ' operator (backslash)
Date: Thu, 28 Sep 2000 23:16:37 -0400 (EDT)

On Fri, 29 Sep 2000, flatmax wrote:
> I would like to use the 'detrend' algorithm in some c++ code I'm
> implementing .... `type detrend` tells me I need the backslash operator
> 'ŠÜŠÜ' or perhaps just ŠÜ ..... either way, I can't see it in liboctave.
> 
> Can anyone tell me which function in the liboctave implements the
> backslash operator ?

the ldiv operator

> 
> Can anyone send me some code examples of the backslash opeator in action
> in C++ ?

<WARNING type="untested code">
   Matrix A,B;
   ...
   Matrix C= A.ldiv(B);
</WARNING>

_______________________________________
Andy Adler,                address@hidden




-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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