help-octave
[Top][All Lists]
Advanced

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

Re: algorithm of poly(A)


From: Martin Helm
Subject: Re: algorithm of poly(A)
Date: Wed, 29 Feb 2012 14:13:46 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.11-desktop; KDE/4.6.0; x86_64; ; )

Am Mittwoch, 29. Februar 2012, 13:35:14 schrieb Wu Degang:
> Hi,
> 
> I need to implement the function of poly(A) (A is a matrix) in C++, so I
> need to know what algorithm the function poly() uses. Where can I find
> the algorithm used by poly or the relevant source codes?
> 
> regards,
> Wu Degang
From what i se it is just a m file, so simply type

type poly

at the octave prompt to see the source code.

which poly 

will tell you where poly.m is located in your file system.


reply via email to

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