#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
Functions | |
boolean | pkn_MultSPMVectord (int nrows, int ncols, int nnz, const index2 *ai, const double *ac, int spdimen, const double *x, double *y) |
boolean | pkn_MultSPMTVectord (int nrows, int ncols, int nnz, const index2 *ai, const double *ac, int spdimen, const double *x, double *y) |
boolean pkn_MultSPMTVectord | ( | int | nrows, | |
int | ncols, | |||
int | nnz, | |||
const index2 * | ai, | |||
const double * | ac, | |||
int | spdimen, | |||
const double * | x, | |||
double * | y | |||
) |