35 #if defined(zprec) || defined(cprec)
62 double *b,
double *x,
const int nrhs);
64 double *b,
const int nrhs);
66 const double alpha,
double *x,
67 const double beta,
double *y,
71 void dqrm_vecnrm_c(
const double *x,
const int n,
const int nrhs,
72 const char ntype,
double *nrm);
74 double *x,
const int nrhs);
76 double *x,
const int nrhs);
78 double *x,
const int nrhs,
double *nrm);
80 const int nrhs,
double *nrm);
void qrm_gseti_c(const char *string, int val)
void dqrm_least_squares_c(struct dqrm_spmat_type_c *qrm_spmat_c, double *b, double *x, const int nrhs)
void dqrm_pgeti_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char *string, int *val)
void dqrm_residual_norm_c(struct dqrm_spmat_type_c *qrm_spmat_c, double *b, double *x, const int nrhs, double *nrm)
void dqrm_pgetii_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char *string, long long *val)
void dqrm_get_r_c(struct dqrm_spmat_type_c *qrm_spmat_c, struct dqrm_spmat_type_c *r)
void dqrm_matnrm_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char ntype, double *nrm)
void dqrm_solve_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char transp, double *b, double *x, const int nrhs)
void dqrm_vecnrm_c(const double *x, const int n, const int nrhs, const char ntype, double *nrm)
void dqrm_readmat_c(char *matfile, struct dqrm_spmat_type_c *qrm_spmat_c)
void dqrm_min_norm_c(struct dqrm_spmat_type_c *qrm_spmat_c, double *b, double *x, const int nrhs)
void qrm_ggetii_c(const char *string, long long *val)
void dqrm_spmat_init_c(struct dqrm_spmat_type_c *qrm_spmat_c)
void dqrm_factorize_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char transp)
void dqrm_pseti_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char *string, int val)
void dqrm_apply_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char transp, double *b, const int nrhs)
void dqrm_analyse_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char transp)
void dqrm_matmul_c(struct dqrm_spmat_type_c *qrm_spmat_c, const char transp, const double alpha, double *x, const double beta, double *y, const int nrhs)
void dqrm_residual_orth_c(struct dqrm_spmat_type_c *qrm_spmat_c, double *r, const int nrhs, double *nrm)
void dqrm_spmat_destroy_c(struct dqrm_spmat_type_c *qrm_spmat_c)
void qrm_ggeti_c(const char *string, int *val)