X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fkmath.h;fp=include%2Fkmath.h;h=a95c3c3c760e144f2155d5ad89d445647ff3aeec;hb=0fdfdd911d663c031caa231b5ce7edf81642294f;hp=636339a33483a97495b76f910f7758d56a12a16c;hpb=2a0006ec846e8da055fe002cb1611853dd01270c;p=ctsim.git diff --git a/include/kmath.h b/include/kmath.h index 636339a..a95c3c3 100644 --- a/include/kmath.h +++ b/include/kmath.h @@ -139,18 +139,8 @@ typedef struct matrix_st *MTXP; */ -/* calc_x.c */ -int calc_x(double *x, const double xmin, const double xmax, const int n); -/* calcpoly.c */ -void calcpoly(const double *a, const int degree, const double *x, double *y, const int n); -/* gauss.c */ -int gauss(double **a, double *b, double *x, const int num); /* lnearest.c */ long int lnearest(double x); -/* lsfit.c */ -int lsfit(double *x, double *y, int n, int degree, double *coeff, FILE *fp); -/* matprt.c */ -void matprt(const double **m, const int row, const int col, FILE *fp); /* mtx_disp.c */ void mtx_show(const MTX *mtx); void mtx_prt(const MTX *mtx, FILE *fp); @@ -168,21 +158,7 @@ int mtx_elem_size(const int dt); int mtx_check(const MTX *mtx, const char *func_name); /* norm_ang.c */ double norm_ang(double theta); -/* pntprt.c */ -void pntprt(const double *x, const double *y, const int n, FILE *fp); -/* pntread.c */ -int pntread(double *x, double *y, int *num, const int maxn, FILE *fp); -/* poly.c */ -double poly(const double *a, const int degree, const double x); /* simpson.c */ double simpson(const double xmin, const double xmax, const double *y, const int np); -/* stddev.c */ -double stddev(const double *y1, const double *y2, const int n, const int df_lost); -/* vectprt.c */ -void vectprt(const double *v, const int n, FILE *fp); -/* vectread.c */ -int vectread(double *v, int *n, const int maxn, FILE *fp); -/* vectsort.c */ -int vectsort(int num_vec, const int dtype, const int num_pts, char *vec1, char *vec2, char *vec3); #endif