#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
#include "msgpool.h"
Functions | |
void | pkn_multiBandmSolveCRLSQd (int nrows, int ncols, const bandm_profile *aprof, const double *a, int nconstr, int cpitch, const double *c, int nrsides, int spdimen, int bpitch, const double *b, int dpitch, const double *d, int xpitch, double *x) |
void pkn_multiBandmSolveCRLSQd | ( | int | nrows, | |
int | ncols, | |||
const bandm_profile * | aprof, | |||
const double * | a, | |||
int | nconstr, | |||
int | cpitch, | |||
const double * | c, | |||
int | nrsides, | |||
int | spdimen, | |||
int | bpitch, | |||
const double * | b, | |||
int | dpitch, | |||
const double * | d, | |||
int | xpitch, | |||
double * | x | |||
) |