Defines | Functions

pknum37f.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 pknum37f.c:

Defines

#define CONST_

Functions

boolean pkn_QuadGaussLegendre4f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre6f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre8f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre10f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre12f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre14f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre16f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre18f (float a, float b, int n, float *qknots, float *qcoeff)
boolean pkn_QuadGaussLegendre20f (float a, float b, int n, float *qknots, float *qcoeff)

Define Documentation

#define CONST_

Function Documentation

boolean pkn_QuadGaussLegendre10f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre12f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre14f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre16f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre18f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre20f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre4f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre6f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)
boolean pkn_QuadGaussLegendre8f ( float  a,
float  b,
int  n,
float *  qknots,
float *  qcoeff 
)