#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
Go to the source code of this file.
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_SetupClosedBiharmAMatrixf (int lastknotu, int lastknotv, int *n, int **prof, float **Amat, float ***arow) |
boolean | g1bl_SetupClosedBiharmRHSf (int lastknotu, int lastknotv, int spdimen, int pitch, const float *cpoints, float *rhs) |
Function Documentation
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_SetupClosedBiharmAMatrixf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int * |
n, |
|
|
int ** |
prof, |
|
|
float ** |
Amat, |
|
|
float *** |
arow | |
|
) |
| | |
boolean g1bl_SetupClosedBiharmRHSf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int |
spdimen, |
|
|
int |
pitch, |
|
|
const float * |
cpoints, |
|
|
float * |
rhs | |
|
) |
| | |