#include <stdlib.h>
Classes | |
struct | nps_rru_t |
Functions | |
nps_rru_t * | nps_rru_new (unsigned long allocSize) |
nps_rru_t * | nps_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) |
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 | ) |
void nps_rru_xusmv | ( | enum blas_trans_type | transa, | |
double | alpha, | |||
blas_sparse_matrix | A, | |||
const ARRAY | B, | |||
int | incx, | |||
ARRAY | Y, | |||
int | incy | |||
) |