#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
Go to the source code of this file.
Functions |
boolean | g2bl_SetupTriharmAMatrixf (int lastknotu, int lastknotv, int *n, int **prof, float **Amat, float ***arow) |
boolean | g2bl_SetupTriharmRHSf (int lastknotu, int lastknotv, int spdimen, int pitch, const float *cpoints, float *rhs) |
boolean | g2bl_SetupClosedTriharmAMatrixf (int lastknotu, int lastknotv, int *n, int **prof, float **Amat, float ***arow) |
boolean | g2bl_SetupClosedTriharmRHSf (int lastknotu, int lastknotv, int spdimen, int pitch, const float *cpoints, float *rhs) |
Function Documentation
boolean g2bl_SetupClosedTriharmAMatrixf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int * |
n, |
|
|
int ** |
prof, |
|
|
float ** |
Amat, |
|
|
float *** |
arow | |
|
) |
| | |
boolean g2bl_SetupClosedTriharmRHSf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int |
spdimen, |
|
|
int |
pitch, |
|
|
const float * |
cpoints, |
|
|
float * |
rhs | |
|
) |
| | |
boolean g2bl_SetupTriharmAMatrixf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int * |
n, |
|
|
int ** |
prof, |
|
|
float ** |
Amat, |
|
|
float *** |
arow | |
|
) |
| | |
boolean g2bl_SetupTriharmRHSf |
( |
int |
lastknotu, |
|
|
int |
lastknotv, |
|
|
int |
spdimen, |
|
|
int |
pitch, |
|
|
const float * |
cpoints, |
|
|
float * |
rhs | |
|
) |
| | |