📄 rc_util2.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _rc_util2_P
#define _rc_util2_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/rc_util2.c */
Void nrerror _P_(( Char *error_text
));
Double * dvector _P_(( Int nl,
Int nh
));
Void FreeMatrix _P_(( Double **m,
Int nrl,
Int nrh,
Int ncl,
Int nch
));
Void free_dvector _P_(( Double *v,
Int nl
));
Double ** Matrix _P_(( Int nrl,
Int nrh,
Int ncl,
Int nch
));
void rc_2svd_comp _P_(( Double *y,
Double *x1,
Double *x2,
Int n,
Double *p1,
Double *p2
));
void rc_nsvd_comp _P_(( Double *y,
Double **x,
Int m,
Int n,
Double *p
));
Double ** nr_dmatrix _P_(( long nrl,
long nrh,
long ncl,
long nch
));
void dsvdcmp _P_(( Double **a,
Int m,
Int n,
Double w[],
Double **v
));
Double dpythag _P_(( Double a,
Double b
));
Void genXYmatrix _P_(( Double **X,
Double **y2,
Int n,
Double *x1,
Double *y
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _rc_util2_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -