#include <stdio.h>#include <string.h>#include <math.h>#include "pkvaria.h"#include "pknum.h"
Functions | |
| void | pkn_PrintBandmd (int ncols, const bandm_profile *aprof, const double *a) |
| void | pkn_PrintBandmRowSumd (int ncols, const bandm_profile *aprof, const double *a) |
| void | pkn_PrintMatd (int nrows, int ncols, const double *a) |
| void pkn_PrintBandmd | ( | int | ncols, | |
| const bandm_profile * | aprof, | |||
| const double * | a | |||
| ) |
| void pkn_PrintBandmRowSumd | ( | int | ncols, | |
| const bandm_profile * | aprof, | |||
| const double * | a | |||
| ) |
| void pkn_PrintMatd | ( | int | nrows, | |
| int | ncols, | |||
| const double * | a | |||
| ) |
1.7.1