SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
dcreate_matrix_perturbed.c File Reference

Read the matrix from data file. More...

#include <math.h>
#include "superlu_ddefs.h"
Include dependency graph for dcreate_matrix_perturbed.c:

Functions

int dcreate_matrix_perturbed (SuperMatrix *A, int nrhs, double **rhs, int *ldb, double **x, int *ldx, FILE *fp, gridinfo_t *grid)
 
int dcreate_matrix_perturbed_postfix (SuperMatrix *A, int nrhs, double **rhs, int *ldb, double **x, int *ldx, FILE *fp, char *postfix, gridinfo_t *grid)
 

Detailed Description

Read the matrix from data file.

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

-- Distributed SuperLU routine (version 5.1.3) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
December 31, 2016

Function Documentation

◆ dcreate_matrix_perturbed()

int dcreate_matrix_perturbed ( SuperMatrix A,
int  nrhs,
double **  rhs,
int *  ldb,
double **  x,
int *  ldx,
FILE *  fp,
gridinfo_t grid 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dcreate_matrix_perturbed_postfix()

int dcreate_matrix_perturbed_postfix ( SuperMatrix A,
int  nrhs,
double **  rhs,
int *  ldb,
double **  x,
int *  ldx,
FILE *  fp,
char *  postfix,
gridinfo_t grid 
)
Here is the call graph for this function:
Here is the caller graph for this function: