#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "eg1holef.h"
#include "eg1hprivatef.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
Functions | |
void | g1h_Q2DrawMatricesf (GHoleDomainf *domain, void(*drawmatrix)(int nfa, int nfb, float *amat, float *bmat)) |
void | g1h_Q2DrawExtMatricesf (GHoleDomainf *domain, void(*drawmatrix)(int k, int r, int s, float *Aii, float *Bi)) |
void | g1h_Q2DrawSplMatricesf (GHoleDomainf *domain, void(*drawmatrix)(int k, int r, int s, float *Aii, float *Bi)) |
#define CONST_ |
void g1h_Q2DrawExtMatricesf | ( | GHoleDomainf * | domain, | |
void(*)(int k, int r, int s, float *Aii, float *Bi) | drawmatrix | |||
) |
void g1h_Q2DrawMatricesf | ( | GHoleDomainf * | domain, | |
void(*)(int nfa, int nfb, float *amat, float *bmat) | drawmatrix | |||
) |
void g1h_Q2DrawSplMatricesf | ( | GHoleDomainf * | domain, | |
void(*)(int k, int r, int s, float *Aii, float *Bi) | drawmatrix | |||
) |