#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
Defines | |
#define | CONST_ |
Functions | |
void | pkn_MatrixLowerTrMultf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixUpperTrMultf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixLowerTrSolvef (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixUpperTrSolvef (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixLowerTrMultAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixUpperTrMultAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
boolean | pkn_MatrixLowerTrSolveAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
boolean | pkn_MatrixUpperTrSolveAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixLowerTrMultSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
void | pkn_MatrixUpperTrMultSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
boolean | pkn_MatrixLowerTrSolveSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
boolean | pkn_MatrixUpperTrSolveSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x) |
#define CONST_ |
void pkn_MatrixLowerTrMultAddf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixLowerTrMultf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixLowerTrMultSubf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
boolean pkn_MatrixLowerTrSolveAddf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixLowerTrSolvef | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
boolean pkn_MatrixLowerTrSolveSubf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixUpperTrMultAddf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixUpperTrMultf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixUpperTrMultSubf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
boolean pkn_MatrixUpperTrSolveAddf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_MatrixUpperTrSolvef | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |
boolean pkn_MatrixUpperTrSolveSubf | ( | int | m, | |
int | n, | |||
int | bpitch, | |||
CONST_ float * | b, | |||
CONST_ float * | l, | |||
int | xpitch, | |||
float * | x | |||
) |