#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "g2blendingd.h"
#include "msgpool.h"
Functions | |
boolean | g2bl_SetupClosedTriharmAMatrixd (int lastknotu, int lastknotv, int *n, int **prof, double **Amat, double ***arow) |
boolean | g2bl_SetupClosedTriharmRHSd (int lastknotu, int lastknotv, int spdimen, int pitch, const double *cpoints, double *rhs) |
boolean g2bl_SetupClosedTriharmAMatrixd | ( | int | lastknotu, | |
int | lastknotv, | |||
int * | n, | |||
int ** | prof, | |||
double ** | Amat, | |||
double *** | arow | |||
) |
boolean g2bl_SetupClosedTriharmRHSd | ( | int | lastknotu, | |
int | lastknotv, | |||
int | spdimen, | |||
int | pitch, | |||
const double * | cpoints, | |||
double * | rhs | |||
) |