📄 nr_util.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _nr_util_P
#define _nr_util_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/nr_util.c */
Void nrerror _P_(( Char *error_text
));
Double * dvector _P_(( Int nl,
Int nh
));
Int * ivector _P_(( Int nl,
Int nh
));
Void lubksb _P_(( Double **a,
Int n,
Int *indx,
Double b[]
));
Void free_dvector _P_(( Double *v,
Int nl,
Int nh
));
Void free_ivector _P_(( Int *v,
Int nl,
Int nh
));
Void ludcmp _P_(( Double **a,
Int n,
Int *indx,
Double *d
));
Void invert_mat _P_(( Double **m,
Double **m_inv,
Int n
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _nr_util_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -