void comp_next ( int n, int k, int a[], int *more, int *h, int *t ); double *monomial_value ( int dim_num, int point_num, int expon[], double x[] ); double pyramid_unit_monomial ( int expon[3] ); void pyramid_unit_o01 ( double w[], double xyz[] ); void pyramid_unit_o05 ( double w[], double xyz[] ); void pyramid_unit_o06 ( double w[], double xyz[] ); void pyramid_unit_o08 ( double w[], double xyz[] ); void pyramid_unit_o08b ( double w[], double xyz[] ); void pyramid_unit_o09 ( double w[], double xyz[] ); void pyramid_unit_o13 ( double w[], double xyz[] ); void pyramid_unit_o18 ( double w[], double xyz[] ); void pyramid_unit_o27 ( double w[], double xyz[] ); void pyramid_unit_o48 ( double w[], double xyz[] ); double pyramid_unit_volume ( ); double r8_choose ( int n, int k ); double r8_mop ( int i ); void r8vec_copy ( int n, double a1[], double a2[] ); double r8vec_dot_product ( int n, double a1[], double a2[] ); void subcomp_next ( int n, int k, int a[], int *more, int *h, int *t ); void timestamp ( );