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