#include <stdio.h>#include <math.h>#include <stdlib.h>#include <string.h>#include "pkvaria.h"#include "pknum.h"#include "msgpool.h"
Functions | |
| void | pkn_ComputeQTSQf (int m, const float *s, int n, const float *a, const float *aa, float *b) |
| void | pkn_ComputeQSQTf (int m, const float *s, int n, const float *a, const float *aa, float *b) |
| void pkn_ComputeQSQTf | ( | int | m, | |
| const float * | s, | |||
| int | n, | |||
| const float * | a, | |||
| const float * | aa, | |||
| float * | b | |||
| ) |
| void pkn_ComputeQTSQf | ( | int | m, | |
| const float * | s, | |||
| int | n, | |||
| const float * | a, | |||
| const float * | aa, | |||
| float * | b | |||
| ) |
1.7.1