#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
#include "msgpool.h"
Functions | |
void | pkn_multiBandmSolveDLSQf (int nrows, int ncols, const bandm_profile *atprof, const float *at, int nrsides, int spdimen, int bpitch, const float *b, int x0pitch, const float *x0, int xpitch, float *x) |
void pkn_multiBandmSolveDLSQf | ( | int | nrows, | |
int | ncols, | |||
const bandm_profile * | atprof, | |||
const float * | at, | |||
int | nrsides, | |||
int | spdimen, | |||
int | bpitch, | |||
const float * | b, | |||
int | x0pitch, | |||
const float * | x0, | |||
int | xpitch, | |||
float * | x | |||
) |