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