#include <math.h>#include <string.h>#include "pkvaria.h"#include "pknum.h"
Functions | |
| boolean | pkn_GaussDecomposePLUQf (int n, float *a, int *P, int *Q) |
| void | pkn_multiSolvePLUQf (int n, const float *lu, const int *P, const int *Q, int spdimen, int pitch, float *b) |
| boolean | pkn_multiGaussSolveLinEqf (int n, const float *a, int spdimen, int pitch, float *b) |
| boolean | pkn_GaussInvertMatrixf (int n, float *a) |
| boolean pkn_GaussDecomposePLUQf | ( | int | n, | |
| float * | a, | |||
| int * | P, | |||
| int * | Q | |||
| ) |
| boolean pkn_GaussInvertMatrixf | ( | int | n, | |
| float * | a | |||
| ) |
| boolean pkn_multiGaussSolveLinEqf | ( | int | n, | |
| const float * | a, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | b | |||
| ) |
| void pkn_multiSolvePLUQf | ( | int | n, | |
| const float * | lu, | |||
| const int * | P, | |||
| const int * | Q, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | b | |||
| ) |
1.7.1