#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
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 CONST_ |
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 | |||
) |