Functions

pknum42d.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 pknum42d.c:

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)

Function Documentation

boolean pkn_MultSPMTVectord ( int  nrows,
int  ncols,
int  nnz,
const index2 ai,
const double *  ac,
int  spdimen,
const double *  x,
double *  y 
)
boolean pkn_MultSPMVectord ( int  nrows,
int  ncols,
int  nnz,
const index2 ai,
const double *  ac,
int  spdimen,
const double *  x,
double *  y 
)