num/rru/rru.c File Reference

#include <stdlib.h>

Classes

struct  nps_rru_t

Functions

nps_rru_tnps_rru_new (unsigned long allocSize)
nps_rru_tnps_rru_realloc (nps_rru_t *o, unsigned long allocSize)
void nps_rru_del (nps_rru_t *o)
unsigned long nps_rru_nonZeros (nps_rru_t *o)
void nps_rru_append_row (nps_rru_t *o, unsigned long long *col, double *val, size_t n)
void nps_rru_xusmv (enum blas_trans_type transa, double alpha, blas_sparse_matrix A, const ARRAY B, int incx, ARRAY Y, int incy)

Function Documentation

void nps_rru_append_row ( nps_rru_t o,
unsigned long long *  col,
double *  val,
size_t  n 
)
void nps_rru_del ( nps_rru_t o  ) 
nps_rru_t* nps_rru_new ( unsigned long  allocSize  ) 
unsigned long nps_rru_nonZeros ( nps_rru_t o  ) 
nps_rru_t* nps_rru_realloc ( nps_rru_t o,
unsigned long  allocSize 
)
void nps_rru_xusmv ( enum blas_trans_type  transa,
double  alpha,
blas_sparse_matrix  A,
const ARRAY  B,
int  incx,
ARRAY  Y,
int  incy 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Sun Sep 11 09:40:46 2011 for NPSML by  doxygen 1.6.3