#include <stdlib.h>#include <math.h>#include <string.h>#include "pkvaria.h"#include "pknum.h"#include "msgpool.h"
Functions | |
| boolean | pkn_QRDecomposeMatrixf (int nrows, int ncols, float *a, float *aa) |
| void | pkn_multiReflectVectorf (int nrows, int ncols, const float *a, const float *aa, int spdimen, int pitch, float *b) |
| void | pkn_multiInvReflectVectorf (int nrows, int ncols, const float *a, const float *aa, int spdimen, int pitch, float *b) |
| void | pkn_multiMultUTVectorf (int nrows, const float *a, int spdimen, int bpitch, float *b, int xpitch, float *x) |
| void | pkn_multiMultInvUTVectorf (int nrows, const float *a, int spdimen, int bpitch, float *b, int xpitch, float *x) |
| void | pkn_multiMultTrUTVectorf (int nrows, const float *a, int spdimen, int bpitch, float *b, int xpitch, float *x) |
| void | pkn_multiMultInvTrUTVectorf (int nrows, const float *a, int spdimen, int bpitch, float *b, int xpitch, float *x) |
| boolean | pkn_multiSolveRLSQf (int nrows, int ncols, float *a, int spdimen, int bpitch, float *b, int xpitch, float *x) |
| void | pkn_QRGetReflectionf (int nrows, int ncols, const float *a, const float *aa, int nrefl, float *w, float *gamma) |
| void pkn_multiInvReflectVectorf | ( | int | nrows, | |
| int | ncols, | |||
| const float * | a, | |||
| const float * | aa, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | b | |||
| ) |
| void pkn_multiMultInvTrUTVectorf | ( | int | nrows, | |
| const float * | a, | |||
| int | spdimen, | |||
| int | bpitch, | |||
| float * | b, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| void pkn_multiMultInvUTVectorf | ( | int | nrows, | |
| const float * | a, | |||
| int | spdimen, | |||
| int | bpitch, | |||
| float * | b, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| void pkn_multiMultTrUTVectorf | ( | int | nrows, | |
| const float * | a, | |||
| int | spdimen, | |||
| int | bpitch, | |||
| float * | b, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| void pkn_multiMultUTVectorf | ( | int | nrows, | |
| const float * | a, | |||
| int | spdimen, | |||
| int | bpitch, | |||
| float * | b, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| void pkn_multiReflectVectorf | ( | int | nrows, | |
| int | ncols, | |||
| const float * | a, | |||
| const float * | aa, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | b | |||
| ) |
| boolean pkn_multiSolveRLSQf | ( | int | nrows, | |
| int | ncols, | |||
| float * | a, | |||
| int | spdimen, | |||
| int | bpitch, | |||
| float * | b, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| boolean pkn_QRDecomposeMatrixf | ( | int | nrows, | |
| int | ncols, | |||
| float * | a, | |||
| float * | aa | |||
| ) |
| void pkn_QRGetReflectionf | ( | int | nrows, | |
| int | ncols, | |||
| const float * | a, | |||
| const float * | aa, | |||
| int | nrefl, | |||
| float * | w, | |||
| float * | gamma | |||
| ) |
1.7.1