#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include "pkvaria.h"
#include "pknum.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | pkn_QuadGaussLegendre4d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre6d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre8d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre10d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre12d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre14d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre16d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre18d (double a, double b, int n, double *qknots, double *qcoeff) |
boolean | pkn_QuadGaussLegendre20d (double a, double b, int n, double *qknots, double *qcoeff) |
#define CONST_ |
boolean pkn_QuadGaussLegendre10d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre12d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre14d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre16d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre18d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre20d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre4d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre6d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |
boolean pkn_QuadGaussLegendre8d | ( | double | a, | |
double | b, | |||
int | n, | |||
double * | qknots, | |||
double * | qcoeff | |||
) |