SpM Handbook 1.2.4
Loading...
Searching...
No Matches
z_spm_genrhs.c File Reference
#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.
 

Detailed Description

SParse Matrix package right hand side generators.

Version
1.2.4
Author
Mathieu Faverge
Tony Delarue
Date
2024-06-08
Generated arithmetic file from /builds/2mk6rsew/0/fpruvost/spm/src/z_spm_genrhs.c, normal z -> z, Fri Nov 29 11:34:31 2024

Definition in file z_spm_genrhs.c.