#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 "g1blendingf.h"
Functions | |
boolean | g1bl_SetupBiharmAMatrixf (int lastknotu, int lastknotv, int *n, int **prof, float **Amat, float ***arow) |
boolean | g1bl_SetupBiharmRHSf (int lastknotu, int lastknotv, int spdimen, int pitch, const float *cpoints, float *rhs) |
boolean g1bl_SetupBiharmAMatrixf | ( | int | lastknotu, | |
int | lastknotv, | |||
int * | n, | |||
int ** | prof, | |||
float ** | Amat, | |||
float *** | arow | |||
) |
boolean g1bl_SetupBiharmRHSf | ( | int | lastknotu, | |
int | lastknotv, | |||
int | spdimen, | |||
int | pitch, | |||
const float * | cpoints, | |||
float * | rhs | |||
) |