#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | pkn_NRBFindRowsd (int n, const int *prof, CONST_ double *a, double **row) |
boolean | pkn_NRBSymCholeskyDecompd (int n, const int *prof, double *a, double **row, boolean *abort) |
boolean | pkn_NRBSymMultd (int n, const int *prof, CONST_ double *a, double **row, int spdimen, int xpitch, CONST_ double *x, int ypitch, double *y) |
boolean | pkn_NRBLowerTrMultd (int n, const int *prof, CONST_ double *a, double **row, int spdimen, int xpitch, CONST_ double *x, int ypitch, double *y) |
boolean | pkn_NRBUpperTrMultd (int n, const int *prof, CONST_ double *a, double **row, int spdimen, int xpitch, CONST_ double *x, int ypitch, double *y) |
boolean | pkn_NRBLowerTrSolved (int n, const int *prof, CONST_ double *l, double **row, int spdimen, int bpitch, CONST_ double *b, int xpitch, double *x) |
boolean | pkn_NRBUpperTrSolved (int n, const int *prof, CONST_ double *l, double **row, int spdimen, int bpitch, CONST_ double *b, int xpitch, double *x) |
#define CONST_ |
boolean pkn_NRBFindRowsd | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | a, | |||
double ** | row | |||
) |
boolean pkn_NRBLowerTrMultd | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | a, | |||
double ** | row, | |||
int | spdimen, | |||
int | xpitch, | |||
CONST_ double * | x, | |||
int | ypitch, | |||
double * | y | |||
) |
boolean pkn_NRBLowerTrSolved | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | l, | |||
double ** | row, | |||
int | spdimen, | |||
int | bpitch, | |||
CONST_ double * | b, | |||
int | xpitch, | |||
double * | x | |||
) |
boolean pkn_NRBSymCholeskyDecompd | ( | int | n, | |
const int * | prof, | |||
double * | a, | |||
double ** | row, | |||
boolean * | abort | |||
) |
boolean pkn_NRBSymMultd | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | a, | |||
double ** | row, | |||
int | spdimen, | |||
int | xpitch, | |||
CONST_ double * | x, | |||
int | ypitch, | |||
double * | y | |||
) |
boolean pkn_NRBUpperTrMultd | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | a, | |||
double ** | row, | |||
int | spdimen, | |||
int | xpitch, | |||
CONST_ double * | x, | |||
int | ypitch, | |||
double * | y | |||
) |
boolean pkn_NRBUpperTrSolved | ( | int | n, | |
const int * | prof, | |||
CONST_ double * | l, | |||
double ** | row, | |||
int | spdimen, | |||
int | bpitch, | |||
CONST_ double * | b, | |||
int | xpitch, | |||
double * | x | |||
) |