Functions

pknum42f.c File Reference

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
Include dependency graph for pknum42f.c:

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)

Function Documentation

boolean pkn_MultSPMTVectorf ( int  nrows,
int  ncols,
int  nnz,
const index2 ai,
const float *  ac,
int  spdimen,
const float *  x,
float *  y 
)
boolean pkn_MultSPMVectorf ( int  nrows,
int  ncols,
int  nnz,
const index2 ai,
const float *  ac,
int  spdimen,
const float *  x,
float *  y 
)