neville.h

来自「大师写的二代小波经典之作」· C头文件 代码 · 共 21 行

H
21
字号
/* *  -*- Mode: ANSI C -*- *  $Id: neville.h,v 1.2 1996/08/16 17:23:29 fernande Exp $ *  $Source: /sgi.acct/sweldens/cvs/liftpack/include/neville.h,v $ *  Author: Fernandez, Gabriel * *  Includes the routine for polynomial interpolation using Neville's *  algorithm. *//* do not edit anything above this line */#ifndef __NEVILLE_H__#define __NEVILLE_H__#include "flwtdef.h"extern Flt Neville ( const Flt *__x, const Flt *__f,                     const int __n, const Flt __xx );#endif /* __NEVILLE_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?