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