#include <stdio.h>#include <string.h>#include <math.h>#include "pkvaria.h"#include "pknum.h"
Functions | |
| void | pkn_PrintBandmf (int ncols, const bandm_profile *aprof, const float *a) |
| void | pkn_PrintBandmRowSumf (int ncols, const bandm_profile *aprof, const float *a) |
| void | pkn_PrintMatf (int nrows, int ncols, const float *a) |
| void pkn_PrintBandmf | ( | int | ncols, | |
| const bandm_profile * | aprof, | |||
| const float * | a | |||
| ) |
| void pkn_PrintBandmRowSumf | ( | int | ncols, | |
| const bandm_profile * | aprof, | |||
| const float * | a | |||
| ) |
| void pkn_PrintMatf | ( | int | nrows, | |
| int | ncols, | |||
| const float * | a | |||
| ) |
1.7.1