#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 "eg1holed.h"
#include "eg1hprivated.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
Functions | |
void | g1h_Q2DrawMatricesd (GHoleDomaind *domain, void(*drawmatrix)(int nfa, int nfb, double *amat, double *bmat)) |
void | g1h_Q2DrawExtMatricesd (GHoleDomaind *domain, void(*drawmatrix)(int k, int r, int s, double *Aii, double *Bi)) |
void | g1h_Q2DrawSplMatricesd (GHoleDomaind *domain, void(*drawmatrix)(int k, int r, int s, double *Aii, double *Bi)) |
#define CONST_ |
void g1h_Q2DrawExtMatricesd | ( | GHoleDomaind * | domain, | |
void(*)(int k, int r, int s, double *Aii, double *Bi) | drawmatrix | |||
) |
void g1h_Q2DrawMatricesd | ( | GHoleDomaind * | domain, | |
void(*)(int nfa, int nfb, double *amat, double *bmat) | drawmatrix | |||
) |
void g1h_Q2DrawSplMatricesd | ( | GHoleDomaind * | domain, | |
void(*)(int k, int r, int s, double *Aii, double *Bi) | drawmatrix | |||
) |