SpM Handbook 1.2.4
|
#include "common.h"
#include <cblas.h>
#include <lapacke.h>
Go to the source code of this file.
Functions | |
int | z_spmGenRHS (spm_rhstype_t type, int nrhs, const spmatrix_t *spm, void *x, int ldx, void *b, int ldb) |
Generate nrhs right hand side vectors associated to a given matrix to test a problem with a solver. | |
int | z_spmCheckAxb (spm_fixdbl_t eps, int nrhs, const spmatrix_t *spm, void *x0, int ldx0, void *b, int ldb, const void *x, int ldx) |
Check the backward error, and the forward error if x0 is provided. | |
SParse Matrix package right hand side generators.
Definition in file z_spm_genrhs.c.