#include <stdio.h>#include <string.h>#include <math.h>#include "pkvaria.h"#include "pknum.h"
Functions | |
| void | pkn_BandmQRDecomposeMatrixf (int nrows, int ncols, const bandm_profile *aprof, const float *a, bandm_profile *qprof, float *q, bandm_profile *rprof, float *r) |
| void pkn_BandmQRDecomposeMatrixf | ( | int | nrows, | |
| int | ncols, | |||
| const bandm_profile * | aprof, | |||
| const float * | a, | |||
| bandm_profile * | qprof, | |||
| float * | q, | |||
| bandm_profile * | rprof, | |||
| float * | r | |||
| ) |
1.7.1