#include <stdlib.h>#include <string.h>#include <stdio.h>#include <math.h>#include "pkvaria.h"#include "pknum.h"
Functions | |
| void | pkn_FindGivensRotationf (float a, float b, float *c, float *s) |
| void | pkn_FindGivensRotXif (float a, float b, float *c, float *s, float *xi) |
| void | pkn_FindXiGivensRotf (float xi, float *c, float *s) |
| void | pkn_ApplyGivensRotationf (float c, float s, float *a, float *b) |
| void | pkn_ApplySymGivensRotationf (float c, float s, float *d, float *e, float *f) |
| void pkn_ApplyGivensRotationf | ( | float | c, | |
| float | s, | |||
| float * | a, | |||
| float * | b | |||
| ) |
| void pkn_ApplySymGivensRotationf | ( | float | c, | |
| float | s, | |||
| float * | d, | |||
| float * | e, | |||
| float * | f | |||
| ) |
| void pkn_FindGivensRotationf | ( | float | a, | |
| float | b, | |||
| float * | c, | |||
| float * | s | |||
| ) |
| void pkn_FindGivensRotXif | ( | float | a, | |
| float | b, | |||
| float * | c, | |||
| float * | s, | |||
| float * | xi | |||
| ) |
| void pkn_FindXiGivensRotf | ( | float | xi, | |
| float * | c, | |||
| float * | s | |||
| ) |
1.7.1