#include <math.h>#include <string.h>#include <stdlib.h>#include "pkvaria.h"#include "pknum.h"
Defines | |
| #define | CONST_ |
Functions | |
| void | pkn_MatrixLowerTrMultd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixUpperTrMultd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixLowerTrSolved (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixUpperTrSolved (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixLowerTrMultAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixUpperTrMultAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| boolean | pkn_MatrixLowerTrSolveAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| boolean | pkn_MatrixUpperTrSolveAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixLowerTrMultSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| void | pkn_MatrixUpperTrMultSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| boolean | pkn_MatrixLowerTrSolveSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| boolean | pkn_MatrixUpperTrSolveSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x) |
| #define CONST_ |
| void pkn_MatrixLowerTrMultAddd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixLowerTrMultd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixLowerTrMultSubd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| boolean pkn_MatrixLowerTrSolveAddd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixLowerTrSolved | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| boolean pkn_MatrixLowerTrSolveSubd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixUpperTrMultAddd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixUpperTrMultd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixUpperTrMultSubd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| boolean pkn_MatrixUpperTrSolveAddd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_MatrixUpperTrSolved | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| boolean pkn_MatrixUpperTrSolveSubd | ( | int | m, | |
| int | n, | |||
| int | bpitch, | |||
| CONST_ double * | b, | |||
| CONST_ double * | l, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
1.7.1