Defines | Functions

pknum34f.c File Reference

#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
Include dependency graph for pknum34f.c:

Defines

#define CONST_

Functions

boolean pkn_NRBFindRowsf (int n, const int *prof, CONST_ float *a, float **row)
boolean pkn_NRBSymCholeskyDecompf (int n, const int *prof, float *a, float **row, boolean *abort)
boolean pkn_NRBSymMultf (int n, const int *prof, CONST_ float *a, float **row, int spdimen, int xpitch, CONST_ float *x, int ypitch, float *y)
boolean pkn_NRBLowerTrMultf (int n, const int *prof, CONST_ float *a, float **row, int spdimen, int xpitch, CONST_ float *x, int ypitch, float *y)
boolean pkn_NRBUpperTrMultf (int n, const int *prof, CONST_ float *a, float **row, int spdimen, int xpitch, CONST_ float *x, int ypitch, float *y)
boolean pkn_NRBLowerTrSolvef (int n, const int *prof, CONST_ float *l, float **row, int spdimen, int bpitch, CONST_ float *b, int xpitch, float *x)
boolean pkn_NRBUpperTrSolvef (int n, const int *prof, CONST_ float *l, float **row, int spdimen, int bpitch, CONST_ float *b, int xpitch, float *x)

Define Documentation

#define CONST_

Function Documentation

boolean pkn_NRBFindRowsf ( int  n,
const int *  prof,
CONST_ float *  a,
float **  row 
)
boolean pkn_NRBLowerTrMultf ( int  n,
const int *  prof,
CONST_ float *  a,
float **  row,
int  spdimen,
int  xpitch,
CONST_ float *  x,
int  ypitch,
float *  y 
)
boolean pkn_NRBLowerTrSolvef ( int  n,
const int *  prof,
CONST_ float *  l,
float **  row,
int  spdimen,
int  bpitch,
CONST_ float *  b,
int  xpitch,
float *  x 
)
boolean pkn_NRBSymCholeskyDecompf ( int  n,
const int *  prof,
float *  a,
float **  row,
boolean abort 
)
boolean pkn_NRBSymMultf ( int  n,
const int *  prof,
CONST_ float *  a,
float **  row,
int  spdimen,
int  xpitch,
CONST_ float *  x,
int  ypitch,
float *  y 
)
boolean pkn_NRBUpperTrMultf ( int  n,
const int *  prof,
CONST_ float *  a,
float **  row,
int  spdimen,
int  xpitch,
CONST_ float *  x,
int  ypitch,
float *  y 
)
boolean pkn_NRBUpperTrSolvef ( int  n,
const int *  prof,
CONST_ float *  l,
float **  row,
int  spdimen,
int  bpitch,
CONST_ float *  b,
int  xpitch,
float *  x 
)