Defines | Functions

eg1hq2graphf.c File Reference

#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"
Include dependency graph for eg1hq2graphf.c:

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 Documentation

#define CONST_

Function Documentation

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 
)