⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gridops.h

📁 这是一个关于最小二乘法相位积分展开的实现程序
💻 H
字号:
#ifndef __GRIDOPS
#define __GRIDOPS
void Restrict(float *dx2, float *dy2, int wc, int hc,
              float *dx, float *dy, float *dxwts,
              float *dywts, float *soln, int wf, int hf);
void ProlongAndAccumulate(float *fine, int wf, int hf,
                          float *coarse, int wc, int hc,
                          float *coarse_dxwts, float *coarse_dywts);
int Coarsest(int w, int h, int coarsest_dim);
void Zero(float *soln, int w, int h);
#endif

⌨️ 快捷键说明

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