Defines | Functions

pknum37d.c File Reference

#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include "pkvaria.h"
#include "pknum.h"
Include dependency graph for pknum37d.c:

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 Documentation

#define CONST_

Function Documentation

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 
)