laguerre.h
上传用户:jtjnyq9001
上传日期:2014-11-21
资源大小:3974k
文件大小:0k
源码类别:

3G开发

开发平台:

Visual C++

  1. //
  2. // File = laguerre.h
  3. //
  4. #ifndef _LAGUERRE_H_
  5. #define _LAGUERRE_H_  
  6. #include "realpoly.h"
  7. int LaguerreMethod( CmplxPolynomial *poly,
  8.                     std::complex<double> *root_ptr,
  9.                     double epsilon,
  10.                     double epsilon2,
  11.                     int max_iter);
  12. #endif